Skip to content

Commit

Permalink
chore: create new release (#135)
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 Oct 6, 2024
1 parent d21feef commit 6e9be75
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-numbers-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-cameras-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-lizards-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-tables-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-laws-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-mirrors-occur.md

This file was deleted.

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

## 0.16.0

### Minor Changes

- d21feef: Create new `/api/tokens/resolve` route.
- d21feef: Create new `/api/tokens/markets` route.

## 0.15.1

## 0.15.0
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.15.1"
image = "ghcr.io/pradel/stackspulse/server:0.16.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.15.1",
"version": "0.16.0",
"private": true,
"scripts": {
"build": "nitro build",
Expand Down
12 changes: 12 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# stackspulse

## 0.16.0

### Minor Changes

- d21feef: Create new token list page.

### Patch Changes

- d21feef: Add "Data" section in about page.
- 457b329: Fix tokens page to not include the identifier in the URL.
- d2f95ae: Add SEO to new tokens page.

## 0.15.1

### 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.15.1"
image = "ghcr.io/pradel/stackspulse:0.16.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.15.1",
"version": "0.16.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 6e9be75

Please sign in to comment.