Skip to content

Commit

Permalink
chore: create new release (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 5, 2024
1 parent b62e648 commit 90a7503
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-adults-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-plants-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-dots-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-eels-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-comics-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-lions-try.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# stackspulse

## 0.4.0

### Minor Changes

- a1716c8: Use react-query to send requests to the API.
- ec37e9e: Create ansible config for the stacks-node server.

### Patch Changes

- a1716c8: Create new `/api/transactions` route that returns the list of transactions for a given protocol.
- b62e648: Create new `/api/protocols/users` route that returns the unique users by protocols.
- b62e648: Filter top protocols by last 7 days, 30 days or all.
- 2beddd7: Add info tooltips to give more context on numbers.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ primary_region = 'sjc'

[build]
# Comment next line to deploy the app from source code
image = "ghcr.io/pradel/stackspulse:0.3.0"
image = "ghcr.io/pradel/stackspulse:0.4.0"

[[mounts]]
source = 'data'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stackspulse",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 90a7503

Please sign in to comment.