Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - deep-memo@0.1.5
 - unmutable-docs@0.0.4
 - unmutable@0.47.0
  • Loading branch information
dxinteractive committed Dec 3, 2019
1 parent e4e96d1 commit 0894abb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/deep-memo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lib"
],
"name": "deep-memo",
"version": "0.1.4",
"version": "0.1.5",
"description": "A memoize-one function that analyses the function output and retains previous object references wherever data hasn't changed",
"license": "MIT",
"author": "Damien Clarke",
Expand Down Expand Up @@ -41,7 +41,7 @@
"fast-deep-equal": "^1.0.0",
"is-plain-object": "^2.0.4",
"lodash.range": "^3.2.0",
"unmutable": "^0.46.1"
"unmutable": "^0.47.0"
},
"sideEffects": false,
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion packages/unmutable-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unmutable-docs",
"private": true,
"description": "Unmutable docs",
"version": "0.0.3",
"version": "0.0.4",
"author": "Damien Clarke",
"dependencies": {
"browser-util-inspect": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/unmutable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"zipWith.js"
],
"name": "unmutable",
"version": "0.46.1",
"version": "0.47.0",
"description": "Immutable.js functions for collections that may or may not be Immutable.",
"license": "MIT",
"author": "Damien Clarke",
Expand Down Expand Up @@ -205,4 +205,4 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
}

0 comments on commit 0894abb

Please sign in to comment.