Skip to content

Commit

Permalink
chore: bump react-router-dom to 6.7.0-pre.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kwatkins-ld committed Jan 18, 2023
1 parent 9f1ea9d commit 6ccc000
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 18 deletions.
7 changes: 7 additions & 0 deletions .changeset/empty-trainers-float.md
@@ -0,0 +1,7 @@
---
'@launchpad-ui/menu': patch
'@launchpad-ui/navigation': patch
'@launchpad-ui/core': patch
---

bump react-router-dom to 6.7.0-pre.3
41 changes: 41 additions & 0 deletions .changeset/pre.json
@@ -0,0 +1,41 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"@launchpad-ui/remix": "0.0.1",
"@launchpad-ui/alert": "0.6.27",
"@launchpad-ui/avatar": "0.4.26",
"@launchpad-ui/banner": "0.8.1",
"@launchpad-ui/button": "0.7.24",
"@launchpad-ui/chip": "0.6.18",
"@launchpad-ui/clipboard": "0.8.38",
"@launchpad-ui/core": "0.26.6",
"@launchpad-ui/counter": "0.3.18",
"@launchpad-ui/drawer": "0.1.21",
"@launchpad-ui/dropdown": "0.6.21",
"@launchpad-ui/filter": "0.4.48",
"@launchpad-ui/focus-trap": "0.1.4",
"@launchpad-ui/form": "0.6.31",
"@launchpad-ui/icons": "0.6.16",
"@launchpad-ui/markdown": "0.3.17",
"@launchpad-ui/menu": "0.6.45",
"@launchpad-ui/modal": "0.12.19",
"@launchpad-ui/navigation": "0.7.6",
"@launchpad-ui/overlay": "0.3.27",
"@launchpad-ui/pagination": "0.3.32",
"@launchpad-ui/popover": "0.8.34",
"@launchpad-ui/portal": "0.1.2",
"@launchpad-ui/progress": "0.5.16",
"@launchpad-ui/progress-bubbles": "0.5.36",
"@launchpad-ui/slider": "0.3.16",
"@launchpad-ui/snackbar": "0.3.24",
"@launchpad-ui/split-button": "0.6.40",
"@launchpad-ui/tab-list": "0.4.18",
"@launchpad-ui/table": "0.4.17",
"@launchpad-ui/toast": "0.2.24",
"@launchpad-ui/toggle": "0.4.19",
"@launchpad-ui/tokens": "0.4.8",
"@launchpad-ui/tooltip": "0.6.35"
},
"changesets": []
}
2 changes: 1 addition & 1 deletion packages/menu/package.json
Expand Up @@ -41,7 +41,7 @@
"@react-aria/focus": "3.10.0",
"@react-aria/separator": "3.2.0",
"classix": "2.1.17",
"react-router-dom": "6.4.2",
"react-router-dom": "6.7.0-pre.3",
"react-virtual": "2.10.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/navigation/package.json
Expand Up @@ -43,7 +43,7 @@
"@react-stately/list": "3.6.0",
"@react-types/shared": "3.16.0",
"classix": "2.1.17",
"react-router-dom": "6.4.2"
"react-router-dom": "6.7.0-pre.3"
},
"peerDependencies": {
"react": "18.2.0",
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ccc000

Please sign in to comment.