From 08e36a0bee6c78264c4fa5706f2bc6f86829c990 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 11:54:01 +0000 Subject: [PATCH] chore: release package(s) --- .changeset/big-games-grow.md | 5 ----- stack/CHANGELOG.md | 6 ++++++ stack/create/CHANGELOG.md | 7 +++++++ stack/create/package.json | 2 +- stack/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/big-games-grow.md diff --git a/.changeset/big-games-grow.md b/.changeset/big-games-grow.md deleted file mode 100644 index ef1d41d6..00000000 --- a/.changeset/big-games-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@adbayb/stack": patch ---- - -Disable `no-plusplus` and `unicorn/prefer-math-trunc` rules. diff --git a/stack/CHANGELOG.md b/stack/CHANGELOG.md index 4175f076..904e4476 100644 --- a/stack/CHANGELOG.md +++ b/stack/CHANGELOG.md @@ -1,5 +1,11 @@ # @adbayb/stack +## 3.0.1 + +### Patch Changes + +- [`492a290`](https://github.com/adbayb/stack/commit/492a2909395415f9cb1f3846027825494cccf3dd) Thanks [@adbayb](https://github.com/adbayb)! - Disable `no-plusplus` and `unicorn/prefer-math-trunc` rules. + ## 3.0.0 ### Major Changes diff --git a/stack/create/CHANGELOG.md b/stack/create/CHANGELOG.md index d7665376..20af3ca2 100644 --- a/stack/create/CHANGELOG.md +++ b/stack/create/CHANGELOG.md @@ -1,5 +1,12 @@ # @adbayb/create +## 3.0.1 + +### Patch Changes + +- Updated dependencies [[`492a290`](https://github.com/adbayb/stack/commit/492a2909395415f9cb1f3846027825494cccf3dd)]: + - @adbayb/stack@3.0.1 + ## 3.0.0 ### Major Changes diff --git a/stack/create/package.json b/stack/create/package.json index 32ee09ed..0a4fcae5 100644 --- a/stack/create/package.json +++ b/stack/create/package.json @@ -1,6 +1,6 @@ { "name": "@adbayb/create", - "version": "3.0.0", + "version": "3.0.1", "description": "My opinionated scaffolding tool", "keywords": [ "development", diff --git a/stack/package.json b/stack/package.json index 74f894d4..89c9edbf 100644 --- a/stack/package.json +++ b/stack/package.json @@ -1,6 +1,6 @@ { "name": "@adbayb/stack", - "version": "3.0.0", + "version": "3.0.1", "description": "My opinionated JavaScript-based toolchain", "keywords": [ "development",