Skip to content

Commit f16185d

Browse files
authored
bump versions to 1.0.0 (#126)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent eca969a commit f16185d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

packages/sdk/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
### Overview
44

5-
> NOTE: This SDK is currently in Release Candidate stage and tied to SpacetimeDB `v1.0.0-rc1`. Expect breaking changes in the future.
6-
75
This repository contains the TypeScript SDK for SpacetimeDB. The SDK allows to interact with the database server and is prepared to work with code generated from a SpacetimeDB backend code.
86

97
### Installation

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": "1.0.0-rc1.0",
3+
"version": "1.0.0",
44
"description": "SDK for SpacetimeDB",
55
"author": {
66
"name": "Clockwork Labs",

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.3-rc1.0",
4+
"version": "0.0.0",
55
"type": "module",
66
"files": [
77
"src"

0 commit comments

Comments
 (0)