Skip to content

Commit f283303

Browse files
author
Alan Christie
committed
This reverts commit 4a61a03, reversing changes made to f309fb8.
1 parent 4a61a03 commit f283303

File tree

214 files changed

+3310
-3717
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+3310
-3717
lines changed

.github/renovate.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,13 @@
1111
":semanticCommitTypeAll(chore)",
1212
":disableRateLimiting"
1313
],
14-
"labels": [
15-
"dependencies"
16-
],
14+
"labels": ["dependencies"],
1715
"constraints": {
18-
"pnpm": "9"
16+
"pnpm": "8"
1917
},
2018
"packageRules": [
2119
{
22-
"matchPackageNames": [
23-
"!nextjs-routes"
24-
]
20+
"matchPackageNames": ["!nextjs-routes"]
2521
}
2622
]
2723
}

.github/workflows/nextjs_bundle_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
path: .next/analyze/__bundle_analysis.json
5959

6060
- name: Download base branch bundle stats
61-
uses: dawidd6/action-download-artifact@v8
61+
uses: dawidd6/action-download-artifact@v6
6262
if: success() && github.event.number
6363
with:
6464
workflow: nextjs_bundle_analysis.yml

.github/workflows/release-please.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
release-please:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: googleapis/release-please-action@v4
16+
- uses: google-github-actions/release-please-action@v4
1717
with:
1818
token: ${{ secrets.RELEASE_PLEASE_PAT_OLIVER }}
1919
config-file: release-please-config.json
20+

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.2.0-rc.0"
2+
".": "5.0.0"
33
}

CHANGELOG.md

Lines changed: 0 additions & 45 deletions

README.md

Lines changed: 0 additions & 10 deletions

assets/README.md

Lines changed: 0 additions & 28 deletions
This file was deleted.
-55.3 KB
Binary file not shown.
-42.5 KB
Binary file not shown.
-50.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)