diff --git a/.changeset/two-bugs-stop.md b/.changeset/two-bugs-stop.md deleted file mode 100644 index 7cb5be6..0000000 --- a/.changeset/two-bugs-stop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codebelt/classy-store": minor ---- - -add framework-specific store utilities (Vue, Svelte, Angular, Solid) diff --git a/packages/classy-store/CHANGELOG.md b/packages/classy-store/CHANGELOG.md index 7fee707..dda4b76 100644 --- a/packages/classy-store/CHANGELOG.md +++ b/packages/classy-store/CHANGELOG.md @@ -1,5 +1,11 @@ # @codebelt/classy-store +## 0.2.0 + +### Minor Changes + +- [#8](https://github.com/codeBelt/classy-store/pull/8) [`96259f9`](https://github.com/codeBelt/classy-store/commit/96259f9aa38b3122e7c85f65d49acb9d39f48d3b) Thanks [@codeBelt](https://github.com/codeBelt)! - add framework-specific store utilities (Vue, Svelte, Angular, Solid) + ## 0.1.3 ### Patch Changes diff --git a/packages/classy-store/package.json b/packages/classy-store/package.json index 194f8b5..a0f2295 100644 --- a/packages/classy-store/package.json +++ b/packages/classy-store/package.json @@ -1,6 +1,6 @@ { "name": "@codebelt/classy-store", - "version": "0.1.3", + "version": "0.2.0", "description": "Class-based reactive state management — ES6 Proxy + immutable snapshots", "repository": { "type": "git",