Skip to content

Commit 987c656

Browse files
Version Packages (next) (#14)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a5f5533 commit 987c656

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"lazy-buckets-accept",
1010
"orange-pillows-smash",
1111
"smooth-points-remember",
12-
"spotty-planets-begin"
12+
"spotty-planets-begin",
13+
"wicked-roses-switch"
1314
]
1415
}

CHANGELOG.md

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

3+
## 0.6.0-next.2
4+
5+
### Patch Changes
6+
7+
- a5f5533: `useStore` will now force the component to re-render if a change was detected between the React render/reconcile stage and the invocation of the layout effect that actually sets up the subscription listener. This improves reactivity in situations where values were changed in the store during the render phase, or imperatively from outside of your React component tree.
8+
39
## 0.6.0-next.1
410

511
### Minor Changes

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.6.0-next.1",
17+
"version": "0.6.0-next.2",
1818
"main": "dist/index.js",
1919
"module": "dist/index.esm.js",
2020
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)