Skip to content

Commit a2142d3

Browse files
authored
Merge branch 'main' into renovate/tailwindcss-monorepo
2 parents a32140f + 5b5debb commit a2142d3

File tree

13 files changed

+607
-643
lines changed

13 files changed

+607
-643
lines changed

.github/workflows/release-please.yml

+6-11
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@ on:
33
push:
44
branches:
55
- main
6+
7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
issues: write
11+
612
jobs:
713
release-please:
814
runs-on: ubuntu-latest
915
steps:
10-
- uses: navikt/github-app-token-generator@793caf0d755fb4d6e88150825f680f188535cb48
11-
id: get-token
12-
with:
13-
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
14-
app-id: ${{ secrets.TOKENS_APP_ID }}
1516
- uses: googleapis/release-please-action@v4
1617
id: release
17-
with:
18-
token: ${{ steps.get-token.outputs.token }}
1918
- uses: actions/checkout@v4
2019
if: ${{ steps.release.outputs.release_created }}
2120
- uses: actions/setup-node@v4
@@ -40,7 +39,3 @@ jobs:
4039
if: ${{ steps.release.outputs.release_created }}
4140
env:
4241
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
43-
- uses: netlify/submit-build-plugin-action@v1
44-
if: ${{ steps.release.outputs.release_created }}
45-
with:
46-
github-token: ${{ steps.get-token.outputs.token }}

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.10.5"
2+
".": "5.10.6"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.10.6](https://github.com/opennextjs/opennextjs-netlify/compare/v5.10.5...v5.10.6) (2025-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* narrow down mismatch content warning to non-304 responses ([#2826](https://github.com/opennextjs/opennextjs-netlify/issues/2826)) ([5ecd720](https://github.com/opennextjs/opennextjs-netlify/commit/5ecd72016d671ad0ae6084b396f2e31b349f0f15))
9+
* RSC responses when using middleware rewrites or redirects for cacheable page being served for html requests ([#2843](https://github.com/opennextjs/opennextjs-netlify/issues/2843)) ([9c8353b](https://github.com/opennextjs/opennextjs-netlify/commit/9c8353b67a6485c90c1041d149ef991dc2034bf6))
10+
311
## [5.10.5](https://github.com/opennextjs/opennextjs-netlify/compare/v5.10.4...v5.10.5) (2025-04-11)
412

513

0 commit comments

Comments
 (0)