Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 21, 2024
1 parent 618de49 commit f32f503
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/orange-spoons-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-crews-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-cows-turn.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/bun-websocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# astro-bun-websocket

## 1.0.1

### Patch Changes

- [#114](https://github.com/lilnasy/gratelets/pull/114) [`ab033d4`](https://github.com/lilnasy/gratelets/commit/ab033d4b4e75d5dbd291ff5157d09a2cf3bfe45f) Thanks [@lilnasy](https://github.com/lilnasy)! - Updated the documentation to include a section on authentication.

- [#114](https://github.com/lilnasy/gratelets/pull/114) [`ab033d4`](https://github.com/lilnasy/gratelets/commit/ab033d4b4e75d5dbd291ff5157d09a2cf3bfe45f) Thanks [@lilnasy](https://github.com/lilnasy)! - Removed an unnecessary dependency from the NPM package.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bun-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "astro-bun-websocket",
"type": "module",
"description": "Use WebSockets in your Astro SSR Apps and run it on Bun",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"keywords": [
"withastro",
Expand Down
7 changes: 7 additions & 0 deletions packages/deno-websocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# astro-deno-websocket

## 1.0.0

### Major Changes

- [#114](https://github.com/lilnasy/gratelets/pull/114) [`ab033d4`](https://github.com/lilnasy/gratelets/commit/ab033d4b4e75d5dbd291ff5157d09a2cf3bfe45f) Thanks [@lilnasy](https://github.com/lilnasy)! - Initial release.
2 changes: 1 addition & 1 deletion packages/deno-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "astro-deno-websocket",
"type": "module",
"description": "Use WebSockets in your Astro SSR Apps and run it on Deno",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"withastro",
Expand Down
6 changes: 6 additions & 0 deletions packages/node-websocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-node-websocket

## 1.1.2

### Patch Changes

- [#114](https://github.com/lilnasy/gratelets/pull/114) [`ab033d4`](https://github.com/lilnasy/gratelets/commit/ab033d4b4e75d5dbd291ff5157d09a2cf3bfe45f) Thanks [@lilnasy](https://github.com/lilnasy)! - Updated the documentation to include a section on authentication.

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "astro-node-websocket",
"type": "module",
"description": "Use WebSockets in your Astro SSR Apps",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"keywords": [
"withastro",
Expand Down

0 comments on commit f32f503

Please sign in to comment.