diff --git a/.changeset/lazy-parents-wait.md b/.changeset/lazy-parents-wait.md deleted file mode 100644 index a8d9720c..00000000 --- a/.changeset/lazy-parents-wait.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@rekajs/types': patch -'@rekajs/core': patch ---- - -Rename root reka component template type diff --git a/.changeset/new-pumas-lie.md b/.changeset/new-pumas-lie.md deleted file mode 100644 index f748a122..00000000 --- a/.changeset/new-pumas-lie.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@rekajs/parser': patch -'@rekajs/types': patch -'@rekajs/core': patch ---- - -Optional root template in Reka Component diff --git a/.changeset/popular-lies-live.md b/.changeset/popular-lies-live.md deleted file mode 100644 index ae5d7be6..00000000 --- a/.changeset/popular-lies-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rekajs/core': patch ---- - -Cache all views during evaluation diff --git a/.changeset/proud-forks-fly.md b/.changeset/proud-forks-fly.md deleted file mode 100644 index e12b13d2..00000000 --- a/.changeset/proud-forks-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rekajs/core': patch ---- - -Add onNormalize observer hook diff --git a/.changeset/tough-spoons-tease.md b/.changeset/tough-spoons-tease.md deleted file mode 100644 index 89220602..00000000 --- a/.changeset/tough-spoons-tease.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@rekajs/react-code-editor': patch -'@rekajs/codemirror': patch ---- - -Bump codemirror dependencies diff --git a/.changeset/warm-peas-guess.md b/.changeset/warm-peas-guess.md deleted file mode 100644 index 47ca6697..00000000 --- a/.changeset/warm-peas-guess.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@rekajs/types': patch -'@rekajs/core': patch ---- - -Get node path string diff --git a/.changeset/wise-points-teach.md b/.changeset/wise-points-teach.md deleted file mode 100644 index c56599e8..00000000 --- a/.changeset/wise-points-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rekajs/core': patch ---- - -Implement getComponentSlots() to quickly get slots defined in a Reka Component diff --git a/packages/codemirror/CHANGELOG.md b/packages/codemirror/CHANGELOG.md index b60ad5e3..75dc424b 100644 --- a/packages/codemirror/CHANGELOG.md +++ b/packages/codemirror/CHANGELOG.md @@ -1,5 +1,11 @@ # @rekajs/codemirror +## 0.1.3 + +### Patch Changes + +- [`eef7dec`](https://github.com/prevwong/reka.js/commit/eef7dec10482e26e4576fda45622318249e38d18) Thanks [@prevwong](https://github.com/prevwong)! - Bump codemirror dependencies + ## 0.1.2 ### Patch Changes diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index 5d34b162..cb9d512f 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/codemirror", - "version": "0.1.2", + "version": "0.1.3", "description": "Reka Grammer for Codemirror", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 530ee0eb..44d95aba 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,21 @@ # @rekajs/core +## 0.1.30 + +### Patch Changes + +- [`8832003`](https://github.com/prevwong/reka.js/commit/88320033ed424331a44327b0a938f0686d50b4e4) Thanks [@prevwong](https://github.com/prevwong)! - Rename root reka component template type + +- [`340a234`](https://github.com/prevwong/reka.js/commit/340a234a6e515d1a793add5da041d21347464aea) Thanks [@prevwong](https://github.com/prevwong)! - Optional root template in Reka Component + +- [`573f590`](https://github.com/prevwong/reka.js/commit/573f590d0e6338e0e7756e730695112422fe4ae7) Thanks [@prevwong](https://github.com/prevwong)! - Cache all views during evaluation + +- [`1af2673`](https://github.com/prevwong/reka.js/commit/1af26731bab5a6d2044bf0161bd1a977cc20b01c) Thanks [@prevwong](https://github.com/prevwong)! - Add onNormalize observer hook + +- [`23a5769`](https://github.com/prevwong/reka.js/commit/23a576950c3fd0b5ec74342ae866d11764c1b2a2) Thanks [@prevwong](https://github.com/prevwong)! - Get node path string + +- [`30c9b3a`](https://github.com/prevwong/reka.js/commit/30c9b3aa3de8122c171acd2b5e47d81293b22d98) Thanks [@prevwong](https://github.com/prevwong)! - Implement getComponentSlots() to quickly get slots defined in a Reka Component + ## 0.1.29 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 63761290..4b1bebce 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/core", - "version": "0.1.29", + "version": "0.1.30", "description": "State management system for building no-code page editors", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index 7e4addf7..7702a213 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @rekajs/parser +## 0.1.18 + +### Patch Changes + +- [`340a234`](https://github.com/prevwong/reka.js/commit/340a234a6e515d1a793add5da041d21347464aea) Thanks [@prevwong](https://github.com/prevwong)! - Optional root template in Reka Component + ## 0.1.17 ### Patch Changes diff --git a/packages/parser/package.json b/packages/parser/package.json index b63120fc..88133f93 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/parser", - "version": "0.1.17", + "version": "0.1.18", "description": "Parser for Reka syntax", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index f53cf5fc..7210af18 100644 --- a/packages/react-code-editor/CHANGELOG.md +++ b/packages/react-code-editor/CHANGELOG.md @@ -1,5 +1,14 @@ # @rekajs/react-code-editor +## 0.1.8 + +### Patch Changes + +- [`eef7dec`](https://github.com/prevwong/reka.js/commit/eef7dec10482e26e4576fda45622318249e38d18) Thanks [@prevwong](https://github.com/prevwong)! - Bump codemirror dependencies + +- Updated dependencies [[`eef7dec`](https://github.com/prevwong/reka.js/commit/eef7dec10482e26e4576fda45622318249e38d18)]: + - @rekajs/codemirror@0.1.3 + ## 0.1.7 ### Patch Changes diff --git a/packages/react-code-editor/package.json b/packages/react-code-editor/package.json index 0548a810..ba3093d7 100644 --- a/packages/react-code-editor/package.json +++ b/packages/react-code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/react-code-editor", - "version": "0.1.7", + "version": "0.1.8", "description": "Codemirror editor for editing Reka AST in code", "main": "./dist/index.js", "module": "./dist/index.mjs", @@ -27,7 +27,7 @@ "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.24.1", "@codemirror/theme-one-dark": "6.1.1", - "@rekajs/codemirror": ">=0.1.2", + "@rekajs/codemirror": ">=0.1.3", "@rekajs/utils": ">=0.1.3", "mobx": "^6.3.13", "mobx-react-lite": "^3.3.0" diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 11a888f0..57ddf427 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,15 @@ # @rekajs/types +## 0.1.23 + +### Patch Changes + +- [`8832003`](https://github.com/prevwong/reka.js/commit/88320033ed424331a44327b0a938f0686d50b4e4) Thanks [@prevwong](https://github.com/prevwong)! - Rename root reka component template type + +- [`340a234`](https://github.com/prevwong/reka.js/commit/340a234a6e515d1a793add5da041d21347464aea) Thanks [@prevwong](https://github.com/prevwong)! - Optional root template in Reka Component + +- [`23a5769`](https://github.com/prevwong/reka.js/commit/23a576950c3fd0b5ec74342ae866d11764c1b2a2) Thanks [@prevwong](https://github.com/prevwong)! - Get node path string + ## 0.1.22 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index eea67c77..47439aed 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/types", - "version": "0.1.22", + "version": "0.1.23", "description": "Create and manage Reka data types", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d17bcb78..bb58110e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -340,7 +340,7 @@ importers: specifier: ^6.24.1 version: 6.28.0 '@rekajs/codemirror': - specifier: '>=0.1.2' + specifier: '>=0.1.3' version: link:../codemirror '@rekajs/utils': specifier: '>=0.1.3'