Skip to content

Commit aa882e9

Browse files
Version Packages (next)
1 parent 9032269 commit aa882e9

File tree

7 files changed

+31
-4
lines changed

7 files changed

+31
-4
lines changed

.changeset/pre.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"@clockworklabs/spacetimedb-sdk": "0.12.1",
77
"@clockworklabs/test-app": "0.0.2"
88
},
9-
"changesets": []
9+
"changesets": [
10+
"dull-mangos-appear",
11+
"smart-dogs-listen"
12+
]
1013
}

examples/quickstart/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# client-vite
22

3+
## 0.0.3-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cf7b7d8`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/cf7b7d89a1547fb3863f6641f5b2eb40a27c05d8), [`9032269`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/9032269004d4dae587c39ccd85da0a32fb9a0114)]:
8+
- @clockworklabs/spacetimedb-sdk@1.0.0-next.0
9+
310
## 0.0.2
411

512
### Patch Changes

examples/quickstart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "client-vite",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.3-next.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/sdk/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#116](https://github.com/clockworklabs/spacetimedb-typescript-sdk/pull/116) [`9032269`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/9032269004d4dae587c39ccd85da0a32fb9a0114) Thanks [@PuruVJ](https://github.com/PuruVJ)! - Enter RC
8+
9+
### Patch Changes
10+
11+
- [#109](https://github.com/clockworklabs/spacetimedb-typescript-sdk/pull/109) [`cf7b7d8`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/cf7b7d89a1547fb3863f6641f5b2eb40a27c05d8) Thanks [@PuruVJ](https://github.com/PuruVJ)! - fix: websocket message handling, Buffer, onConnect
12+
313
## 0.12.1
414

515
### Patch Changes

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clockworklabs/spacetimedb-sdk",
3-
"version": "0.12.1",
3+
"version": "1.0.0-next.0",
44
"description": "SDK for SpacetimeDB",
55
"author": {
66
"name": "Clockwork Labs",

packages/test-app/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @clockworklabs/test-app
22

3+
## 0.0.3-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cf7b7d8`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/cf7b7d89a1547fb3863f6641f5b2eb40a27c05d8), [`9032269`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/9032269004d4dae587c39ccd85da0a32fb9a0114)]:
8+
- @clockworklabs/spacetimedb-sdk@1.0.0-next.0
9+
310
## 0.0.2
411

512
### Patch Changes

packages/test-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@clockworklabs/test-app",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.3-next.0",
55
"type": "module",
66
"files": [
77
"src"

0 commit comments

Comments
 (0)