Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/funky-turkeys-wink.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/goofy-hotels-join.md

This file was deleted.

10 changes: 10 additions & 0 deletions stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

- [`b0fcf5b`](https://github.com/adbayb/stack/commit/b0fcf5b00689a16b84f57435b5fd774cdafa6049) 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
Expand Down
9 changes: 9 additions & 0 deletions stack/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @adbayb/create

## 2.40.0

### Patch Changes

- [`b0fcf5b`](https://github.com/adbayb/stack/commit/b0fcf5b00689a16b84f57435b5fd774cdafa6049) 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), [`b0fcf5b`](https://github.com/adbayb/stack/commit/b0fcf5b00689a16b84f57435b5fd774cdafa6049)]:
- @adbayb/stack@2.40.0

## 2.39.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion stack/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adbayb/create",
"version": "2.39.0",
"version": "2.40.0",
"description": "My opinionated scaffolding tool",
"keywords": [
"setup",
Expand Down
2 changes: 1 addition & 1 deletion stack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adbayb/stack",
"version": "2.39.0",
"version": "2.40.0",
"description": "My opinionated JavaScript-based toolchain",
"keywords": [
"stack",
Expand Down