From a8e84ae30ce7965807c00371d7e3fee33ef3ed20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 09:03:10 +0000 Subject: [PATCH] Version Packages --- .changeset/get-started-doc.md | 10 ---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- rust/Cargo.toml | 2 +- 4 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/get-started-doc.md diff --git a/.changeset/get-started-doc.md b/.changeset/get-started-doc.md deleted file mode 100644 index f5d4d59..0000000 --- a/.changeset/get-started-doc.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"kit": minor ---- - -docs: export the getting-started guide via the new `docs` package. A new -author-facing `docs/get-started.md` (terminal-first, hard-wrapped at <=76 -columns) covers the quickstart (`shellcade-kit new` / `check` / `play`), -publishing to the public games catalog, and linking GitHub over SSH. The -new `docs` package embeds it as `docs.GetStarted` so the shellcade arcade -can render it directly in its "Add your own game" screen. diff --git a/CHANGELOG.md b/CHANGELOG.md index 492bc93..ecc53a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # kit +## 2.4.0 + +### Minor Changes + +- 80b4960: docs: export the getting-started guide via the new `docs` package. A new + author-facing `docs/get-started.md` (terminal-first, hard-wrapped at <=76 + columns) covers the quickstart (`shellcade-kit new` / `check` / `play`), + publishing to the public games catalog, and linking GitHub over SSH. The + new `docs` package embeds it as `docs.GetStarted` so the shellcade arcade + can render it directly in its "Add your own game" screen. + ## 2.3.0 ### Minor Changes diff --git a/package.json b/package.json index 26cb8c2..645acaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kit", - "version": "2.3.0", + "version": "2.4.0", "private": true, "description": "Version management for the shellcade gamekit (Go module + CLI). Versions and changelogs are driven by changesets; binaries by GoReleaser.", "scripts": { diff --git a/rust/Cargo.toml b/rust/Cargo.toml index b8425a6..a65a142 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -15,7 +15,7 @@ [package] name = "shellcade-kit" -version = "2.3.0" +version = "2.4.0" edition = "2021" # #[unsafe(no_mangle)] (emitted by shellcade_game! so expansions survive # edition-2024 game crates) stabilized in 1.82.