Skip to content

Commit a6af6ed

Browse files
authored
Merge branch 'main' into renovate/pnpm-catalog
2 parents 8427b18 + 56f5a3d commit a6af6ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Create Release Pull Request or Publish to npm
5757
id: changesets
58-
uses: changesets/action@e0538e686673de0265c8a3e2904b8c76beaa43fd # v1.5.2
58+
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
5959
with:
6060
# This expects you to have a script called release which does a build for your packages and calls changeset publish
6161
publish: pnpm release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"pkg-pr-new": "pkg-pr-new publish --compact --comment=update --pnpm",
1616
"release": "pnpm run build && pnpm run test && changeset publish"
1717
},
18-
"packageManager": "pnpm@10.10.0",
18+
"packageManager": "pnpm@10.11.1",
1919
"devDependencies": {
2020
"@changesets/changelog-github": "0.5.1",
2121
"@changesets/cli": "2.29.2",

0 commit comments

Comments
 (0)