Skip to content

Commit 66b76f5

Browse files
chore: version packages (#378)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da1f51c commit 66b76f5

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/cool-spies-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-spies-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

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

3+
## 0.0.51
4+
5+
### Patch Changes
6+
7+
- [#351](https://github.com/toss/react-simplikit/pull/351) [`da1f51c`](https://github.com/toss/react-simplikit/commit/da1f51cc9b860dde91dcfd120605eb6a93de3b55) Thanks [@eunwoo-levi](https://github.com/eunwoo-levi)! - fix(core/hooks): call cleanup when unmount occurs before async effect resolves
8+
9+
- [#352](https://github.com/toss/react-simplikit/pull/352) [`fa3daa5`](https://github.com/toss/react-simplikit/commit/fa3daa52d18644ac90a35fc8a79501eae7bb0269) Thanks [@eunwoo-levi](https://github.com/eunwoo-levi)! - fix(core/hooks): prevent immediate callback from re-firing when enabled is toggled
10+
311
## 0.0.50
412

513
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-simplikit",
3-
"version": "0.0.50",
3+
"version": "0.0.51",
44
"main": "./dist/index.cjs",
55
"module": "./esm/index.js",
66
"types": "./dist/index.d.cts",

0 commit comments

Comments
 (0)