We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fca4b2 commit f7f8f53Copy full SHA for f7f8f53
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
run: yarn install
23
24
- name: Create Release Pull Request or Publish to npm
25
- uses: changesets/action@1.4.8
+ uses: changesets/action@v1.5.3
26
with:
27
publish: yarn release
28
env:
package.json
@@ -8,8 +8,8 @@
8
"typescript": "^4.0.0"
9
},
10
"devDependencies": {
11
- "@changesets/changelog-github": "^0.2.7",
12
- "@changesets/cli": "^2.10.3",
+ "@changesets/changelog-github": "^0.5.1",
+ "@changesets/cli": "^2.29.7",
13
"@hookform/resolvers": "^3.1.1",
14
"@playwright/test": "^1.34.3",
15
"@types/benchmark": "^2.1.2",
0 commit comments