Skip to content

Commit cbca1f1

Browse files
committed
v0.7.1
1 parent 6f61791 commit cbca1f1

5 files changed

Lines changed: 12 additions & 8 deletions

File tree

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.7.0"
5+
"version": "0.7.1"
66
}

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

Lines changed: 1 addition & 1 deletion
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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-changes-hook",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "React hook for tree-changes",
55
"author": "Gil Barbara <gilbarbara@gmail.com>",
66
"keywords": [
@@ -38,7 +38,7 @@
3838
"fast-deep-equal": "^3.1.3",
3939
"react": "^16.8.0 || ^17.0.0",
4040
"react-dom": "^17.0.2",
41-
"tree-changes": "^0.7.0"
41+
"tree-changes": "^0.7.1"
4242
},
4343
"devDependencies": {
4444
"del-cli": "^4.0.0",
@@ -62,7 +62,9 @@
6262
"prepublishOnly": "npm run validate"
6363
},
6464
"eslintConfig": {
65-
"extends": ["@gilbarbara/eslint-config"]
65+
"extends": [
66+
"@gilbarbara/eslint-config"
67+
]
6668
},
6769
"prettier": "@gilbarbara/prettier-config",
6870
"size-limit": [

packages/tree-changes/package-lock.json

Lines changed: 1 addition & 1 deletion
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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-changes",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Get changes between two versions of data with similar shape",
55
"author": "Gil Barbara <gilbarbara@gmail.com>",
66
"keywords": [
@@ -51,7 +51,9 @@
5151
"prepublishOnly": "npm run validate"
5252
},
5353
"eslintConfig": {
54-
"extends": ["@gilbarbara/eslint-config"]
54+
"extends": [
55+
"@gilbarbara/eslint-config"
56+
]
5557
},
5658
"prettier": "@gilbarbara/prettier-config",
5759
"size-limit": [

0 commit comments

Comments
 (0)