From 9f32a249328495bb01a550a87d37dbaed8f676a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 00:30:03 +0000 Subject: [PATCH] chore: version packages --- .changeset/bright-lions-dance.md | 5 ----- .changeset/dirty-coats-fold.md | 5 ----- .changeset/hip-shoes-show.md | 5 ----- .changeset/late-zoos-join.md | 5 ----- .changeset/pretty-candles-wink.md | 5 ----- .changeset/silly-pumas-swim.md | 5 ----- .changeset/swift-birds-glow.md | 5 ----- .changeset/tall-lions-rush.md | 5 ----- .changeset/twelve-coats-end.md | 5 ----- packages/core/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/core/package.json | 2 +- 11 files changed, 23 insertions(+), 46 deletions(-) delete mode 100644 .changeset/bright-lions-dance.md delete mode 100644 .changeset/dirty-coats-fold.md delete mode 100644 .changeset/hip-shoes-show.md delete mode 100644 .changeset/late-zoos-join.md delete mode 100644 .changeset/pretty-candles-wink.md delete mode 100644 .changeset/silly-pumas-swim.md delete mode 100644 .changeset/swift-birds-glow.md delete mode 100644 .changeset/tall-lions-rush.md delete mode 100644 .changeset/twelve-coats-end.md diff --git a/.changeset/bright-lions-dance.md b/.changeset/bright-lions-dance.md deleted file mode 100644 index 72afb0d1..00000000 --- a/.changeset/bright-lions-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-simplikit': patch ---- - -feat(core/hooks): add 'useSet' hook diff --git a/.changeset/dirty-coats-fold.md b/.changeset/dirty-coats-fold.md deleted file mode 100644 index bbe7d7c2..00000000 --- a/.changeset/dirty-coats-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-simplikit': patch ---- - -feat(core/hooks): add 'useIsClient' hook diff --git a/.changeset/hip-shoes-show.md b/.changeset/hip-shoes-show.md deleted file mode 100644 index 4edab412..00000000 --- a/.changeset/hip-shoes-show.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-simplikit': patch ---- - -docs: Add generic type support to useRefEffect interface diff --git a/.changeset/late-zoos-join.md b/.changeset/late-zoos-join.md deleted file mode 100644 index b9210a0c..00000000 --- a/.changeset/late-zoos-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-simplikit': patch ---- - -fix: Replace array index keys with child keys in Separated diff --git a/.changeset/pretty-candles-wink.md b/.changeset/pretty-candles-wink.md deleted file mode 100644 index 87467ff6..00000000 --- a/.changeset/pretty-candles-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-simplikit': patch ---- - -use named functions in useEffect callbacks for better stack traces diff --git a/.changeset/silly-pumas-swim.md b/.changeset/silly-pumas-swim.md deleted file mode 100644 index 0666d12b..00000000 --- a/.changeset/silly-pumas-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-simplikit': patch ---- - -fix useInterval to use globalThis instead of window for platform independence diff --git a/.changeset/swift-birds-glow.md b/.changeset/swift-birds-glow.md deleted file mode 100644 index 1ec2d2ec..00000000 --- a/.changeset/swift-birds-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-simplikit': patch ---- - -feat(core/hooks): add 'useList' hook diff --git a/.changeset/tall-lions-rush.md b/.changeset/tall-lions-rush.md deleted file mode 100644 index fc1a58ff..00000000 --- a/.changeset/tall-lions-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-simplikit': patch ---- - -feat(core/hooks): add 'useThrottledCallback' hook diff --git a/.changeset/twelve-coats-end.md b/.changeset/twelve-coats-end.md deleted file mode 100644 index 495237a3..00000000 --- a/.changeset/twelve-coats-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-simplikit': patch ---- - -remove window prefix from setTimeout and clearTimeout for platform-independent diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3e18bab5..f3b2c97d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,27 @@ # react-simplikit +## 0.0.49 + +### Patch Changes + +- [#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 + +- [#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 + +- [#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 + +- [#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 + +- [#347](https://github.com/toss/react-simplikit/pull/347) [`9a358e2`](https://github.com/toss/react-simplikit/commit/9a358e28e5407ab93c41dec486d932bbc9c42a64) Thanks [@eunwoo-levi](https://github.com/eunwoo-levi)! - use named functions in useEffect callbacks for better stack traces + +- [#345](https://github.com/toss/react-simplikit/pull/345) [`35d13f8`](https://github.com/toss/react-simplikit/commit/35d13f8fb0aa12dd2c1e5aa15ae18f823ec323fd) Thanks [@eunwoo-levi](https://github.com/eunwoo-levi)! - fix useInterval to use globalThis instead of window for platform independence + +- [`68e7ac8`](https://github.com/toss/react-simplikit/commit/68e7ac86650026709f2be7498c830dfe5cfdc2e1) Thanks [@sukvvon](https://github.com/sukvvon)! - feat(core/hooks): add 'useList' hook + +- [`4b0c59e`](https://github.com/toss/react-simplikit/commit/4b0c59edb599406535a479c1f099a272c399ee99) Thanks [@sukvvon](https://github.com/sukvvon)! - feat(core/hooks): add 'useThrottledCallback' hook + +- [#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 + ## 0.0.48 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 04164dd0..2bf9cc76 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "react-simplikit", - "version": "0.0.48", + "version": "0.0.49", "main": "./dist/index.cjs", "module": "./esm/index.js", "types": "./dist/index.d.cts",