Skip to content

Commit

Permalink
Version Packages (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 8, 2024
1 parent 2f6c82c commit 3bc40e3
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-mangos-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-dragons-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-goats-whisper.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/quickstart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# client-vite

## 0.0.2

### Patch Changes

- Updated dependencies [[`2f6c82c`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/2f6c82c724b9f9407c7bedee13252ca8ffab8f7d), [`b9db9b6`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/b9db9b6e46d8c98b29327d97c12c07b7a2fc96bf), [`79c278b`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/79c278be71b2dfd82106ada983fd81d395b1d912)]:
- @clockworklabs/spacetimedb-sdk@0.12.1

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "client-vite",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.12.1

### Patch Changes

- [#107](https://github.com/clockworklabs/spacetimedb-typescript-sdk/pull/107) [`2f6c82c`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/2f6c82c724b9f9407c7bedee13252ca8ffab8f7d) Thanks [@PuruVJ](https://github.com/PuruVJ)! - fix: websocket message handling, Buffer, onConnect

- [#108](https://github.com/clockworklabs/spacetimedb-typescript-sdk/pull/108) [`b9db9b6`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/b9db9b6e46d8c98b29327d97c12c07b7a2fc96bf) Thanks [@PuruVJ](https://github.com/PuruVJ)! - docs: Public facing docs for 0.12

- [#105](https://github.com/clockworklabs/spacetimedb-typescript-sdk/pull/105) [`79c278b`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/79c278be71b2dfd82106ada983fd81d395b1d912) Thanks [@PuruVJ](https://github.com/PuruVJ)! - fix: temporary token path invocation

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clockworklabs/spacetimedb-sdk",
"version": "0.12.0",
"version": "0.12.1",
"description": "SDK for SpacetimeDB",
"author": {
"name": "Clockwork Labs",
Expand Down
7 changes: 7 additions & 0 deletions packages/test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clockworklabs/test-app

## 0.0.2

### Patch Changes

- Updated dependencies [[`2f6c82c`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/2f6c82c724b9f9407c7bedee13252ca8ffab8f7d), [`b9db9b6`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/b9db9b6e46d8c98b29327d97c12c07b7a2fc96bf), [`79c278b`](https://github.com/clockworklabs/spacetimedb-typescript-sdk/commit/79c278be71b2dfd82106ada983fd81d395b1d912)]:
- @clockworklabs/spacetimedb-sdk@0.12.1

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@clockworklabs/test-app",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"files": [
"src"
Expand Down

0 comments on commit 3bc40e3

Please sign in to comment.