diff --git a/.changeset/heavy-bikes-scream.md b/.changeset/heavy-bikes-scream.md deleted file mode 100644 index 88971bc..0000000 --- a/.changeset/heavy-bikes-scream.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@codebelt/classy-store": patch -"classy-store-demo": patch ---- - -convert codebase to bun workspace diff --git a/examples/demo/CHANGELOG.md b/examples/demo/CHANGELOG.md new file mode 100644 index 0000000..e542622 --- /dev/null +++ b/examples/demo/CHANGELOG.md @@ -0,0 +1,10 @@ +# classy-store-demo + +## 0.1.1 + +### Patch Changes + +- [#11](https://github.com/codeBelt/classy-store/pull/11) [`47e4600`](https://github.com/codeBelt/classy-store/commit/47e46004aaeb42ac130c96c7170ac13640d19fe5) Thanks [@codeBelt](https://github.com/codeBelt)! - convert codebase to bun workspace + +- Updated dependencies [[`47e4600`](https://github.com/codeBelt/classy-store/commit/47e46004aaeb42ac130c96c7170ac13640d19fe5)]: + - @codebelt/classy-store@0.1.1 diff --git a/examples/demo/package.json b/examples/demo/package.json index 9e9821c..0640510 100644 --- a/examples/demo/package.json +++ b/examples/demo/package.json @@ -1,6 +1,6 @@ { "name": "classy-store-demo", - "version": "0.1.0", + "version": "0.1.1", "private": true, "type": "module", "scripts": { diff --git a/packages/classy-store/CHANGELOG.md b/packages/classy-store/CHANGELOG.md index bfb361b..611ef66 100644 --- a/packages/classy-store/CHANGELOG.md +++ b/packages/classy-store/CHANGELOG.md @@ -4,6 +4,12 @@ ### Patch Changes +- [#11](https://github.com/codeBelt/classy-store/pull/11) [`47e4600`](https://github.com/codeBelt/classy-store/commit/47e46004aaeb42ac130c96c7170ac13640d19fe5) Thanks [@codeBelt](https://github.com/codeBelt)! - convert codebase to bun workspace + +## 0.1.1 + +### Patch Changes + - [#7](https://github.com/codeBelt/classy-store/pull/7) [`64489ea`](https://github.com/codeBelt/classy-store/commit/64489eabb16e7d917ec211b97d65cf47148c6cb9) Thanks [@codeBelt](https://github.com/codeBelt)! - add `withHistory`, `devtools`, and `subscribeKey` utilities for enhanced state management - [#6](https://github.com/codeBelt/classy-store/pull/6) [`14ffd85`](https://github.com/codeBelt/classy-store/commit/14ffd85f1b6107f4ec44cfcbd7abec0c234437c2) Thanks [@codeBelt](https://github.com/codeBelt)! - add `useLocalStore` hook for component-scoped reactive stores with tests and documentation diff --git a/packages/classy-store/package.json b/packages/classy-store/package.json index 636cb91..06b66dc 100644 --- a/packages/classy-store/package.json +++ b/packages/classy-store/package.json @@ -1,6 +1,6 @@ { "name": "@codebelt/classy-store", - "version": "0.1.0", + "version": "0.1.1", "description": "Class-based reactive state management — ES6 Proxy + immutable snapshots", "repository": { "type": "git",