Skip to content

Commit

Permalink
Version Packages (next) (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 26, 2022
1 parent 9e025c1 commit 96a4922
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"initialVersions": {
"statery": "0.5.4"
},
"changesets": []
"changesets": [
"beige-emus-trade",
"lazy-buckets-accept",
"orange-pillows-smash"
]
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.6.0-next.0

### Minor Changes

- d2eb9b4: **Fixed:** `useStore` now hooks into the store using `useLayoutEffect`, not `useEffect`
- 53fff47: Refreshed all of the package's dependencies and brushed up its test setup.
- 53fff47: Statery now requires React 18 and up!

## [0.5.4] - 2021-03-20

- **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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"hooks"
],
"sideEffects": false,
"version": "0.5.4",
"version": "0.6.0-next.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 96a4922

Please sign in to comment.