From 747d9778aef83eefa3c9dee3de55313c7e48e163 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:54:42 +0000 Subject: [PATCH] Version packages --- .changeset/olive-pugs-cheer.md | 13 ----------- .changeset/tidy-lions-shake.md | 20 ----------------- clients/dart/CHANGELOG.md | 2 +- clients/dart/README.md | 2 +- clients/dart/pubspec.yaml | 2 +- packages/create-eigen-game/CHANGELOG.md | 29 +++++++++++++++++++++++++ packages/create-eigen-game/package.json | 2 +- packages/kernel/CHANGELOG.md | 12 ++++++++++ packages/kernel/package.json | 2 +- packages/rules/CHANGELOG.md | 10 +++++++++ packages/rules/package.json | 2 +- packages/server/CHANGELOG.md | 13 +++++++++++ packages/server/openapi.json | 2 +- packages/server/package.json | 2 +- packages/testkit/CHANGELOG.md | 13 +++++++++++ packages/testkit/package.json | 2 +- 16 files changed, 86 insertions(+), 42 deletions(-) delete mode 100644 .changeset/olive-pugs-cheer.md delete mode 100644 .changeset/tidy-lions-shake.md diff --git a/.changeset/olive-pugs-cheer.md b/.changeset/olive-pugs-cheer.md deleted file mode 100644 index 8a5cb1d..0000000 --- a/.changeset/olive-pugs-cheer.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@eigeninteractive/kernel": patch -"@eigeninteractive/rules": patch -"@eigeninteractive/server": patch -"@eigeninteractive/testkit": patch -"create-eigen-game": patch ---- - -Use **EigenInteractive** as the product name throughout, matching the domain, -the npm scope and the GitHub organization. Package descriptions, READMEs and -the OpenAPI document title change; every identifier — `@eigeninteractive/*`, -`eigen_flutter`, `create-eigen-game`, the `Eigen-Signature` header — is -untouched. diff --git a/.changeset/tidy-lions-shake.md b/.changeset/tidy-lions-shake.md deleted file mode 100644 index 8dfcec4..0000000 --- a/.changeset/tidy-lions-shake.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -"create-eigen-game": minor ---- - -Initialise a git repository and commit the scaffold, and ask for the Android -organization when it is not given. - -The scaffold runs `flutter_launcher_icons` and `flutter_native_splash`, which -write generated-but-committed files across `android/`, `web/` and `assets/`. -Without a first commit there is no baseline, so the first branding change is -indistinguishable from the files the scaffolder happened to produce. `--no-git` -opts out, and a scaffold created inside an existing checkout is left alone -rather than given a nested repository. - -`--org` is now asked for interactively when omitted and there is a terminal, -because it becomes the Android `applicationId` — which Google Play makes -permanent at first upload. Both the flag and the answer are validated as -reverse domain notation, so `com.example-games` fails at scaffold time rather -than at the first Gradle build. An empty value still falls back to -`com.example`, and non-interactive use is unchanged. diff --git a/clients/dart/CHANGELOG.md b/clients/dart/CHANGELOG.md index 58ff764..64d45af 100644 --- a/clients/dart/CHANGELOG.md +++ b/clients/dart/CHANGELOG.md @@ -2,7 +2,7 @@ This package is generated from the Eigen engine's OpenAPI specification and its version tracks [`@eigeninteractive/server`](https://www.npmjs.com/package/@eigeninteractive/server) -exactly — 0.2.0 here is 0.2.0 there. It has no changes of its own. +exactly — 0.2.1 here is 0.2.1 there. It has no changes of its own. See the engine's changelog: diff --git a/clients/dart/README.md b/clients/dart/README.md index 5b52be1..251e289 100644 --- a/clients/dart/README.md +++ b/clients/dart/README.md @@ -16,7 +16,7 @@ The server-authoritative game engine API. Client routes (`/api/engine/_*`) requi This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 0.2.0 +- API version: 0.2.1 - Generator version: 7.17.0 - Build package: org.openapitools.codegen.languages.DartDioClientCodegen diff --git a/clients/dart/pubspec.yaml b/clients/dart/pubspec.yaml index 2b14078..d5a87c5 100644 --- a/clients/dart/pubspec.yaml +++ b/clients/dart/pubspec.yaml @@ -15,7 +15,7 @@ description: >- # `version:` is stamped by the generation script from @eigeninteractive/server's # package.json — the wire contract is the server's, so the client carries the # server's version. Do not edit it by hand. -version: 0.2.0 +version: 0.2.1 homepage: https://eigeninteractive.com repository: https://github.com/eigeninteractive/eigen-server issue_tracker: https://github.com/eigeninteractive/eigen-server/issues diff --git a/packages/create-eigen-game/CHANGELOG.md b/packages/create-eigen-game/CHANGELOG.md index 088c740..ec20e8c 100644 --- a/packages/create-eigen-game/CHANGELOG.md +++ b/packages/create-eigen-game/CHANGELOG.md @@ -1,5 +1,34 @@ # create-eigen-game +## 0.5.0 + +### Minor Changes + +- [#19](https://github.com/eigeninteractive/eigen-server/pull/19) [`993883f`](https://github.com/eigeninteractive/eigen-server/commit/993883f8bb71ebfb36708e2badd7ae98859b7094) Thanks [@seenu-k](https://github.com/seenu-k)! - Initialise a git repository and commit the scaffold, and ask for the Android + organization when it is not given. + + The scaffold runs `flutter_launcher_icons` and `flutter_native_splash`, which + write generated-but-committed files across `android/`, `web/` and `assets/`. + Without a first commit there is no baseline, so the first branding change is + indistinguishable from the files the scaffolder happened to produce. `--no-git` + opts out, and a scaffold created inside an existing checkout is left alone + rather than given a nested repository. + + `--org` is now asked for interactively when omitted and there is a terminal, + because it becomes the Android `applicationId` — which Google Play makes + permanent at first upload. Both the flag and the answer are validated as + reverse domain notation, so `com.example-games` fails at scaffold time rather + than at the first Gradle build. An empty value still falls back to + `com.example`, and non-interactive use is unchanged. + +### Patch Changes + +- [#19](https://github.com/eigeninteractive/eigen-server/pull/19) [`993883f`](https://github.com/eigeninteractive/eigen-server/commit/993883f8bb71ebfb36708e2badd7ae98859b7094) Thanks [@seenu-k](https://github.com/seenu-k)! - Use **EigenInteractive** as the product name throughout, matching the domain, + the npm scope and the GitHub organization. Package descriptions, READMEs and + the OpenAPI document title change; every identifier — `@eigeninteractive/*`, + `eigen_flutter`, `create-eigen-game`, the `Eigen-Signature` header — is + untouched. + ## 0.4.0 ### Minor Changes diff --git a/packages/create-eigen-game/package.json b/packages/create-eigen-game/package.json index 3867f5c..3559bbd 100644 --- a/packages/create-eigen-game/package.json +++ b/packages/create-eigen-game/package.json @@ -1,6 +1,6 @@ { "name": "create-eigen-game", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "description": "Scaffold an EigenInteractive game Worker and Flutter app without cloning the engine repositories.", "type": "module", diff --git a/packages/kernel/CHANGELOG.md b/packages/kernel/CHANGELOG.md index 8aeebd5..458a967 100644 --- a/packages/kernel/CHANGELOG.md +++ b/packages/kernel/CHANGELOG.md @@ -1,5 +1,17 @@ # @eigeninteractive/kernel +## 0.2.1 + +### Patch Changes + +- [#19](https://github.com/eigeninteractive/eigen-server/pull/19) [`993883f`](https://github.com/eigeninteractive/eigen-server/commit/993883f8bb71ebfb36708e2badd7ae98859b7094) Thanks [@seenu-k](https://github.com/seenu-k)! - Use **EigenInteractive** as the product name throughout, matching the domain, + the npm scope and the GitHub organization. Package descriptions, READMEs and + the OpenAPI document title change; every identifier — `@eigeninteractive/*`, + `eigen_flutter`, `create-eigen-game`, the `Eigen-Signature` header — is + untouched. +- Updated dependencies [[`993883f`](https://github.com/eigeninteractive/eigen-server/commit/993883f8bb71ebfb36708e2badd7ae98859b7094)]: + - @eigeninteractive/rules@0.2.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/kernel/package.json b/packages/kernel/package.json index 5735b36..216a7a5 100644 --- a/packages/kernel/package.json +++ b/packages/kernel/package.json @@ -1,6 +1,6 @@ { "name": "@eigeninteractive/kernel", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "description": "The pure decision core of the EigenInteractive engine: given a game, state, roster and intent it returns a commit plan or a rejection. No I/O, no platform APIs.", "main": "./dist/index.js", diff --git a/packages/rules/CHANGELOG.md b/packages/rules/CHANGELOG.md index efc21f4..faf5a15 100644 --- a/packages/rules/CHANGELOG.md +++ b/packages/rules/CHANGELOG.md @@ -1,5 +1,15 @@ # @eigeninteractive/rules +## 0.2.1 + +### Patch Changes + +- [#19](https://github.com/eigeninteractive/eigen-server/pull/19) [`993883f`](https://github.com/eigeninteractive/eigen-server/commit/993883f8bb71ebfb36708e2badd7ae98859b7094) Thanks [@seenu-k](https://github.com/seenu-k)! - Use **EigenInteractive** as the product name throughout, matching the domain, + the npm scope and the GitHub organization. Package descriptions, READMEs and + the OpenAPI document title change; every identifier — `@eigeninteractive/*`, + `eigen_flutter`, `create-eigen-game`, the `Eigen-Signature` header — is + untouched. + ## 0.2.0 ### Minor Changes diff --git a/packages/rules/package.json b/packages/rules/package.json index f558c30..6fda4f4 100644 --- a/packages/rules/package.json +++ b/packages/rules/package.json @@ -1,6 +1,6 @@ { "name": "@eigeninteractive/rules", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "description": "The game-rules contract for the EigenInteractive engine: GameRules, GameModule, the hooks, and the Envelope/Observation types. Pure types, zero engine dependencies.", "main": "./dist/index.js", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 067c476..970948e 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,18 @@ # @eigeninteractive/server +## 0.2.1 + +### Patch Changes + +- [#19](https://github.com/eigeninteractive/eigen-server/pull/19) [`993883f`](https://github.com/eigeninteractive/eigen-server/commit/993883f8bb71ebfb36708e2badd7ae98859b7094) Thanks [@seenu-k](https://github.com/seenu-k)! - Use **EigenInteractive** as the product name throughout, matching the domain, + the npm scope and the GitHub organization. Package descriptions, READMEs and + the OpenAPI document title change; every identifier — `@eigeninteractive/*`, + `eigen_flutter`, `create-eigen-game`, the `Eigen-Signature` header — is + untouched. +- Updated dependencies [[`993883f`](https://github.com/eigeninteractive/eigen-server/commit/993883f8bb71ebfb36708e2badd7ae98859b7094)]: + - @eigeninteractive/kernel@0.2.1 + - @eigeninteractive/rules@0.2.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/server/openapi.json b/packages/server/openapi.json index bf609fd..3376282 100644 --- a/packages/server/openapi.json +++ b/packages/server/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "EigenInteractive Engine API", - "version": "0.2.0", + "version": "0.2.1", "description": "The server-authoritative game engine API. Client routes (`/api/engine/*`) require a Firebase ID token; the external-bot webhook (`/api/bot/action`) is HMAC-authenticated." }, "tags": [ diff --git a/packages/server/package.json b/packages/server/package.json index f17932a..01ac5c4 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@eigeninteractive/server", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "description": "The deployable half of the EigenInteractive engine: the createEngine Worker factory, the BaseGameDO Durable Object base class, the D1 schema and appliers, auth, bots and push.", "main": "./dist/index.js", diff --git a/packages/testkit/CHANGELOG.md b/packages/testkit/CHANGELOG.md index 1886ede..0aa6bce 100644 --- a/packages/testkit/CHANGELOG.md +++ b/packages/testkit/CHANGELOG.md @@ -1,5 +1,18 @@ # @eigeninteractive/testkit +## 0.2.1 + +### Patch Changes + +- [#19](https://github.com/eigeninteractive/eigen-server/pull/19) [`993883f`](https://github.com/eigeninteractive/eigen-server/commit/993883f8bb71ebfb36708e2badd7ae98859b7094) Thanks [@seenu-k](https://github.com/seenu-k)! - Use **EigenInteractive** as the product name throughout, matching the domain, + the npm scope and the GitHub organization. Package descriptions, READMEs and + the OpenAPI document title change; every identifier — `@eigeninteractive/*`, + `eigen_flutter`, `create-eigen-game`, the `Eigen-Signature` header — is + untouched. +- Updated dependencies [[`993883f`](https://github.com/eigeninteractive/eigen-server/commit/993883f8bb71ebfb36708e2badd7ae98859b7094)]: + - @eigeninteractive/kernel@0.2.1 + - @eigeninteractive/rules@0.2.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/testkit/package.json b/packages/testkit/package.json index f46591f..351e0d4 100644 --- a/packages/testkit/package.json +++ b/packages/testkit/package.json @@ -1,6 +1,6 @@ { "name": "@eigeninteractive/testkit", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "description": "Test helpers for games built on the EigenInteractive engine: drive rules through the real kernel and run shared twin fixtures, with no Worker, database or network.", "main": "./dist/index.js",