diff --git a/.changeset/olive-sloths-search.md b/.changeset/olive-sloths-search.md deleted file mode 100644 index 984d2ada..00000000 --- a/.changeset/olive-sloths-search.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@rekajs/parser': patch -'@rekajs/types': patch -'@rekajs/core': patch ---- - -Requires component props to explicitly specify that they can be bindable diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ca85fb30..2a9894d6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @rekajs/core +## 0.1.23 + +### Patch Changes + +- [#113](https://github.com/prevwong/reka.js/pull/113) [`914c0a2`](https://github.com/prevwong/reka.js/commit/914c0a2414e40e423dacb0dc2191b2896270a61f) Thanks [@prevwong](https://github.com/prevwong)! - Requires component props to explicitly specify that they can be bindable + ## 0.1.22 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 55fb09cc..201c76bc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/core", - "version": "0.1.22", + "version": "0.1.23", "description": "State management system for building no-code page editors", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index 2b4930af..28d0c352 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @rekajs/parser +## 0.1.14 + +### Patch Changes + +- [#113](https://github.com/prevwong/reka.js/pull/113) [`914c0a2`](https://github.com/prevwong/reka.js/commit/914c0a2414e40e423dacb0dc2191b2896270a61f) Thanks [@prevwong](https://github.com/prevwong)! - Requires component props to explicitly specify that they can be bindable + ## 0.1.13 ### Patch Changes diff --git a/packages/parser/package.json b/packages/parser/package.json index 3d37e887..157e10fc 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/parser", - "version": "0.1.13", + "version": "0.1.14", "description": "Parser for Reka syntax", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 68692f3d..72a4a2a3 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @rekajs/types +## 0.1.17 + +### Patch Changes + +- [#113](https://github.com/prevwong/reka.js/pull/113) [`914c0a2`](https://github.com/prevwong/reka.js/commit/914c0a2414e40e423dacb0dc2191b2896270a61f) Thanks [@prevwong](https://github.com/prevwong)! - Requires component props to explicitly specify that they can be bindable + ## 0.1.16 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 7747c538..4a9a3a99 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/types", - "version": "0.1.16", + "version": "0.1.17", "description": "Create and manage Reka data types", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs",