Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Sep 6, 2022
1 parent 11932e8 commit ab73936
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.9.3"
"version": "0.10.0"
}
11 changes: 0 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions 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.9.3",
"version": "0.10.0",
"description": "React hook for tree-changes",
"author": "Gil Barbara <gilbarbara@gmail.com>",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@gilbarbara/deep-equal": "^0.1.1",
"tree-changes": "^0.9.3"
"tree-changes": "^0.10.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
4 changes: 2 additions & 2 deletions 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.9.3",
"version": "0.10.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 ab73936

Please sign in to comment.