Skip to content

Commit

Permalink
chore: release (#155)
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 Nov 29, 2024
1 parent 1780318 commit 7480367
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-apricots-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-turtles-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-balloons-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-days-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-colts-stare.md

This file was deleted.

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

## 0.18.0

### Minor Changes

- 1780318: Accept `mode` param for the protocol users.

### Patch Changes

- 051ba8e: Upgrade to prisma 6 and nitro 2.10.

## 0.17.1

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

## 0.18.0

### Minor Changes

- 1780318: Send weekly tweet reply to direct calls made to protocols.
- 1780318: Allow users to select direct / nested for the protocols users chart.

### Patch Changes

- 9fa18a4: Upgrade to next.js 15.

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

0 comments on commit 7480367

Please sign in to comment.