Skip to content

Commit

Permalink
chore: create new release (#124)
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 Sep 30, 2024
1 parent 7a7d7f2 commit c4e77c5
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-foxes-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-shrimps-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-deers-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-swans-remain.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @stackspulse/server

## 0.15.0

### Minor Changes

- e46cb5c: Create new `/tokens/holders` route.
- 51cf12d: Create new `/tokens/transaction-volume` route.

### Patch Changes

- 82a6e5d: Upgrade `@stacks/blockchain-api-client` to v8.

## 0.14.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/server/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/server:0.14.3"
image = "ghcr.io/pradel/stackspulse/server:0.15.0"

[http_service]
internal_port = 3000
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackspulse/server",
"version": "0.14.3",
"version": "0.15.0",
"private": true,
"scripts": {
"build": "nitro build",
Expand Down
6 changes: 6 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# stackspulse

## 0.15.0

### Minor Changes

- 7a7d7f2: Create new token page.

## 0.14.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/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.14.3"
image = "ghcr.io/pradel/stackspulse:0.15.0"

[http_service]
internal_port = 3000
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stackspulse",
"version": "0.14.3",
"version": "0.15.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit c4e77c5

Please sign in to comment.