Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Oct 15, 2023
1 parent 5bc42ed commit e9e7e4f
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 58 deletions.
8 changes: 4 additions & 4 deletions examples/todo-react-17/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/todo-react-17/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "todo-react-17",
"version": "0.6.0-alpha.0",
"version": "0.6.0",
"private": true,
"dependencies": {
"@syncedstore/core": "^0.6.0-alpha.0",
"@syncedstore/react": "^0.6.0-alpha.0",
"@syncedstore/core": "^0.6.0",
"@syncedstore/react": "^0.6.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-react/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/todo-react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "todo-react",
"version": "0.6.0-alpha.0",
"version": "0.6.0",
"private": true,
"dependencies": {
"@syncedstore/core": "^0.6.0-alpha.0",
"@syncedstore/react": "^0.6.0-alpha.0",
"@syncedstore/core": "^0.6.0",
"@syncedstore/react": "^0.6.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-svelte/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/todo-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-app",
"version": "0.6.0-alpha.0",
"version": "0.6.0",
"private": true,
"scripts": {
"build": "rollup -c",
Expand All @@ -25,8 +25,8 @@
"typescript": "^4.0.0"
},
"dependencies": {
"@syncedstore/core": "^0.6.0-alpha.0",
"@syncedstore/svelte": "^0.6.0-alpha.0",
"@syncedstore/core": "^0.6.0",
"@syncedstore/svelte": "^0.6.0",
"sirv-cli": "^1.0.0",
"y-webrtc": "^10.1.8",
"yjs": "^13.5.13"
Expand Down
6 changes: 3 additions & 3 deletions examples/todo-vue/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/todo-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "todo-vue",
"version": "0.6.0-alpha.0",
"version": "0.6.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"package": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@syncedstore/core": "^0.6.0-alpha.0",
"@syncedstore/core": "^0.6.0",
"core-js": "^3.6.5",
"tslib": "^2.3.1",
"vue": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"useWorkspaces": true,
"version": "0.6.0-alpha.0"
"version": "0.6.0"
}
56 changes: 28 additions & 28 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"offline",
"shared editing"
],
"version": "0.6.0-alpha.0",
"version": "0.6.0",
"private": false,
"main": "dist/syncedstore.js",
"module": "dist/syncedstore.module.js",
Expand All @@ -35,7 +35,7 @@
"license": "MIT",
"dependencies": {
"@reactivedata/reactive": "^0.2.0",
"@syncedstore/yjs-reactive-bindings": "^0.5.2"
"@syncedstore/yjs-reactive-bindings": "^0.6.0"
},
"peerDependencies": {
"yjs": "^13.5.13"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"offline",
"shared editing"
],
"version": "0.6.0-alpha.0",
"version": "0.6.0",
"private": false,
"main": "dist/syncedstore-react.js",
"module": "dist/syncedstore-react.module.js",
Expand All @@ -39,8 +39,8 @@
"@syncedstore/core": "*"
},
"devDependencies": {
"@syncedstore/core": "^0.6.0",
"@types/eslint": "^6.8.0",
"@syncedstore/core": "^0.6.0-alpha.0",
"microbundle": "^0.15.1",
"rimraf": "^3.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"shared editing",
"svelte"
],
"version": "0.6.0-alpha.0",
"version": "0.6.0",
"private": false,
"main": "dist/syncedstore-svelte.js",
"module": "dist/syncedstore-svelte.module.js",
Expand All @@ -36,7 +36,7 @@
},
"devDependencies": {
"@reactivedata/reactive": "^0.2.0",
"@syncedstore/core": "^0.6.0-alpha.0",
"@syncedstore/core": "^0.6.0",
"microbundle": "^0.15.1",
"rimraf": "^3.0.2",
"svelte": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/yjs-reactive-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syncedstore/yjs-reactive-bindings",
"description": "A bridge between Reactive programming libraries (reactive, Vue or MobX) and Yjs",
"version": "0.5.2",
"version": "0.6.0",
"private": false,
"main": "dist/yjs-reactive-bindings.js",
"module": "dist/yjs-reactive-bindings.module.js",
Expand All @@ -14,7 +14,6 @@
"source": "src/index.ts",
"types": "types/index.d.ts",
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"yjs": "^13.5.13"
},
Expand Down

0 comments on commit e9e7e4f

Please sign in to comment.