Skip to content

Commit ecd3815

Browse files
Merge branch 'main' into fix/handle-breaking-changes-workspace-config
2 parents 2931de8 + 74dc055 commit ecd3815

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/_release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
continue-on-error: true
1313
steps:
14-
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4
14+
- uses: googleapis/release-please-action@d1a8f221d7723166f48a584aebba00ef3f6febec # v4
1515
id: release
1616
with:
1717
token: ${{ secrets.GH_PAT_RELEASE_PLEASE }}

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"lint-staged": "^15.3.0",
9393
"msw": "^2.7.0",
9494
"postcss": "^8.4.49",
95-
"prettier": "3.4.2",
95+
"prettier": "3.5.3",
9696
"prettier-plugin-classnames": "^0.7.6",
9797
"prettier-plugin-merge": "^0.7.2",
9898
"prettier-plugin-tailwindcss": "^0.6.11",

0 commit comments

Comments
 (0)