Skip to content

Commit

Permalink
Releasing Hookstate-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avkonst committed Dec 19, 2022
1 parent cda93f4 commit a477d76
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/core",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "The flexible, fast and extendable state management for React that is based on hooks and state usage tracking.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -68,4 +68,4 @@
"files": [
"dist"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/workspace",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "The workspace for @hookstate.",
"license": "MIT",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions plugins/broadcasted/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/broadcasted",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "Plugin for @hookstate/core to enable state synchronization across browser tabs.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"peerDependencies": {
"@hookstate/core": "^4.0.0-rc21",
"@hookstate/core": "^4.0.0",
"broadcast-channel": "^4.10.0"
},
"devDependencies": {
Expand Down Expand Up @@ -68,4 +68,4 @@
"files": [
"dist"
]
}
}
6 changes: 3 additions & 3 deletions plugins/clonable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/clonable",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "Plugin for @hookstate/core to define state cloning capabilities.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"peerDependencies": {
"@hookstate/core": "^4.0.0-rc21"
"@hookstate/core": "^4.0.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down Expand Up @@ -66,4 +66,4 @@
"files": [
"dist"
]
}
}
6 changes: 3 additions & 3 deletions plugins/comparable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/comparable",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "Plugin for @hookstate/core to enable state values comparison.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"peerDependencies": {
"@hookstate/core": "^4.0.0-rc21"
"@hookstate/core": "^4.0.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down Expand Up @@ -66,4 +66,4 @@
"files": [
"dist"
]
}
}
6 changes: 3 additions & 3 deletions plugins/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/devtools",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "Development tools plugin for @hookstate/core.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"redux-devtools-extension": "2.13.9"
},
"peerDependencies": {
"@hookstate/core": "4.0.0-rc21"
"@hookstate/core": "4.0.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down Expand Up @@ -71,4 +71,4 @@
"files": [
"dist"
]
}
}
6 changes: 3 additions & 3 deletions plugins/identifiable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/identifiable",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "Plugin for @hookstate/core to enable state labeling and identification by name.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"peerDependencies": {
"@hookstate/core": "^4.0.0-rc21"
"@hookstate/core": "^4.0.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down Expand Up @@ -66,4 +66,4 @@
"files": [
"dist"
]
}
}
6 changes: 3 additions & 3 deletions plugins/initializable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/initializable",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "Plugin for @hookstate/core to enable one off initialization callback.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"peerDependencies": {
"@hookstate/core": "^4.0.0-rc21"
"@hookstate/core": "^4.0.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down Expand Up @@ -66,4 +66,4 @@
"files": [
"dist"
]
}
}
6 changes: 3 additions & 3 deletions plugins/localstored/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/localstored",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "Plugin for @hookstate/core to enable persistence of managed data states to browser's local storage.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"peerDependencies": {
"@hookstate/core": "^4.0.0-rc21"
"@hookstate/core": "^4.0.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down Expand Up @@ -66,4 +66,4 @@
"files": [
"dist"
]
}
}
6 changes: 3 additions & 3 deletions plugins/logged/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/logged",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "Plugin for @hookstate/core to enable logging into console when state is created/updated/destroyed.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"peerDependencies": {
"@hookstate/core": "^4.0.0-rc21"
"@hookstate/core": "^4.0.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down Expand Up @@ -66,4 +66,4 @@
"files": [
"dist"
]
}
}
6 changes: 3 additions & 3 deletions plugins/serializable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/serializable",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "Plugin for @hookstate/core to enable state serialization and deserialization.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"peerDependencies": {
"@hookstate/core": "^4.0.0-rc21"
"@hookstate/core": "^4.0.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down Expand Up @@ -66,4 +66,4 @@
"files": [
"dist"
]
}
}
6 changes: 3 additions & 3 deletions plugins/snapshotable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/snapshotable",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "Extension for @hookstate/core to enable state snapshoting and reverting to the snapshoted / previous values.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"update:deps": "ncu -u"
},
"peerDependencies": {
"@hookstate/core": "^4.0.0-rc21"
"@hookstate/core": "^4.0.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down Expand Up @@ -66,4 +66,4 @@
"files": [
"dist"
]
}
}
6 changes: 3 additions & 3 deletions plugins/subscribable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/subscribable",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "Plugin for @hookstate/core to make it easier to subscribe a custom callback to state changes.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"peerDependencies": {
"@hookstate/core": "^4.0.0-rc21"
"@hookstate/core": "^4.0.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down Expand Up @@ -66,4 +66,4 @@
"files": [
"dist"
]
}
}
6 changes: 3 additions & 3 deletions plugins/validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hookstate/validation",
"version": "4.0.0-rc21",
"version": "4.0.0",
"description": "Plugin for @hookstate/core to enable validation of data state.",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {},
"peerDependencies": {
"@hookstate/core": "^4.0.0-rc21"
"@hookstate/core": "^4.0.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down Expand Up @@ -66,4 +66,4 @@
"files": [
"dist"
]
}
}

0 comments on commit a477d76

Please sign in to comment.