diff --git a/.changeset/cyan-poems-clean.md b/.changeset/cyan-poems-clean.md deleted file mode 100644 index 1723909f06..0000000000 --- a/.changeset/cyan-poems-clean.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"react-router-dom": patch -"@remix-run/router": patch ---- - -properly support `index` routes with a `path` in `useResolvedPath` diff --git a/.changeset/fluffy-buttons-push.md b/.changeset/fluffy-buttons-push.md deleted file mode 100644 index 3175023359..0000000000 --- a/.changeset/fluffy-buttons-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-router-dom": patch ---- - -Respect `relative=path` prop on `NavLink` diff --git a/.changeset/funny-hotels-repeat.md b/.changeset/funny-hotels-repeat.md deleted file mode 100644 index 7b8eeb93f5..0000000000 --- a/.changeset/funny-hotels-repeat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"react-router-dom": patch -"@remix-run/router": patch ---- - -Fix hrefs generated for `createHashRouter` diff --git a/.changeset/funny-shirts-admire.md b/.changeset/funny-shirts-admire.md deleted file mode 100644 index fb390d76b3..0000000000 --- a/.changeset/funny-shirts-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@remix-run/router": patch ---- - -Changes to static handler for incorporating into Remix diff --git a/.changeset/green-dragons-vanish.md b/.changeset/green-dragons-vanish.md deleted file mode 100644 index 58cb55de90..0000000000 --- a/.changeset/green-dragons-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@remix-run/router": patch ---- - -fix `createURL` in local file execution in Firefox ([#9464](https://github.com/remix-run/react-router/pull/9464)) diff --git a/.changeset/hot-badgers-grow.md b/.changeset/hot-badgers-grow.md deleted file mode 100644 index 9f3f4da653..0000000000 --- a/.changeset/hot-badgers-grow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"react-router-dom": patch -"@remix-run/router": patch ---- - -fix encoding/matching issues with special chars diff --git a/.changeset/metal-drinks-melt.md b/.changeset/metal-drinks-melt.md deleted file mode 100644 index 899dd57d36..0000000000 --- a/.changeset/metal-drinks-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@remix-run/router": patch ---- - -Clean up response APIs for `unstable_createStaticHandler` `queryRoute` diff --git a/.changeset/moody-bulldogs-enjoy.md b/.changeset/moody-bulldogs-enjoy.md deleted file mode 100644 index c061dbc3d2..0000000000 --- a/.changeset/moody-bulldogs-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@remix-run/router": patch ---- - -Ignore pathless layout routes when looking for proper submission `action` function diff --git a/.changeset/nine-apricots-notice.md b/.changeset/nine-apricots-notice.md deleted file mode 100644 index 1ba1e04c05..0000000000 --- a/.changeset/nine-apricots-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-router": patch ---- - -`useRoutes` should be able to return `null` when passing `locationArg` ([#9485](https://github.com/remix-run/react-router/pull/9485)) diff --git a/.changeset/ninety-countries-cheat.md b/.changeset/ninety-countries-cheat.md deleted file mode 100644 index e54b33c6d8..0000000000 --- a/.changeset/ninety-countries-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@remix-run/router": patch ---- - -make url-encoding history-aware diff --git a/.changeset/odd-kids-buy.md b/.changeset/odd-kids-buy.md deleted file mode 100644 index 35c8d8cdf5..0000000000 --- a/.changeset/odd-kids-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-router": patch ---- - -fix `initialEntries` type in `createMemoryRouter` diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 1fd667265f..0000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "mode": "exit", - "tag": "pre", - "initialVersions": { - "react-router": "6.4.2", - "react-router-dom": "6.4.2", - "react-router-dom-v5-compat": "6.4.2", - "react-router-native": "6.4.2", - "@remix-run/router": "1.0.2" - }, - "changesets": [ - "cyan-poems-clean", - "fluffy-buttons-push", - "funny-hotels-repeat", - "funny-shirts-admire", - "green-dragons-vanish", - "hot-badgers-grow", - "metal-drinks-melt", - "moody-bulldogs-enjoy", - "nine-apricots-notice", - "ninety-countries-cheat", - "odd-kids-buy", - "smart-ants-decide", - "unlucky-hats-play", - "weak-lizards-occur" - ] -} diff --git a/.changeset/smart-ants-decide.md b/.changeset/smart-ants-decide.md deleted file mode 100644 index 215168cffe..0000000000 --- a/.changeset/smart-ants-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@remix-run/router": patch ---- - -Support `basename` and relative routing in `loader`/`action` redirects diff --git a/.changeset/unlucky-hats-play.md b/.changeset/unlucky-hats-play.md deleted file mode 100644 index 092038148c..0000000000 --- a/.changeset/unlucky-hats-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-router-dom": patch ---- - -Fix `NavLink` behavior for root urls diff --git a/.changeset/weak-lizards-occur.md b/.changeset/weak-lizards-occur.md deleted file mode 100644 index 6a38ab095e..0000000000 --- a/.changeset/weak-lizards-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@remix-run/router": patch ---- - -Add UMD build for `@remix-run/router` diff --git a/packages/react-router-dom-v5-compat/CHANGELOG.md b/packages/react-router-dom-v5-compat/CHANGELOG.md index 9091bc8bce..7657f84a2c 100644 --- a/packages/react-router-dom-v5-compat/CHANGELOG.md +++ b/packages/react-router-dom-v5-compat/CHANGELOG.md @@ -1,28 +1,12 @@ # `react-router-dom-v5-compat` -## 6.4.3-pre.2 +## 6.4.3 ### Patch Changes - Updated dependencies: - - `react-router-dom@6.4.3-pre.2` - - `react-router@6.4.3-pre.2` - -## 6.4.3-pre.1 - -### Patch Changes - -- Updated dependencies: - - `react-router@6.4.3-pre.1` - - `react-router-dom@6.4.3-pre.1` - -## 6.4.3-pre.0 - -### Patch Changes - -- Updated dependencies: - - `react-router-dom@6.4.3-pre.0` - - `react-router@6.4.3-pre.0` + - `react-router-dom@6.4.3` + - `react-router@6.4.3` ## 6.4.2 diff --git a/packages/react-router-dom-v5-compat/package.json b/packages/react-router-dom-v5-compat/package.json index d4c14c0463..4ece200ca2 100644 --- a/packages/react-router-dom-v5-compat/package.json +++ b/packages/react-router-dom-v5-compat/package.json @@ -1,6 +1,6 @@ { "name": "react-router-dom-v5-compat", - "version": "6.4.3-pre.2", + "version": "6.4.3", "description": "Migration path to React Router v6 from v4/5", "keywords": [ "react", @@ -24,7 +24,7 @@ "types": "./dist/index.d.ts", "dependencies": { "history": "^5.3.0", - "react-router": "6.4.3-pre.2" + "react-router": "6.4.3" }, "peerDependencies": { "react": ">=16.8", diff --git a/packages/react-router-dom/CHANGELOG.md b/packages/react-router-dom/CHANGELOG.md index 6a161a062d..768aa0d7ca 100644 --- a/packages/react-router-dom/CHANGELOG.md +++ b/packages/react-router-dom/CHANGELOG.md @@ -1,32 +1,17 @@ # `react-router-dom` -## 6.4.3-pre.2 +## 6.4.3 ### Patch Changes -- Fix `NavLink` behavior for root urls ([#9497](https://github.com/remix-run/react-router/pull/9497)) -- Updated dependencies: - - `react-router@6.4.3-pre.2` - -## 6.4.3-pre.1 - -### Patch Changes - -- Updated dependencies: - - `@remix-run/router@1.0.3-pre.1` - - `react-router@6.4.3-pre.1` - -## 6.4.3-pre.0 - -### Patch Changes - -- properly support `index` routes with a `path` in `useResolvedPath` ([#9486](https://github.com/remix-run/react-router/pull/9486)) -- Respect `relative=path` prop on `NavLink` ([#9453](https://github.com/remix-run/react-router/pull/9453)) - Fix hrefs generated for `createHashRouter` ([#9409](https://github.com/remix-run/react-router/pull/9409)) -- fix encoding/matching issues with special chars ([#9477](https://github.com/remix-run/react-router/pull/9477)) +- fix encoding/matching issues with special chars ([#9477](https://github.com/remix-run/react-router/pull/9477), [#9496](https://github.com/remix-run/react-router/pull/9496)) +- Properly support `index` routes with a `path` in `useResolvedPath` ([#9486](https://github.com/remix-run/react-router/pull/9486)) +- Respect `relative=path` prop on `NavLink` ([#9453](https://github.com/remix-run/react-router/pull/9453)) +- Fix `NavLink` behavior for root urls ([#9497](https://github.com/remix-run/react-router/pull/9497)) - Updated dependencies: - - `@remix-run/router@1.0.3-pre.0` - - `react-router@6.4.3-pre.0` + - `@remix-run/router@1.0.3` + - `react-router@6.4.3` ## 6.4.2 diff --git a/packages/react-router-dom/package.json b/packages/react-router-dom/package.json index 7d847ce892..13b9f4c280 100644 --- a/packages/react-router-dom/package.json +++ b/packages/react-router-dom/package.json @@ -1,6 +1,6 @@ { "name": "react-router-dom", - "version": "6.4.3-pre.2", + "version": "6.4.3", "description": "Declarative routing for React web applications", "keywords": [ "react", @@ -23,8 +23,8 @@ "module": "./dist/index.js", "types": "./dist/index.d.ts", "dependencies": { - "@remix-run/router": "1.0.3-pre.1", - "react-router": "6.4.3-pre.2" + "@remix-run/router": "1.0.3", + "react-router": "6.4.3" }, "devDependencies": { "react": "^18.2.0", diff --git a/packages/react-router-native/CHANGELOG.md b/packages/react-router-native/CHANGELOG.md index e22cb3b545..b1e2edadcd 100644 --- a/packages/react-router-native/CHANGELOG.md +++ b/packages/react-router-native/CHANGELOG.md @@ -1,25 +1,11 @@ # `react-router-native` -## 6.4.3-pre.2 +## 6.4.3 ### Patch Changes - Updated dependencies: - - `react-router@6.4.3-pre.2` - -## 6.4.3-pre.1 - -### Patch Changes - -- Updated dependencies: - - `react-router@6.4.3-pre.1` - -## 6.4.3-pre.0 - -### Patch Changes - -- Updated dependencies: - - `react-router@6.4.3-pre.0` + - `react-router@6.4.3` ## 6.4.2 diff --git a/packages/react-router-native/package.json b/packages/react-router-native/package.json index 4aa27f651b..eb08e6d4b5 100644 --- a/packages/react-router-native/package.json +++ b/packages/react-router-native/package.json @@ -1,6 +1,6 @@ { "name": "react-router-native", - "version": "6.4.3-pre.2", + "version": "6.4.3", "description": "Declarative routing for React Native applications", "keywords": [ "react", @@ -22,7 +22,7 @@ "types": "./dist/index.d.ts", "dependencies": { "@ungap/url-search-params": "^0.1.4", - "react-router": "6.4.3-pre.2" + "react-router": "6.4.3" }, "devDependencies": { "react": "^18.2.0", diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index a76cfef593..bebe52ba5c 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -1,24 +1,13 @@ # `react-router` -## 6.4.3-pre.2 - -No Changes - -## 6.4.3-pre.1 +## 6.4.3 ### Patch Changes - `useRoutes` should be able to return `null` when passing `locationArg` ([#9485](https://github.com/remix-run/react-router/pull/9485)) - fix `initialEntries` type in `createMemoryRouter` ([#9498](https://github.com/remix-run/react-router/pull/9498)) - Updated dependencies: - - `@remix-run/router@1.0.3-pre.1` - -## 6.4.3-pre.0 - -### Patch Changes - -- Updated dependencies: - - `@remix-run/router@1.0.3-pre.0` + - `@remix-run/router@1.0.3` ## 6.4.2 diff --git a/packages/react-router/package.json b/packages/react-router/package.json index dbf94e3547..f9ac682d18 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "react-router", - "version": "6.4.3-pre.2", + "version": "6.4.3", "description": "Declarative routing for React", "keywords": [ "react", @@ -23,7 +23,7 @@ "module": "./dist/index.js", "types": "./dist/index.d.ts", "dependencies": { - "@remix-run/router": "1.0.3-pre.1" + "@remix-run/router": "1.0.3" }, "devDependencies": { "react": "^18.2.0" diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 2fb4075c86..bc65743950 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,24 +1,17 @@ # `@remix-run/router` -## 1.0.3-pre.1 +## 1.0.3 ### Patch Changes -- fix `createURL` in local file execution in Firefox ([#9464](https://github.com/remix-run/react-router/pull/9464)) -- make url-encoding history-aware ([#9496](https://github.com/remix-run/react-router/pull/9496)) - -## 1.0.3-pre.0 - -### Patch Changes - -- properly support `index` routes with a path in `useResolvedPath` ([#9486](https://github.com/remix-run/react-router/pull/9486)) -- Fix hrefs generated for `createHashRouter` ([#9409](https://github.com/remix-run/react-router/pull/9409)) -- fix encoding/matching issues with special chars ([#9477](https://github.com/remix-run/react-router/pull/9477)) -- Ignore pathless layout routes when looking for proper submission `action` function ([#9455](https://github.com/remix-run/react-router/pull/9455)) +- Fix hrefs generated when using `createHashRouter` ([#9409](https://github.com/remix-run/react-router/pull/9409)) +- fix encoding/matching issues with special chars ([#9477](https://github.com/remix-run/react-router/pull/9477), [#9496](https://github.com/remix-run/react-router/pull/9496)) - Support `basename` and relative routing in `loader`/`action` redirects ([#9447](https://github.com/remix-run/react-router/pull/9447)) +- Ignore pathless layout routes when looking for proper submission `action` function ([#9455](https://github.com/remix-run/react-router/pull/9455)) +- properly support `index` routes with a `path` in `useResolvedPath` ([#9486](https://github.com/remix-run/react-router/pull/9486)) - Add UMD build for `@remix-run/router` ([#9446](https://github.com/remix-run/react-router/pull/9446)) -- Clean up response APIs for `unstable_createStaticHandler` `queryRoute` ([#9465](https://github.com/remix-run/react-router/pull/9465)) -- Changes to static handler for incorporating into Remix ([#9482](https://github.com/remix-run/react-router/pull/9482)) +- fix `createURL` in local file execution in Firefox ([#9464](https://github.com/remix-run/react-router/pull/9464)) +- Updates to `unstable_createStaticHandler` for incorporating into Remix ([#9482](https://github.com/remix-run/react-router/pull/9482), [#9465](https://github.com/remix-run/react-router/pull/9465)) ## 1.0.2 diff --git a/packages/router/package.json b/packages/router/package.json index 05a5c32024..fd433dea05 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@remix-run/router", - "version": "1.0.3-pre.1", + "version": "1.0.3", "description": "Nested/Data-driven/Framework-agnostic Routing", "keywords": [ "remix",