Skip to content

Commit

Permalink
Bump version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
apteryxxyz committed Oct 29, 2024
1 parent 0f05c2d commit ad059a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-wolves-join.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "turbo build",
"dev": "turbo dev",
"change": "changeset add",
"publish": "changeset version && biome format **/**/package.json && turbo build && changeset publish",
"publish": "changeset version && pnpm biome format . --write && turbo build && changeset publish",
"publish:snapshot": "changeset version --snapshot beta && pnpm turbo build && changeset publish --tag beta --no-git-tag",
"graph": "npx nx@18 graph"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# next-ws-cli

## 1.1.5

### Patch Changes

- 0f05c2d: Fix cli package bin file path

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-ws-cli",
"version": "1.1.4",
"version": "1.1.5",
"type": "commonjs",
"description": "CLI tool for Next WS, a library for adding support for WebSockets to Next.js 13",
"license": "MIT",
Expand Down

0 comments on commit ad059a5

Please sign in to comment.