Skip to content

Commit f7f8f53

Browse files
authored
Upgrade changesets/action to v1.5.3 and npm packages (#4043)
1 parent 7fca4b2 commit f7f8f53

File tree

3 files changed

+308
-493
lines changed

3 files changed

+308
-493
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: yarn install
2323

2424
- name: Create Release Pull Request or Publish to npm
25-
uses: changesets/action@1.4.8
25+
uses: changesets/action@v1.5.3
2626
with:
2727
publish: yarn release
2828
env:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"typescript": "^4.0.0"
99
},
1010
"devDependencies": {
11-
"@changesets/changelog-github": "^0.2.7",
12-
"@changesets/cli": "^2.10.3",
11+
"@changesets/changelog-github": "^0.5.1",
12+
"@changesets/cli": "^2.29.7",
1313
"@hookform/resolvers": "^3.1.1",
1414
"@playwright/test": "^1.34.3",
1515
"@types/benchmark": "^2.1.2",

0 commit comments

Comments
 (0)