From 75cac94db83bc70215053e33dafd989785ecd0b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 08:26:00 +0000 Subject: [PATCH] chore: version packages --- .changeset/light-jobs-grin.md | 5 ----- packages/react-simplikit/CHANGELOG.md | 6 ++++++ packages/react-simplikit/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/light-jobs-grin.md diff --git a/.changeset/light-jobs-grin.md b/.changeset/light-jobs-grin.md deleted file mode 100644 index baf741cf..00000000 --- a/.changeset/light-jobs-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-simplikit': patch ---- - -`useIntersectionObserver` no longer recreates the underlying `IntersectionObserver` on every render when an inline `options` object is passed. It now recreates it only when `root`, `rootMargin`, or `threshold` actually change. diff --git a/packages/react-simplikit/CHANGELOG.md b/packages/react-simplikit/CHANGELOG.md index fae1acce..f0df3daa 100644 --- a/packages/react-simplikit/CHANGELOG.md +++ b/packages/react-simplikit/CHANGELOG.md @@ -1,5 +1,11 @@ # react-simplikit +## 0.2.1 + +### Patch Changes + +- [#467](https://github.com/toss/react-simplikit/pull/467) [`92cbb34`](https://github.com/toss/react-simplikit/commit/92cbb349454a1b54f60db3edd1037240677984e4) Thanks [@constantly-dev](https://github.com/constantly-dev)! - `useIntersectionObserver` no longer recreates the underlying `IntersectionObserver` on every render when an inline `options` object is passed. It now recreates it only when `root`, `rootMargin`, or `threshold` actually change. + ## 0.2.0 ### Minor Changes diff --git a/packages/react-simplikit/package.json b/packages/react-simplikit/package.json index 3aec59db..70ac9fc9 100644 --- a/packages/react-simplikit/package.json +++ b/packages/react-simplikit/package.json @@ -1,6 +1,6 @@ { "name": "react-simplikit", - "version": "0.2.0", + "version": "0.2.1", "description": "React hooks, components and utilities — SSR-safe, zero dependencies, mobile web included", "main": "./dist/index.cjs", "module": "./dist/index.mjs",