Skip to content

Commit 26306d7

Browse files
Version Packages
1 parent d4c53c2 commit 26306d7

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/plenty-areas-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/splendid-facts-like.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 1.7.1
4+
5+
### Patch Changes
6+
7+
- [#502](https://github.com/changesets/action/pull/502) [`6002dbd`](https://github.com/changesets/action/commit/6002dbd987f49a3c0a134910d9c7bca975b79977) Thanks [@oshytiko](https://github.com/oshytiko)! - Fixed initial `.changeset` state being picked up, when `cwd` parameter is provided
8+
9+
- [`81b3f61`](https://github.com/changesets/action/commit/81b3f61ebffcb868f73e4c0b2682517149c834a2) Thanks [@radnan](https://github.com/radnan)! - Fixed `.changeset` state being picked for the version command when `cwd` parameter is provided
10+
311
## 1.7.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@changesets/action",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"main": "dist/index.js",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)