Skip to content

Commit

Permalink
Updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeneix committed Dec 20, 2023
1 parent ff2cedf commit 15b7aa9
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="#collaborative-editing">Collaborative Editing</a> to set it up.
RadiantKit now supports real-time collaborative editing. Check out the instructions in the section titled <a href="#collaborative-editing">Collaborative Editing</a> to set it up.

<a href="#collaborative-editing">
<img src="CollaborativeEditing.gif" alt="Collaborative Editing Demo">
Expand Down
2 changes: 1 addition & 1 deletion runtime/web/lib/cjs/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/web/lib/cjs/version.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/web/lib/esm/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/web/lib/esm/version.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/web/lib/types/version.d.ts
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion runtime/web/lib/types/version.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions runtime/web/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typescript": "^4.8.3"
},
"dependencies": {
"@radiantkit/radiantkit": "^0.0.6"
"@radiantkit/radiantkit": "*"
},
"peerDependencies": {
"react": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion runtime/web/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const SDK_VERSION = '0.0.9';
export const SDK_VERSION = '0.0.10';

0 comments on commit 15b7aa9

Please sign in to comment.