Skip to content

Commit

Permalink
v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed May 5, 2021
1 parent 0819aec commit c93cfe4
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.12-alpha.0"
"version": "0.1.12"
}
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.12-alpha.0",
"version": "0.1.12",
"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.12-alpha.0",
"version": "0.1.12",
"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.12-alpha.0"
"@reactivedata/reactive": "^0.1.12"
},
"peerDependencies": {
"react": "^16.8.0 || ^17"
Expand Down

0 comments on commit c93cfe4

Please sign in to comment.