Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Mar 6, 2022
1 parent 594756a commit 0d1c0dc
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.8.0"
"version": "0.9.0"
}
2 changes: 1 addition & 1 deletion packages/tree-changes-hook/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/tree-changes-hook/package.json
@@ -1,6 +1,6 @@
{
"name": "tree-changes-hook",
"version": "0.8.0",
"version": "0.9.0",
"description": "React hook for tree-changes",
"author": "Gil Barbara <gilbarbara@gmail.com>",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@gilbarbara/deep-equal": "^0.1.0",
"tree-changes": "^0.8.0"
"tree-changes": "^0.9.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tree-changes/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/tree-changes/package.json
@@ -1,6 +1,6 @@
{
"name": "tree-changes",
"version": "0.8.0",
"version": "0.9.0",
"description": "Get changes between two versions of data with similar shape",
"author": "Gil Barbara <gilbarbara@gmail.com>",
"keywords": [
Expand Down

0 comments on commit 0d1c0dc

Please sign in to comment.