Skip to content

Commit fd3dc52

Browse files
chore: version packages
1 parent b94ff72 commit fd3dc52

File tree

9 files changed

+19
-36
lines changed

9 files changed

+19
-36
lines changed

.changeset/bright-lions-dance.md

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

.changeset/dirty-coats-fold.md

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

.changeset/hip-shoes-show.md

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

.changeset/late-zoos-join.md

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

.changeset/swift-birds-glow.md

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

.changeset/tall-lions-rush.md

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

.changeset/twelve-coats-end.md

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

packages/core/CHANGELOG.md

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

3+
## 0.0.49
4+
5+
### Patch Changes
6+
7+
- [#339](https://github.com/toss/react-simplikit/pull/339) [`e5f6cac`](https://github.com/toss/react-simplikit/commit/e5f6cacd0bc93c03f361d0c825424937bc141809) Thanks [@sukvvon](https://github.com/sukvvon)! - feat(core/hooks): add 'useSet' hook
8+
9+
- [#219](https://github.com/toss/react-simplikit/pull/219) [`2a901bb`](https://github.com/toss/react-simplikit/commit/2a901bb903f4663571c7649769d3e29c9e844332) Thanks [@sukvvon](https://github.com/sukvvon)! - feat(core/hooks): add 'useIsClient' hook
10+
11+
- [#273](https://github.com/toss/react-simplikit/pull/273) [`ffc61bb`](https://github.com/toss/react-simplikit/commit/ffc61bb998fdaf129fff12e5e7515007ca5eeb51) Thanks [@wo-o29](https://github.com/wo-o29)! - docs: Add generic type support to useRefEffect interface
12+
13+
- [#278](https://github.com/toss/react-simplikit/pull/278) [`278b117`](https://github.com/toss/react-simplikit/commit/278b117152f8f01c54a66fc91c7c4c03fc74f7d9) Thanks [@wo-o29](https://github.com/wo-o29)! - fix: Replace array index keys with child keys in Separated
14+
15+
- [#341](https://github.com/toss/react-simplikit/pull/341) [`66f6c04`](https://github.com/toss/react-simplikit/commit/66f6c0400e95bb7d31de40f5fe60ff15cbba0020) Thanks [@sukvvon](https://github.com/sukvvon)! - feat(core/hooks): add 'useList' hook
16+
17+
- [#342](https://github.com/toss/react-simplikit/pull/342) [`e6e4bc4`](https://github.com/toss/react-simplikit/commit/e6e4bc4cb6ae9bba96913bb7780cc1663ea5bef6) Thanks [@sukvvon](https://github.com/sukvvon)! - feat(core/hooks): add 'useThrottledCallback' hook
18+
19+
- [#333](https://github.com/toss/react-simplikit/pull/333) [`4254542`](https://github.com/toss/react-simplikit/commit/4254542e481374c7f0e4de6dbacdfd10f076e529) Thanks [@dlsxjzld](https://github.com/dlsxjzld)! - remove window prefix from setTimeout and clearTimeout for platform-independent
20+
321
## 0.0.48
422

523
### 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.48",
3+
"version": "0.0.49",
44
"main": "./dist/index.cjs",
55
"module": "./esm/index.js",
66
"types": "./dist/index.d.cts",

0 commit comments

Comments
 (0)