Skip to content

Commit

Permalink
Merge pull request #264 from phenyl/release/v1.6.4
Browse files Browse the repository at this point in the history
v1.6.4
  • Loading branch information
sasurau4 authored Sep 10, 2021
2 parents 00339f2 + 1145d9a commit 0dd0082
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"modules/*"
],
"useWorkspaces":true,
"useWorkspaces": true,
"npmClient": "yarn",
"version": "1.6.3"
"version": "1.6.4"
}
2 changes: 1 addition & 1 deletion modules/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sp2/format",
"version": "1.6.3",
"version": "1.6.4",
"description": "@sp2/format provides fundamental types and functions used in sp2.",
"bugs": "https://github.com/phenyl/sp2/issues",
"repository": "phenyl/sp2",
Expand Down
8 changes: 4 additions & 4 deletions modules/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sp2",
"version": "1.6.3",
"version": "1.6.4",
"description": "Immutable updater of objects using JSON operation.",
"bugs": "https://github.com/phenyl/sp2/issues",
"repository": "phenyl/sp2",
Expand Down Expand Up @@ -30,8 +30,8 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@sp2/format": "^1.6.3",
"@sp2/retriever": "^1.6.3",
"@sp2/updater": "^1.6.3"
"@sp2/format": "^1.6.4",
"@sp2/retriever": "^1.6.4",
"@sp2/updater": "^1.6.4"
}
}
4 changes: 2 additions & 2 deletions modules/retriever/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sp2/retriever",
"version": "1.6.3",
"version": "1.6.4",
"description": "@sp2/retriever retrieves objects in array by MongoDB-like find operations.",
"bugs": "https://github.com/phenyl/sp2/issues",
"repository": "phenyl/sp2",
Expand All @@ -23,7 +23,7 @@
"watch": "tsc --declaration --watch"
},
"dependencies": {
"@sp2/format": "^1.6.3",
"@sp2/format": "^1.6.4",
"fast-deep-equal": "^3.0.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions modules/updater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sp2/updater",
"version": "1.6.3",
"version": "1.6.4",
"description": "@sp2/updater provides core update() function of sp2.",
"bugs": "https://github.com/phenyl/sp2/issues",
"repository": "phenyl/sp2",
Expand All @@ -23,8 +23,8 @@
"watch": "tsc --declaration --watch"
},
"dependencies": {
"@sp2/format": "^1.6.3",
"@sp2/retriever": "^1.6.3",
"@sp2/format": "^1.6.4",
"@sp2/retriever": "^1.6.4",
"fast-deep-equal": "^3.0.0"
},
"publishConfig": {
Expand Down

0 comments on commit 0dd0082

Please sign in to comment.