Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @smart-hooks/helper-traverse-scheme-keys@1.0.2
 - @smart-hooks/use-interstate@2.1.2
 - @smart-hooks/use-multi-state@1.1.2
 - @smart-hooks/use-smart-memo@2.0.3
 - @smart-hooks/use-smart-ref@2.1.3
  • Loading branch information
turtleflyer committed Aug 3, 2020
1 parent e3a228b commit b037322
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-hooks/helper-traverse-scheme-keys",
"version": "1.0.1",
"version": "1.0.2",
"description": "Helper for use-interstate and use-multi-state packages",
"keywords": [
"react"
Expand Down
6 changes: 3 additions & 3 deletions packages/smart-hooks/use-interstate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-hooks/use-interstate",
"version": "2.1.1",
"version": "2.1.2",
"description": "useState on steroids",
"keywords": [
"react"
Expand Down Expand Up @@ -41,8 +41,8 @@
"react": "^16.9.0"
},
"dependencies": {
"@smart-hooks/helper-traverse-scheme-keys": "^1.0.1",
"@smart-hooks/use-smart-memo": "^2.0.2"
"@smart-hooks/helper-traverse-scheme-keys": "^1.0.2",
"@smart-hooks/use-smart-memo": "^2.0.3"
},
"gitHead": "9a47ccf24e6f09b4f17ebf01516e8c4833f2290f"
}
4 changes: 2 additions & 2 deletions packages/smart-hooks/use-multi-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-hooks/use-multi-state",
"version": "1.1.1",
"version": "1.1.2",
"description": "Use one useMultiState instead multiple useState's",
"keywords": [
"react"
Expand Down Expand Up @@ -42,6 +42,6 @@
},
"gitHead": "9a47ccf24e6f09b4f17ebf01516e8c4833f2290f",
"dependencies": {
"@smart-hooks/helper-traverse-scheme-keys": "^1.0.1"
"@smart-hooks/helper-traverse-scheme-keys": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/smart-hooks/use-smart-memo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-hooks/use-smart-memo",
"version": "2.0.2",
"version": "2.0.3",
"description": "Make useMemo predictable",
"keywords": [
"react"
Expand Down
2 changes: 1 addition & 1 deletion packages/smart-hooks/use-smart-ref/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-hooks/use-smart-ref",
"version": "2.1.2",
"version": "2.1.3",
"description": "Extends useRef logic",
"keywords": [
"react"
Expand Down

0 comments on commit b037322

Please sign in to comment.