Skip to content

Commit ab73936

Browse files
committed
v0.10.0
1 parent 11932e8 commit ab73936

File tree

6 files changed

+9
-20
lines changed

6 files changed

+9
-20
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.9.3"
5+
"version": "0.10.0"
66
}

package-lock.json

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tree-changes-hook/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tree-changes-hook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-changes-hook",
3-
"version": "0.9.3",
3+
"version": "0.10.0",
44
"description": "React hook for tree-changes",
55
"author": "Gil Barbara <gilbarbara@gmail.com>",
66
"keywords": [
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@gilbarbara/deep-equal": "^0.1.1",
38-
"tree-changes": "^0.9.3"
38+
"tree-changes": "^0.10.0"
3939
},
4040
"devDependencies": {
4141
"@testing-library/jest-dom": "^5.16.5",

packages/tree-changes/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tree-changes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-changes",
3-
"version": "0.9.3",
3+
"version": "0.10.0",
44
"description": "Get changes between two versions of data with similar shape",
55
"author": "Gil Barbara <gilbarbara@gmail.com>",
66
"keywords": [

0 commit comments

Comments
 (0)