Skip to content

Commit

Permalink
v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Nov 9, 2021
1 parent 462553a commit bd8832d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.1.14"
"version": "0.1.15"
}
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivedata/reactive",
"version": "0.1.14",
"version": "0.1.15",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivedata/react",
"version": "0.1.14",
"version": "0.1.15",
"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.14"
"@reactivedata/reactive": "^0.1.15"
},
"peerDependencies": {
"react": "^16.8.0 || ^17"
Expand Down

0 comments on commit bd8832d

Please sign in to comment.