From b621c3fb86236f204c6329235dd38cf9a91250bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 08:17:35 +0000 Subject: [PATCH] chore: version packages --- .changeset/initial-publication.md | 4 ---- .changeset/live-source-condition.md | 5 ----- packages/react-hook-kit/CHANGELOG.md | 7 +++++++ packages/react-hook-kit/package.json | 2 +- 4 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 .changeset/initial-publication.md delete mode 100644 .changeset/live-source-condition.md create mode 100644 packages/react-hook-kit/CHANGELOG.md diff --git a/.changeset/initial-publication.md b/.changeset/initial-publication.md deleted file mode 100644 index ac68882..0000000 --- a/.changeset/initial-publication.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -Published the package as `react-use-hook-kit` and updated the workspace, docs, and CI release checks to use the new npm package name. The CI workflow now syncs injected workspace dependencies after building so React compatibility fixtures can resolve the freshly built package on clean installs. diff --git a/.changeset/live-source-condition.md b/.changeset/live-source-condition.md deleted file mode 100644 index e1bd156..0000000 --- a/.changeset/live-source-condition.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-use-hook-kit": patch ---- - -Expose source entrypoints behind the repo-scoped `@repo/source` export condition for workspace app development. diff --git a/packages/react-hook-kit/CHANGELOG.md b/packages/react-hook-kit/CHANGELOG.md new file mode 100644 index 0000000..271daff --- /dev/null +++ b/packages/react-hook-kit/CHANGELOG.md @@ -0,0 +1,7 @@ +# react-use-hook-kit + +## 0.1.1 + +### Patch Changes + +- [#4](https://github.com/practical-stack/react-use-hook-kit/pull/4) [`4f67aa6`](https://github.com/practical-stack/react-use-hook-kit/commit/4f67aa6653920b3371e3571fccb87ff0ac857f4f) Thanks [@p-iknow](https://github.com/p-iknow)! - Expose source entrypoints behind the repo-scoped `@repo/source` export condition for workspace app development. diff --git a/packages/react-hook-kit/package.json b/packages/react-hook-kit/package.json index db95f29..7dbfc47 100644 --- a/packages/react-hook-kit/package.json +++ b/packages/react-hook-kit/package.json @@ -1,6 +1,6 @@ { "name": "react-use-hook-kit", - "version": "0.1.0", + "version": "0.1.1", "description": "Small, typed React hooks for everyday UI state.", "files": [ "dist",