Skip to content

Commit e9de129

Browse files
[ci] release (#137)
1 parent 462bfa9 commit e9de129

File tree

6 files changed

+16
-13
lines changed

6 files changed

+16
-13
lines changed

.changeset/gentle-deers-compare.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/loud-items-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/bun-websocket/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# astro-bun-websocket
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#136](https://github.com/lilnasy/gratelets/pull/136) [`462bfa9`](https://github.com/lilnasy/gratelets/commit/462bfa9e27447f839d752d13af5cdb77f587dc48) Thanks [@lilnasy](https://github.com/lilnasy)! - Removed an unused dependency from the package's dependency list.
8+
39
## 1.0.2
410

511
### Patch Changes

packages/bun-websocket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "astro-bun-websocket",
33
"type": "module",
44
"description": "Use WebSockets in your Astro SSR Apps and run it on Bun",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"license": "MIT",
77
"keywords": [
88
"withastro",

packages/cloudflare-websocket/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# astro-cloudflare-websocket
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#136](https://github.com/lilnasy/gratelets/pull/136) [`462bfa9`](https://github.com/lilnasy/gratelets/commit/462bfa9e27447f839d752d13af5cdb77f587dc48) Thanks [@lilnasy](https://github.com/lilnasy)! - Removed an unused dependency from the package's dependency list.
8+
9+
- [#136](https://github.com/lilnasy/gratelets/pull/136) [`462bfa9`](https://github.com/lilnasy/gratelets/commit/462bfa9e27447f839d752d13af5cdb77f587dc48) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixed an issue where the platform proxy was not available for websocket requests in dev mode.
10+
311
## 1.0.1
412

513
### Patch Changes

packages/cloudflare-websocket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "astro-cloudflare-websocket",
33
"type": "module",
44
"description": "Use WebSockets in your Astro SSR Apps and run it on Cloudflare Workers.",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"license": "MIT",
77
"keywords": [
88
"withastro",

0 commit comments

Comments
 (0)