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",