Skip to content

Commit

Permalink
v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Feb 1, 2022
1 parent b62405f commit 9c8f05d
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/todo-react/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-react/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "todo",
"version": "0.3.5",
"version": "0.3.7",
"private": true,
"dependencies": {
"@syncedstore/core": "^0.3.5",
"@syncedstore/core": "^0.3.7",
"@syncedstore/react": "^0.3.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
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.

4 changes: 2 additions & 2 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.3.6",
"version": "0.3.7",
"private": true,
"scripts": {
"build": "rollup -c",
Expand All @@ -25,7 +25,7 @@
"typescript": "^4.0.0"
},
"dependencies": {
"@syncedstore/core": "^0.3.5",
"@syncedstore/core": "^0.3.7",
"@syncedstore/svelte": "^0.3.6",
"sirv-cli": "^1.0.0",
"y-webrtc": "^10.1.8",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.5",
"version": "0.3.7",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"package": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@syncedstore/core": "^0.3.5",
"@syncedstore/core": "^0.3.7",
"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 @@ -3,5 +3,5 @@
"packages/*",
"examples/*"
],
"version": "0.3.6"
"version": "0.3.7"
}
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.3.5",
"version": "0.3.7",
"private": false,
"main": "dist/syncedstore.js",
"module": "dist/syncedstore.module.js",
Expand All @@ -30,7 +30,7 @@
"license": "MIT",
"dependencies": {
"@reactivedata/reactive": "0.1.16",
"@syncedstore/yjs-reactive-bindings": "^0.3.4",
"@syncedstore/yjs-reactive-bindings": "^0.3.7",
"@types/eslint": "6.8.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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.3.4",
"version": "0.3.7",
"private": false,
"main": "dist/yjs-reactive-bindings.js",
"module": "dist/yjs-reactive-bindings.module.js",
Expand Down

0 comments on commit 9c8f05d

Please sign in to comment.