diff --git a/.changeset/silly-pots-drum.md b/.changeset/silly-pots-drum.md deleted file mode 100644 index a557f6b4..00000000 --- a/.changeset/silly-pots-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rekajs/core': patch ---- - -Persist reactivity in .subscribe method diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e3c6ca5e..86de95e5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @rekajs/core +## 0.1.7 + +### Patch Changes + +- [`5609f03`](https://github.com/prevwong/reka.js/commit/5609f03230775420b537f73b89a8a56745225053) Thanks [@prevwong](https://github.com/prevwong)! - Persist reactivity in .subscribe method + ## 0.1.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index d0ab5309..886134a7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/core", - "version": "0.1.6", + "version": "0.1.7", "description": "State management system for building no-code page editors", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs",