Skip to content

Commit f153b19

Browse files
committed
Merge branch 'release-next' into dev
2 parents 15ea158 + 0dea762 commit f153b19

Some content is hidden

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

58 files changed

+835
-217
lines changed

.changeset/dull-pianos-matter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/large-points-arrive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silent-boxes-sell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-hotels-explain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tasty-peas-retire.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tender-snails-attack.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/weak-turkeys-pretend.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
- **All** bugs must have a **minimal** reproduction
1212
- Minimal means that it is not just pointing to a deployed site or a branch in your existing application
1313
- The preferred method is StackBlitz via [https://reactrouter.com/new](https://reactrouter.com/new)
14-
- If Stackblitz is not an option, a Github repo based on a fresh `create-react-router` app is acceptable
14+
- If Stackblitz is not an option, a GitHub repo based on a fresh `create-react-router` app is acceptable
1515
- Only in extraordinary circumstances will code snippets or maximal reproductions be accepted
1616
- Issue Review
1717
- Issues not meeting the above criteria will be closed and pointed to this document

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
# publish to npm.
5252
- name: 🚀 PR / Publish
5353
id: changesets
54-
uses: changesets/[email protected]
54+
# PLEASE KEEP THIS PINNED TO 1.4.10 to avoid a regression in 1.5.*
55+
# See https://github.com/changesets/action/issues/465
56+
uses: changesets/[email protected]
5557
with:
5658
version: pnpm run changeset:version
5759
commit: "chore: Update version for release"

0 commit comments

Comments
 (0)