From d59532d72087fe82ab6c382e7b70e431477bfade Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 12:14:37 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/optimize-module-scaffolding.md | 6 ------ packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 2 +- packages/create-syora/CHANGELOG.md | 7 +++++++ packages/create-syora/package.json | 2 +- packages/runable/CHANGELOG.md | 6 ++++++ packages/runable/package.json | 2 +- 7 files changed, 27 insertions(+), 9 deletions(-) delete mode 100644 .changeset/optimize-module-scaffolding.md diff --git a/.changeset/optimize-module-scaffolding.md b/.changeset/optimize-module-scaffolding.md deleted file mode 100644 index 947c852..0000000 --- a/.changeset/optimize-module-scaffolding.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@runablejs/cli": minor -"runable": patch ---- - -Generate modules as minimal publishable workspace packages with a complete framework playground. Include local module configuration files in the generated TypeScript project and let the welcome screen fill its container without the browser's default body gap. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index fd8ba70..3723089 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @runablejs/cli +## 1.2.0 + +### Minor Changes + +- [#92](https://github.com/runablejs/runable/pull/92) [`3c8b19c`](https://github.com/runablejs/runable/commit/3c8b19c4cc656fcfbc96ad80f10d10eaeb1a858d) Thanks [@domutala](https://github.com/domutala)! - Generate modules as minimal publishable workspace packages with a complete framework playground. Include local module configuration files in the generated TypeScript project and let the welcome screen fill its container without the browser's default body gap. + +### Patch Changes + +- Updated dependencies [[`3c8b19c`](https://github.com/runablejs/runable/commit/3c8b19c4cc656fcfbc96ad80f10d10eaeb1a858d)]: + - runable@1.2.0 + ## 1.1.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 48efaf1..7fa2528 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@runablejs/cli", - "version": "1.1.0", + "version": "1.2.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/create-syora/CHANGELOG.md b/packages/create-syora/CHANGELOG.md index 170c92e..accfef5 100644 --- a/packages/create-syora/CHANGELOG.md +++ b/packages/create-syora/CHANGELOG.md @@ -1,5 +1,12 @@ # create-runable +## 1.2.0 + +### Patch Changes + +- Updated dependencies [[`3c8b19c`](https://github.com/runablejs/runable/commit/3c8b19c4cc656fcfbc96ad80f10d10eaeb1a858d)]: + - @runablejs/cli@1.2.0 + ## 1.1.0 ### Patch Changes diff --git a/packages/create-syora/package.json b/packages/create-syora/package.json index 0ec9326..40eb91b 100644 --- a/packages/create-syora/package.json +++ b/packages/create-syora/package.json @@ -1,6 +1,6 @@ { "name": "create-runable", - "version": "1.1.0", + "version": "1.2.0", "description": "Create a Runable project", "private": false, "license": "MIT", diff --git a/packages/runable/CHANGELOG.md b/packages/runable/CHANGELOG.md index 26d1484..49a1e10 100644 --- a/packages/runable/CHANGELOG.md +++ b/packages/runable/CHANGELOG.md @@ -1,5 +1,11 @@ # runable +## 1.2.0 + +### Patch Changes + +- [#92](https://github.com/runablejs/runable/pull/92) [`3c8b19c`](https://github.com/runablejs/runable/commit/3c8b19c4cc656fcfbc96ad80f10d10eaeb1a858d) Thanks [@domutala](https://github.com/domutala)! - Generate modules as minimal publishable workspace packages with a complete framework playground. Include local module configuration files in the generated TypeScript project and let the welcome screen fill its container without the browser's default body gap. + ## 1.1.0 ### Patch Changes diff --git a/packages/runable/package.json b/packages/runable/package.json index 0f9f278..dd4a052 100644 --- a/packages/runable/package.json +++ b/packages/runable/package.json @@ -1,6 +1,6 @@ { "name": "runable", - "version": "1.1.0", + "version": "1.2.0", "private": false, "license": "MIT", "repository": {