Skip to content

Commit 52896e5

Browse files
chore: version packages (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a62f47c commit 52896e5

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

.changeset/neat-cycles-change.md

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

bun.lockb

0 Bytes
Binary file not shown.

src/CHANGELOG.md

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

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- [#21](https://github.com/wevm/isows/pull/21) [`8d6f65858afc0cb131d40c6f415542347b0c909c`](https://github.com/wevm/isows/commit/8d6f65858afc0cb131d40c6f415542347b0c909c) Thanks [@lucasloisp](https://github.com/lucasloisp)! - Fixed `react-native` export in `package.json#exports`.
8+
39
## 1.0.6
410

511
### Patch Changes

src/package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "isows",
33
"description": "Isomorphic WebSocket",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"type": "module",
66
"browser": "./_esm/native.js",
77
"main": "./_cjs/index.js",
@@ -36,12 +36,20 @@
3636
},
3737
"license": "MIT",
3838
"repository": "wevm/isows",
39-
"authors": ["jxom.eth"],
39+
"authors": [
40+
"jxom.eth"
41+
],
4042
"funding": [
4143
{
4244
"type": "github",
4345
"url": "https://github.com/sponsors/wevm"
4446
}
4547
],
46-
"keywords": ["isomorphic", "websocket", "ws", "node", "browser"]
48+
"keywords": [
49+
"isomorphic",
50+
"websocket",
51+
"ws",
52+
"node",
53+
"browser"
54+
]
4755
}

test/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@playwright/test": "1.52.0",
1616
"@sveltejs/adapter-vercel": "^3.0.3",
1717
"@sveltejs/kit": "^1.20.4",
18-
"isows": "^1.0.6",
18+
"isows": "^1.0.7",
1919
"svelte": "^4.0.5",
2020
"svelte-check": "^3.4.3",
2121
"tslib": "^2.4.1",

0 commit comments

Comments
 (0)