From ad337b15e172270f9bee4d7bf8bc99850eae83fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:19:23 +0800 Subject: [PATCH] chore: release (#164) --- .changeset/witty-students-decide.md | 7 ------- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/parser/CHANGELOG.md | 6 ++++++ packages/parser/package.json | 2 +- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- 7 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 .changeset/witty-students-decide.md diff --git a/.changeset/witty-students-decide.md b/.changeset/witty-students-decide.md deleted file mode 100644 index 35aa405e..00000000 --- a/.changeset/witty-students-decide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@rekajs/parser': patch -'@rekajs/types': patch -'@rekajs/core': patch ---- - -Add named slots diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 44d95aba..5b313cb7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @rekajs/core +## 0.1.31 + +### Patch Changes + +- [#161](https://github.com/prevwong/reka.js/pull/161) [`c82817e`](https://github.com/prevwong/reka.js/commit/c82817e44472801d01126670dd6aec0ab5f0cb09) Thanks [@prevwong](https://github.com/prevwong)! - Add named slots + ## 0.1.30 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 4b1bebce..a670bf2d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/core", - "version": "0.1.30", + "version": "0.1.31", "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 7702a213..275b8443 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @rekajs/parser +## 0.1.19 + +### Patch Changes + +- [#161](https://github.com/prevwong/reka.js/pull/161) [`c82817e`](https://github.com/prevwong/reka.js/commit/c82817e44472801d01126670dd6aec0ab5f0cb09) Thanks [@prevwong](https://github.com/prevwong)! - Add named slots + ## 0.1.18 ### Patch Changes diff --git a/packages/parser/package.json b/packages/parser/package.json index 88133f93..dedda389 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/parser", - "version": "0.1.18", + "version": "0.1.19", "description": "Parser for Reka syntax", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 57ddf427..aa849bf8 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @rekajs/types +## 0.1.24 + +### Patch Changes + +- [#161](https://github.com/prevwong/reka.js/pull/161) [`c82817e`](https://github.com/prevwong/reka.js/commit/c82817e44472801d01126670dd6aec0ab5f0cb09) Thanks [@prevwong](https://github.com/prevwong)! - Add named slots + ## 0.1.23 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 47439aed..af3f8b95 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@rekajs/types", - "version": "0.1.23", + "version": "0.1.24", "description": "Create and manage Reka data types", "main": "./dist/index.js", "module": "./dist/index.mjs",