diff --git a/.changeset/breezy-pants-boil.md b/.changeset/breezy-pants-boil.md deleted file mode 100644 index cdf8acda..00000000 --- a/.changeset/breezy-pants-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rekajs/core': patch ---- - -Fix variable references in initial state value diff --git a/.changeset/old-wasps-call.md b/.changeset/old-wasps-call.md deleted file mode 100644 index 8b268f13..00000000 --- a/.changeset/old-wasps-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rekajs/core': patch ---- - -Prevent out of scope variable reference diff --git a/.changeset/tricky-panthers-kick.md b/.changeset/tricky-panthers-kick.md deleted file mode 100644 index 21b7b93f..00000000 --- a/.changeset/tricky-panthers-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rekajs/core': patch ---- - -Ignore observing owner property in output View diff --git a/.changeset/wet-jobs-decide.md b/.changeset/wet-jobs-decide.md deleted file mode 100644 index 3ca3588c..00000000 --- a/.changeset/wet-jobs-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rekajs/core': patch ---- - -Add ability to define temporary/volatile stateful values diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e9037e7a..47d3625b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @rekajs/core +## 0.1.12 + +### Patch Changes + +- [#49](https://github.com/prevwong/reka.js/pull/49) [`885d8ba`](https://github.com/prevwong/reka.js/commit/885d8ba53cd33afdb395afb73ef373a8a1a04af6) Thanks [@prevwong](https://github.com/prevwong)! - Fix variable references in initial state value + +- [#50](https://github.com/prevwong/reka.js/pull/50) [`fc80ffe`](https://github.com/prevwong/reka.js/commit/fc80ffe21598ef06b0e3c36c2362be3a2d227a2a) Thanks [@prevwong](https://github.com/prevwong)! - Prevent out of scope variable reference + +- [`e4ee083`](https://github.com/prevwong/reka.js/commit/e4ee0838f55d526874cd318e42da860b744f7cf8) Thanks [@prevwong](https://github.com/prevwong)! - Ignore observing owner property in output View + +- [`d784d9d`](https://github.com/prevwong/reka.js/commit/d784d9d46e994637680dbd1c7ba0eed764ebc6fd) Thanks [@prevwong](https://github.com/prevwong)! - Add ability to define temporary/volatile stateful values + ## 0.1.11 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 2f0664df..74320cb6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/core", - "version": "0.1.11", + "version": "0.1.12", "description": "State management system for building no-code page editors", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs",