diff --git a/README.md b/README.md index cae6a4e..6b5971a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ It introduces a node-component-system for efficient rendering, while ensuring co ## Updates -RadiantKit now supports real-time collaborative editing. Check out the instructions in the section title Collaborative Editing to set it up. +RadiantKit now supports real-time collaborative editing. Check out the instructions in the section titled Collaborative Editing to set it up. Collaborative Editing Demo diff --git a/runtime/web/lib/cjs/version.js b/runtime/web/lib/cjs/version.js index f354767..49e1766 100644 --- a/runtime/web/lib/cjs/version.js +++ b/runtime/web/lib/cjs/version.js @@ -1,5 +1,5 @@ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SDK_VERSION = void 0; -exports.SDK_VERSION = '0.0.9'; +exports.SDK_VERSION = '0.0.10'; //# sourceMappingURL=version.js.map \ No newline at end of file diff --git a/runtime/web/lib/cjs/version.js.map b/runtime/web/lib/cjs/version.js.map index f93429f..6619e1b 100644 --- a/runtime/web/lib/cjs/version.js.map +++ b/runtime/web/lib/cjs/version.js.map @@ -1 +1 @@ -{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG,OAAO,CAAC","sourcesContent":["export const SDK_VERSION = '0.0.9';\n"]} \ No newline at end of file +{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG,QAAQ,CAAC","sourcesContent":["export const SDK_VERSION = '0.0.10';\n"]} \ No newline at end of file diff --git a/runtime/web/lib/esm/version.js b/runtime/web/lib/esm/version.js index 52dbf2e..15c3701 100644 --- a/runtime/web/lib/esm/version.js +++ b/runtime/web/lib/esm/version.js @@ -1,2 +1,2 @@ -export const SDK_VERSION = '0.0.9'; +export const SDK_VERSION = '0.0.10'; //# sourceMappingURL=version.js.map \ No newline at end of file diff --git a/runtime/web/lib/esm/version.js.map b/runtime/web/lib/esm/version.js.map index 24bd126..090605b 100644 --- a/runtime/web/lib/esm/version.js.map +++ b/runtime/web/lib/esm/version.js.map @@ -1 +1 @@ -{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC","sourcesContent":["export const SDK_VERSION = '0.0.9';\n"]} \ No newline at end of file +{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,QAAQ,CAAC","sourcesContent":["export const SDK_VERSION = '0.0.10';\n"]} \ No newline at end of file diff --git a/runtime/web/lib/types/version.d.ts b/runtime/web/lib/types/version.d.ts index 1153b42..ad94e26 100644 --- a/runtime/web/lib/types/version.d.ts +++ b/runtime/web/lib/types/version.d.ts @@ -1,2 +1,2 @@ -export declare const SDK_VERSION = "0.0.9"; +export declare const SDK_VERSION = "0.0.10"; //# sourceMappingURL=version.d.ts.map \ No newline at end of file diff --git a/runtime/web/lib/types/version.d.ts.map b/runtime/web/lib/types/version.d.ts.map index 6d73721..c26975e 100644 --- a/runtime/web/lib/types/version.d.ts.map +++ b/runtime/web/lib/types/version.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,UAAU,CAAC"} \ No newline at end of file +{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,WAAW,CAAC"} \ No newline at end of file diff --git a/runtime/web/package.json b/runtime/web/package.json index b42d31a..6ccdb5f 100644 --- a/runtime/web/package.json +++ b/runtime/web/package.json @@ -1,6 +1,6 @@ { "name": "@radiantkit/react", - "version": "0.0.9", + "version": "0.0.10", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", @@ -48,7 +48,7 @@ "typescript": "^4.8.3" }, "dependencies": { - "@radiantkit/radiantkit": "^0.0.6" + "@radiantkit/radiantkit": "*" }, "peerDependencies": { "react": ">=18" diff --git a/runtime/web/src/version.ts b/runtime/web/src/version.ts index d7f8c9c..632e4f5 100644 --- a/runtime/web/src/version.ts +++ b/runtime/web/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = '0.0.9'; +export const SDK_VERSION = '0.0.10';