Skip to content

Commit 96a4922

Browse files
Version Packages (next) (#7)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9e025c1 commit 96a4922

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
"initialVersions": {
55
"statery": "0.5.4"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"beige-emus-trade",
9+
"lazy-buckets-accept",
10+
"orange-pillows-smash"
11+
]
812
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.6.0-next.0
4+
5+
### Minor Changes
6+
7+
- d2eb9b4: **Fixed:** `useStore` now hooks into the store using `useLayoutEffect`, not `useEffect`
8+
- 53fff47: Refreshed all of the package's dependencies and brushed up its test setup.
9+
- 53fff47: Statery now requires React 18 and up!
10+
311
## [0.5.4] - 2021-03-20
412

513
- **Changed:** Slightly improved typings. Most importantly, `store.state` is now typed as readonly, which should make Typescript et al warn you if you're trying to directly mutate the state object.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"hooks"
1515
],
1616
"sideEffects": false,
17-
"version": "0.5.4",
17+
"version": "0.6.0-next.0",
1818
"main": "dist/index.js",
1919
"module": "dist/index.esm.js",
2020
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)