diff --git a/.changeset/chilly-avocados-tickle.md b/.changeset/chilly-avocados-tickle.md deleted file mode 100644 index 600ea669..00000000 --- a/.changeset/chilly-avocados-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rekajs/core': patch ---- - -Fix prop binding callback function cache diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2a9894d6..1cb558c9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @rekajs/core +## 0.1.24 + +### Patch Changes + +- [`f477ae6`](https://github.com/prevwong/reka.js/commit/f477ae6f9af3990f23d22feb2234dd80bdb8afd4) Thanks [@prevwong](https://github.com/prevwong)! - Fix prop binding callback function cache + ## 0.1.23 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 201c76bc..e2e03eb3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/core", - "version": "0.1.23", + "version": "0.1.24", "description": "State management system for building no-code page editors", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs",