bump versions to 1.0.0 (#126)

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
This commit is contained in:
Zeke Foppa
2025-02-19 11:11:28 -08:00
committed by GitHub
parent 4d9cc5921e
commit fdc8c25d68
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -2,8 +2,6 @@
### Overview
> NOTE: This SDK is currently in Release Candidate stage and tied to SpacetimeDB `v1.0.0-rc1`. Expect breaking changes in the future.
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.
### Installation
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@clockworklabs/spacetimedb-sdk",
"version": "1.0.0-rc1.0",
"version": "1.0.0",
"description": "SDK for SpacetimeDB",
"author": {
"name": "Clockwork Labs",
@@ -1,7 +1,7 @@
{
"name": "@clockworklabs/test-app",
"private": true,
"version": "0.0.3-rc1.0",
"version": "0.0.0",
"type": "module",
"files": [
"src"