Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[pull] main from remix-run:main #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
# publish to npm.
- name: πŸš€ PR / Publish
id: changesets
uses: changesets/[email protected]
# PLEASE KEEP THIS PINNED TO 1.4.10 to avoid a regression in 1.5.*
# See https://github.com/changesets/action/issues/465
uses: changesets/[email protected]
with:
version: pnpm run changeset:version
commit: "chore: Update version for release"
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrading/component-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export default function Component() {

## 7. Boot the app

At this point you should be able to to boot the app and see the root layout.
At this point you should be able to boot the app and see the root layout.

**πŸ‘‰ Add `dev` script and run the app**

Expand Down
Loading