Skip to content

Commit 5d597df

Browse files
committed
Merge remote-tracking branch 'origin/main' into update-deps-for-stable
# Conflicts: # package.json # pnpm-lock.yaml # pnpm-workspace.yaml # src/readChangesetState.ts
2 parents c82b8f1 + d11394a commit 5d597df

6 files changed

Lines changed: 556 additions & 262 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@changesets/action": patch
3+
---
4+
5+
Fix support for prerelease exits using the new `.changeset/pre` layout.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @changesets/action
22

3+
## 2.0.0-next.5
4+
5+
### Patch Changes
6+
7+
- [#711](https://github.com/changesets/action/pull/711) [`5fa6767`](https://github.com/changesets/action/commit/5fa67671df41b7a8a9d8123e8e446b1a8ad423db) Thanks [@Andarist](https://github.com/Andarist)! - Fix support for prerelease exits using the new `.changeset/pre` layout.
8+
39
## 2.0.0-next.4
410

511
### Major Changes

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@changesets/action",
3-
"version": "2.0.0-next.4",
3+
"version": "2.0.0-next.5",
44
"private": true,
55
"license": "MIT",
66
"type": "module",
@@ -37,10 +37,10 @@
3737
"tinyexec": "^1.3.0"
3838
},
3939
"devDependencies": {
40-
"@changesets/changelog-github": "^1.0.0-next.8",
41-
"@changesets/cli": "^3.0.0-next.10",
42-
"@changesets/types": "7.0.0-next.9",
43-
"@changesets/write": "1.0.0-next.9",
40+
"@changesets/changelog-github": "^1.0.0-next.9",
41+
"@changesets/cli": "^3.0.0-next.12",
42+
"@changesets/types": "^7.0.0-next.9",
43+
"@changesets/write": "^1.0.0-next.9",
4444
"@tsconfig/node24": "^24.0.4",
4545
"@types/node": "^26.1.2",
4646
"@types/semver": "^7.8.0",

0 commit comments

Comments
 (0)