Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Aug 2, 2022
1 parent 10d24a6 commit 72e1ee1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.1.16"
"version": "0.2.0"
}
2 changes: 1 addition & 1 deletion packages/reactive-core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/reactive-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactivedata/reactive",
"version": "0.1.16",
"version": "0.2.0",
"private": false,
"main": "dist/reactive.js",
"module": "dist/reactive.module.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive-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 packages/reactive-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactivedata/react",
"version": "0.1.16",
"version": "0.2.0",
"private": false,
"main": "dist/reactive-react-bindings.js",
"module": "dist/reactive-react-bindings.module.js",
Expand All @@ -9,7 +9,7 @@
"types": "types/index.d.ts",
"license": "MIT",
"dependencies": {
"@reactivedata/reactive": "^0.1.16"
"@reactivedata/reactive": "^0.2.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17 || ^18"
Expand Down

0 comments on commit 72e1ee1

Please sign in to comment.