Skip to content

Commit e668dd9

Browse files
Version Packages (next)
1 parent 6547882 commit e668dd9

File tree

7 files changed

+39
-4
lines changed

7 files changed

+39
-4
lines changed

.changeset/pre.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
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+
"three-cats-listen",
13+
"two-garlics-sin"
14+
]
1015
}

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), [`6547882`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/6547882bb28ed9a1ca436335745e9997328026ff), [`5d7304b`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/5d7304bd3e05dd7a032cfb7069aab97b881f0179)]:
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

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
- [#117](https://github.com/clockworklabs/spacetimedb-typescript-sdk/pull/117) [`5d7304b`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/5d7304bd3e05dd7a032cfb7069aab97b881f0179) Thanks [@PuruVJ](https://github.com/PuruVJ)! - feat: Switch to GZIP compression by default
10+
11+
### Minor Changes
12+
13+
- [#119](https://github.com/clockworklabs/spacetimedb-typescript-sdk/pull/119) [`6547882`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/6547882bb28ed9a1ca436335745e9997328026ff) Thanks [@kazimuth](https://github.com/kazimuth)! - Update Identity and Address to use bigints rather than byte arrays (see https://github.com/clockworklabs/SpacetimeDB/pull/1616)
14+
15+
### Patch Changes
16+
17+
- [#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
18+
319
## 0.12.1
420

521
### 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), [`6547882`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/6547882bb28ed9a1ca436335745e9997328026ff), [`5d7304b`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/5d7304bd3e05dd7a032cfb7069aab97b881f0179)]:
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)