From 9d53f4d59a679c2d79275856914fb1d3af5255a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 23:00:45 +0000 Subject: [PATCH] chore: release package(s) --- .changeset/funky-turkeys-wink.md | 5 ----- .changeset/goofy-hotels-join.md | 6 ------ stack/CHANGELOG.md | 10 ++++++++++ stack/create/CHANGELOG.md | 9 +++++++++ stack/create/package.json | 2 +- stack/package.json | 2 +- 6 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 .changeset/funky-turkeys-wink.md delete mode 100644 .changeset/goofy-hotels-join.md diff --git a/.changeset/funky-turkeys-wink.md b/.changeset/funky-turkeys-wink.md deleted file mode 100644 index 305bb357..00000000 --- a/.changeset/funky-turkeys-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@adbayb/stack": minor ---- - -Update templates to enable automatic detection of variabilized template files. diff --git a/.changeset/goofy-hotels-join.md b/.changeset/goofy-hotels-join.md deleted file mode 100644 index 957df043..00000000 --- a/.changeset/goofy-hotels-join.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@adbayb/stack": patch -"@adbayb/create": patch ---- - -Enable back save-exact config following pnpm 11 migration (`.npmrc` is no longer needed). Templates are updated as well. diff --git a/stack/CHANGELOG.md b/stack/CHANGELOG.md index 40b12e81..abd6b102 100644 --- a/stack/CHANGELOG.md +++ b/stack/CHANGELOG.md @@ -1,5 +1,15 @@ # @adbayb/stack +## 2.40.0 + +### Minor Changes + +- [`84d6a79`](https://github.com/adbayb/stack/commit/84d6a79966b24f9fd3bdee097a6bfb8d7c382f49) Thanks [@adbayb](https://github.com/adbayb)! - Update templates to enable automatic detection of variabilized template files. + +### Patch Changes + +- [`634411b`](https://github.com/adbayb/stack/commit/634411b062cece9fd46c5711141b0c2cf5124797) Thanks [@adbayb](https://github.com/adbayb)! - Enable back save-exact config following pnpm 11 migration (`.npmrc` is no longer needed). Templates are updated as well. + ## 2.39.0 ### Minor Changes diff --git a/stack/create/CHANGELOG.md b/stack/create/CHANGELOG.md index 15b8e5a3..c9dd9c01 100644 --- a/stack/create/CHANGELOG.md +++ b/stack/create/CHANGELOG.md @@ -1,5 +1,14 @@ # @adbayb/create +## 2.40.0 + +### Patch Changes + +- [`634411b`](https://github.com/adbayb/stack/commit/634411b062cece9fd46c5711141b0c2cf5124797) Thanks [@adbayb](https://github.com/adbayb)! - Enable back save-exact config following pnpm 11 migration (`.npmrc` is no longer needed). Templates are updated as well. + +- Updated dependencies [[`84d6a79`](https://github.com/adbayb/stack/commit/84d6a79966b24f9fd3bdee097a6bfb8d7c382f49), [`634411b`](https://github.com/adbayb/stack/commit/634411b062cece9fd46c5711141b0c2cf5124797)]: + - @adbayb/stack@2.40.0 + ## 2.39.0 ### Patch Changes diff --git a/stack/create/package.json b/stack/create/package.json index 1259b02b..d9bf89e4 100644 --- a/stack/create/package.json +++ b/stack/create/package.json @@ -1,6 +1,6 @@ { "name": "@adbayb/create", - "version": "2.39.0", + "version": "2.40.0", "description": "My opinionated scaffolding tool", "keywords": [ "setup", diff --git a/stack/package.json b/stack/package.json index cf99c218..f43fabd5 100644 --- a/stack/package.json +++ b/stack/package.json @@ -1,6 +1,6 @@ { "name": "@adbayb/stack", - "version": "2.39.0", + "version": "2.40.0", "description": "My opinionated JavaScript-based toolchain", "keywords": [ "stack",