From 3cf2d1d441f74b83537b4359889f31003abcb5df Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Tue, 5 Mar 2024 14:15:27 -0500 Subject: [PATCH 1/6] enter prerelease mode --- .changeset/pre.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .changeset/pre.json diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 0000000000..1f323a001f --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,12 @@ +{ + "mode": "pre", + "tag": "pre", + "initialVersions": { + "react-router": "6.22.2", + "react-router-dom": "6.22.2", + "react-router-dom-v5-compat": "6.22.2", + "react-router-native": "6.22.2", + "@remix-run/router": "1.15.2" + }, + "changesets": [] +} From 0c37f37d75d830869eb3566c2fc2f487b4a1ebe2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:18:46 -0500 Subject: [PATCH 2/6] chore: Update version for release (pre) (#11327) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 5 ++++- packages/react-router-dom-v5-compat/CHANGELOG.md | 8 ++++++++ packages/react-router-dom-v5-compat/package.json | 4 ++-- packages/react-router-dom/CHANGELOG.md | 8 ++++++++ packages/react-router-dom/package.json | 6 +++--- packages/react-router-native/CHANGELOG.md | 7 +++++++ packages/react-router-native/package.json | 4 ++-- packages/react-router/CHANGELOG.md | 7 +++++++ packages/react-router/package.json | 4 ++-- packages/router/CHANGELOG.md | 7 +++++++ packages/router/package.json | 2 +- 11 files changed, 51 insertions(+), 11 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 1f323a001f..4ec184f171 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,5 +8,8 @@ "react-router-native": "6.22.2", "@remix-run/router": "1.15.2" }, - "changesets": [] + "changesets": [ + "partial-hydration-bubbled-error", + "partial-hydration-no-loader" + ] } diff --git a/packages/react-router-dom-v5-compat/CHANGELOG.md b/packages/react-router-dom-v5-compat/CHANGELOG.md index 2ca97e4cc5..a1b714352f 100644 --- a/packages/react-router-dom-v5-compat/CHANGELOG.md +++ b/packages/react-router-dom-v5-compat/CHANGELOG.md @@ -1,5 +1,13 @@ # `react-router-dom-v5-compat` +## 6.22.3-pre.0 + +### Patch Changes + +- Updated dependencies: + - `react-router@6.22.3-pre.0` + - `react-router-dom@6.22.3-pre.0` + ## 6.22.2 ### Patch Changes diff --git a/packages/react-router-dom-v5-compat/package.json b/packages/react-router-dom-v5-compat/package.json index b557fb997f..cd21f9e3f6 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.22.2", + "version": "6.22.3-pre.0", "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.22.2" + "react-router": "6.22.3-pre.0" }, "peerDependencies": { "react": ">=16.8", diff --git a/packages/react-router-dom/CHANGELOG.md b/packages/react-router-dom/CHANGELOG.md index 8417c9a2fa..94bf4a4829 100644 --- a/packages/react-router-dom/CHANGELOG.md +++ b/packages/react-router-dom/CHANGELOG.md @@ -1,5 +1,13 @@ # `react-router-dom` +## 6.22.3-pre.0 + +### Patch Changes + +- Updated dependencies: + - `@remix-run/router@1.15.3-pre.0` + - `react-router@6.22.3-pre.0` + ## 6.22.2 ### Patch Changes diff --git a/packages/react-router-dom/package.json b/packages/react-router-dom/package.json index e1e1639b2f..4d7810511e 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.22.2", + "version": "6.22.3-pre.0", "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.15.2", - "react-router": "6.22.2" + "@remix-run/router": "1.15.3-pre.0", + "react-router": "6.22.3-pre.0" }, "devDependencies": { "react": "^18.2.0", diff --git a/packages/react-router-native/CHANGELOG.md b/packages/react-router-native/CHANGELOG.md index 473a640168..02fe732841 100644 --- a/packages/react-router-native/CHANGELOG.md +++ b/packages/react-router-native/CHANGELOG.md @@ -1,5 +1,12 @@ # `react-router-native` +## 6.22.3-pre.0 + +### Patch Changes + +- Updated dependencies: + - `react-router@6.22.3-pre.0` + ## 6.22.2 ### Patch Changes diff --git a/packages/react-router-native/package.json b/packages/react-router-native/package.json index 27a3b7df3b..28fefcb451 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.22.2", + "version": "6.22.3-pre.0", "description": "Declarative routing for React Native applications", "keywords": [ "react", @@ -22,7 +22,7 @@ "types": "./dist/index.d.ts", "dependencies": { "@ungap/url-search-params": "^0.2.2", - "react-router": "6.22.2" + "react-router": "6.22.3-pre.0" }, "devDependencies": { "react": "^18.2.0", diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 883ac7d1e8..563765eedf 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -1,5 +1,12 @@ # `react-router` +## 6.22.3-pre.0 + +### Patch Changes + +- Updated dependencies: + - `@remix-run/router@1.15.3-pre.0` + ## 6.22.2 ### Patch Changes diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 33bc1a852e..a57a047452 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "react-router", - "version": "6.22.2", + "version": "6.22.3-pre.0", "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.15.2" + "@remix-run/router": "1.15.3-pre.0" }, "devDependencies": { "react": "^18.2.0" diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index f9d3d3e27d..3b667ffe8f 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,5 +1,12 @@ # `@remix-run/router` +## 1.15.3-pre.0 + +### Patch Changes + +- Fix a `future.v7_partialHydration` bug that would re-run loaders below the boundary on hydration if SSR loader errors bubbled to a parent boundary ([#11324](https://github.com/remix-run/react-router/pull/11324)) +- Fix a `future.v7_partialHydration` bug that would consider the router uninitialized if a route did not have a loader ([#11325](https://github.com/remix-run/react-router/pull/11325)) + ## 1.15.2 ### Patch Changes diff --git a/packages/router/package.json b/packages/router/package.json index 78322aa6ad..449b9bfb0d 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@remix-run/router", - "version": "1.15.2", + "version": "1.15.3-pre.0", "description": "Nested/Data-driven/Framework-agnostic Routing", "keywords": [ "remix", From 8e25911a4271abfaf32be01ff5422ea7a738e761 Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Tue, 5 Mar 2024 14:29:30 -0500 Subject: [PATCH 3/6] Prep release notes --- CHANGELOG.md | 105 +++++++++++++++++++++++++++++---------------------- 1 file changed, 59 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4425b864..1ce7f5de7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,145 +13,147 @@ We manage release notes in this file instead of the paginated Github Releases Pa Table of Contents - [React Router Releases](#react-router-releases) - - [v6.22.2](#v6222) + - [v6.22.3](#v6223) - [Patch Changes](#patch-changes) - - [v6.22.1](#v6221) + - [v6.22.2](#v6222) - [Patch Changes](#patch-changes-1) + - [v6.22.1](#v6221) + - [Patch Changes](#patch-changes-2) - [v6.22.0](#v6220) - [What's Changed](#whats-changed) - [Core Web Vitals Technology Report Flag](#core-web-vitals-technology-report-flag) - [Minor Changes](#minor-changes) - - [Patch Changes](#patch-changes-2) - - [v6.21.3](#v6213) - [Patch Changes](#patch-changes-3) - - [v6.21.2](#v6212) + - [v6.21.3](#v6213) - [Patch Changes](#patch-changes-4) - - [v6.21.1](#v6211) + - [v6.21.2](#v6212) - [Patch Changes](#patch-changes-5) + - [v6.21.1](#v6211) + - [Patch Changes](#patch-changes-6) - [v6.21.0](#v6210) - [What's Changed](#whats-changed-1) - [`future.v7_relativeSplatPath`](#futurev7_relativesplatpath) - [Partial Hydration](#partial-hydration) - [Minor Changes](#minor-changes-1) - - [Patch Changes](#patch-changes-6) - - [v6.20.1](#v6201) - [Patch Changes](#patch-changes-7) + - [v6.20.1](#v6201) + - [Patch Changes](#patch-changes-8) - [v6.20.0](#v6200) - [Minor Changes](#minor-changes-2) - - [Patch Changes](#patch-changes-8) + - [Patch Changes](#patch-changes-9) - [v6.19.0](#v6190) - [What's Changed](#whats-changed-2) - [`unstable_flushSync` API](#unstable_flushsync-api) - [Minor Changes](#minor-changes-3) - - [Patch Changes](#patch-changes-9) + - [Patch Changes](#patch-changes-10) - [v6.18.0](#v6180) - [What's Changed](#whats-changed-3) - [New Fetcher APIs](#new-fetcher-apis) - [Persistence Future Flag (`future.v7_fetcherPersist`)](#persistence-future-flag-futurev7_fetcherpersist) - [Minor Changes](#minor-changes-4) - - [Patch Changes](#patch-changes-10) + - [Patch Changes](#patch-changes-11) - [v6.17.0](#v6170) - [What's Changed](#whats-changed-4) - [View Transitions 🚀](#view-transitions-) - [Minor Changes](#minor-changes-5) - - [Patch Changes](#patch-changes-11) + - [Patch Changes](#patch-changes-12) - [v6.16.0](#v6160) - [Minor Changes](#minor-changes-6) - - [Patch Changes](#patch-changes-12) + - [Patch Changes](#patch-changes-13) - [v6.15.0](#v6150) - [Minor Changes](#minor-changes-7) - - [Patch Changes](#patch-changes-13) - - [v6.14.2](#v6142) - [Patch Changes](#patch-changes-14) - - [v6.14.1](#v6141) + - [v6.14.2](#v6142) - [Patch Changes](#patch-changes-15) + - [v6.14.1](#v6141) + - [Patch Changes](#patch-changes-16) - [v6.14.0](#v6140) - [What's Changed](#whats-changed-5) - [JSON/Text Submissions](#jsontext-submissions) - [Minor Changes](#minor-changes-8) - - [Patch Changes](#patch-changes-16) + - [Patch Changes](#patch-changes-17) - [v6.13.0](#v6130) - [What's Changed](#whats-changed-6) - [Minor Changes](#minor-changes-9) - - [Patch Changes](#patch-changes-17) - - [v6.12.1](#v6121) - [Patch Changes](#patch-changes-18) + - [v6.12.1](#v6121) + - [Patch Changes](#patch-changes-19) - [v6.12.0](#v6120) - [What's Changed](#whats-changed-7) - [`React.startTransition` support](#reactstarttransition-support) - [Minor Changes](#minor-changes-10) - - [Patch Changes](#patch-changes-19) - - [v6.11.2](#v6112) - [Patch Changes](#patch-changes-20) - - [v6.11.1](#v6111) + - [v6.11.2](#v6112) - [Patch Changes](#patch-changes-21) + - [v6.11.1](#v6111) + - [Patch Changes](#patch-changes-22) - [v6.11.0](#v6110) - [Minor Changes](#minor-changes-11) - - [Patch Changes](#patch-changes-22) + - [Patch Changes](#patch-changes-23) - [v6.10.0](#v6100) - [What's Changed](#whats-changed-8) - [Minor Changes](#minor-changes-12) - - [Patch Changes](#patch-changes-23) + - [Patch Changes](#patch-changes-24) - [v6.9.0](#v690) - [What's Changed](#whats-changed-9) - [`Component`/`ErrorBoundary` route properties](#componenterrorboundary-route-properties) - [Introducing Lazy Route Modules](#introducing-lazy-route-modules) - [Minor Changes](#minor-changes-13) - - [Patch Changes](#patch-changes-24) - - [v6.8.2](#v682) - [Patch Changes](#patch-changes-25) - - [v6.8.1](#v681) + - [v6.8.2](#v682) - [Patch Changes](#patch-changes-26) + - [v6.8.1](#v681) + - [Patch Changes](#patch-changes-27) - [v6.8.0](#v680) - [Minor Changes](#minor-changes-14) - - [Patch Changes](#patch-changes-27) + - [Patch Changes](#patch-changes-28) - [v6.7.0](#v670) - [Minor Changes](#minor-changes-15) - - [Patch Changes](#patch-changes-28) - - [v6.6.2](#v662) - [Patch Changes](#patch-changes-29) - - [v6.6.1](#v661) + - [v6.6.2](#v662) - [Patch Changes](#patch-changes-30) + - [v6.6.1](#v661) + - [Patch Changes](#patch-changes-31) - [v6.6.0](#v660) - [What's Changed](#whats-changed-10) - [Minor Changes](#minor-changes-16) - - [Patch Changes](#patch-changes-31) + - [Patch Changes](#patch-changes-32) - [v6.5.0](#v650) - [What's Changed](#whats-changed-11) - [Minor Changes](#minor-changes-17) - - [Patch Changes](#patch-changes-32) - - [v6.4.5](#v645) - [Patch Changes](#patch-changes-33) - - [v6.4.4](#v644) + - [v6.4.5](#v645) - [Patch Changes](#patch-changes-34) - - [v6.4.3](#v643) + - [v6.4.4](#v644) - [Patch Changes](#patch-changes-35) - - [v6.4.2](#v642) + - [v6.4.3](#v643) - [Patch Changes](#patch-changes-36) - - [v6.4.1](#v641) + - [v6.4.2](#v642) - [Patch Changes](#patch-changes-37) + - [v6.4.1](#v641) + - [Patch Changes](#patch-changes-38) - [v6.4.0](#v640) - [What's Changed](#whats-changed-12) - [Remix Data APIs](#remix-data-apis) - - [Patch Changes](#patch-changes-38) + - [Patch Changes](#patch-changes-39) - [v6.3.0](#v630) - [Minor Changes](#minor-changes-18) - [v6.2.2](#v622) - - [Patch Changes](#patch-changes-39) - - [v6.2.1](#v621) - [Patch Changes](#patch-changes-40) + - [v6.2.1](#v621) + - [Patch Changes](#patch-changes-41) - [v6.2.0](#v620) - [Minor Changes](#minor-changes-19) - - [Patch Changes](#patch-changes-41) - - [v6.1.1](#v611) - [Patch Changes](#patch-changes-42) + - [v6.1.1](#v611) + - [Patch Changes](#patch-changes-43) - [v6.1.0](#v610) - [Minor Changes](#minor-changes-20) - - [Patch Changes](#patch-changes-43) - - [v6.0.2](#v602) - [Patch Changes](#patch-changes-44) - - [v6.0.1](#v601) + - [v6.0.2](#v602) - [Patch Changes](#patch-changes-45) + - [v6.0.1](#v601) + - [Patch Changes](#patch-changes-46) - [v6.0.0](#v600) @@ -175,6 +177,17 @@ Date: YYYY-MM-DD **Full Changelog**: [`v6.X.Y...v6.X.Y`](https://github.com/remix-run/react-router/compare/react-router@6.X.Y...react-router@6.X.Y) --> +## v6.22.3 + +Date: 2024-03-06 + +### Patch Changes + +- Fix a `future.v7_partialHydration` bug that would re-run loaders below the boundary on hydration if SSR loader errors bubbled to a parent boundary ([#11324](https://github.com/remix-run/react-router/pull/11324)) +- Fix a `future.v7_partialHydration` bug that would consider the router uninitialized if a route did not have a loader ([#11325](https://github.com/remix-run/react-router/pull/11325)) + +**Full Changelog**: [`v6.22.2...v6.22.3`](https://github.com/remix-run/react-router/compare/react-router@6.22.2...react-router@6.22.3) + ## v6.22.2 Date: 2024-02-28 From 1d1f3cb15afc7eb977abe412d80da40b67993286 Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Thu, 7 Mar 2024 09:47:42 -0500 Subject: [PATCH 4/6] Exit prerelease mode --- .changeset/pre.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 4ec184f171..6e96cdd9ca 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -1,5 +1,5 @@ { - "mode": "pre", + "mode": "exit", "tag": "pre", "initialVersions": { "react-router": "6.22.2", From 510c2c2ab547202804030660a68a551b8ff2d316 Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Thu, 7 Mar 2024 09:47:55 -0500 Subject: [PATCH 5/6] Update date on release notes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce7f5de7f..44e8c5d6f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -179,7 +179,7 @@ Date: YYYY-MM-DD ## v6.22.3 -Date: 2024-03-06 +Date: 2024-03-07 ### Patch Changes From 67009e1727e7c1d06896c1a1fd78dc6161d86c94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:15:28 -0500 Subject: [PATCH 6/6] chore: Update version for release (#11329) Co-authored-by: github-actions[bot] --- .changeset/partial-hydration-bubbled-error.md | 5 ----- .changeset/partial-hydration-no-loader.md | 5 ----- .changeset/pre.json | 15 --------------- packages/react-router-dom-v5-compat/CHANGELOG.md | 6 +++--- packages/react-router-dom-v5-compat/package.json | 4 ++-- packages/react-router-dom/CHANGELOG.md | 6 +++--- packages/react-router-dom/package.json | 6 +++--- packages/react-router-native/CHANGELOG.md | 4 ++-- packages/react-router-native/package.json | 4 ++-- packages/react-router/CHANGELOG.md | 4 ++-- packages/react-router/package.json | 4 ++-- packages/router/CHANGELOG.md | 2 +- packages/router/package.json | 2 +- 13 files changed, 21 insertions(+), 46 deletions(-) delete mode 100644 .changeset/partial-hydration-bubbled-error.md delete mode 100644 .changeset/partial-hydration-no-loader.md delete mode 100644 .changeset/pre.json diff --git a/.changeset/partial-hydration-bubbled-error.md b/.changeset/partial-hydration-bubbled-error.md deleted file mode 100644 index c0b2bef50d..0000000000 --- a/.changeset/partial-hydration-bubbled-error.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@remix-run/router": patch ---- - -Fix a `future.v7_partialHydration` bug that would re-run loaders below the boundary on hydration if SSR loader errors bubbled to a parent boundary diff --git a/.changeset/partial-hydration-no-loader.md b/.changeset/partial-hydration-no-loader.md deleted file mode 100644 index b0e5be1116..0000000000 --- a/.changeset/partial-hydration-no-loader.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@remix-run/router": patch ---- - -Fix a `future.v7_partialHydration` bug that would consider the router uninitialized if a route did not have a loader diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 6e96cdd9ca..0000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "mode": "exit", - "tag": "pre", - "initialVersions": { - "react-router": "6.22.2", - "react-router-dom": "6.22.2", - "react-router-dom-v5-compat": "6.22.2", - "react-router-native": "6.22.2", - "@remix-run/router": "1.15.2" - }, - "changesets": [ - "partial-hydration-bubbled-error", - "partial-hydration-no-loader" - ] -} diff --git a/packages/react-router-dom-v5-compat/CHANGELOG.md b/packages/react-router-dom-v5-compat/CHANGELOG.md index a1b714352f..d2d34d7b39 100644 --- a/packages/react-router-dom-v5-compat/CHANGELOG.md +++ b/packages/react-router-dom-v5-compat/CHANGELOG.md @@ -1,12 +1,12 @@ # `react-router-dom-v5-compat` -## 6.22.3-pre.0 +## 6.22.3 ### Patch Changes - Updated dependencies: - - `react-router@6.22.3-pre.0` - - `react-router-dom@6.22.3-pre.0` + - `react-router@6.22.3` + - `react-router-dom@6.22.3` ## 6.22.2 diff --git a/packages/react-router-dom-v5-compat/package.json b/packages/react-router-dom-v5-compat/package.json index cd21f9e3f6..994ec16148 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.22.3-pre.0", + "version": "6.22.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.22.3-pre.0" + "react-router": "6.22.3" }, "peerDependencies": { "react": ">=16.8", diff --git a/packages/react-router-dom/CHANGELOG.md b/packages/react-router-dom/CHANGELOG.md index 94bf4a4829..1122670fbf 100644 --- a/packages/react-router-dom/CHANGELOG.md +++ b/packages/react-router-dom/CHANGELOG.md @@ -1,12 +1,12 @@ # `react-router-dom` -## 6.22.3-pre.0 +## 6.22.3 ### Patch Changes - Updated dependencies: - - `@remix-run/router@1.15.3-pre.0` - - `react-router@6.22.3-pre.0` + - `@remix-run/router@1.15.3` + - `react-router@6.22.3` ## 6.22.2 diff --git a/packages/react-router-dom/package.json b/packages/react-router-dom/package.json index 4d7810511e..31761ae284 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.22.3-pre.0", + "version": "6.22.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.15.3-pre.0", - "react-router": "6.22.3-pre.0" + "@remix-run/router": "1.15.3", + "react-router": "6.22.3" }, "devDependencies": { "react": "^18.2.0", diff --git a/packages/react-router-native/CHANGELOG.md b/packages/react-router-native/CHANGELOG.md index 02fe732841..7f4c448440 100644 --- a/packages/react-router-native/CHANGELOG.md +++ b/packages/react-router-native/CHANGELOG.md @@ -1,11 +1,11 @@ # `react-router-native` -## 6.22.3-pre.0 +## 6.22.3 ### Patch Changes - Updated dependencies: - - `react-router@6.22.3-pre.0` + - `react-router@6.22.3` ## 6.22.2 diff --git a/packages/react-router-native/package.json b/packages/react-router-native/package.json index 28fefcb451..28436b514b 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.22.3-pre.0", + "version": "6.22.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.2.2", - "react-router": "6.22.3-pre.0" + "react-router": "6.22.3" }, "devDependencies": { "react": "^18.2.0", diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 563765eedf..adb2265b21 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -1,11 +1,11 @@ # `react-router` -## 6.22.3-pre.0 +## 6.22.3 ### Patch Changes - Updated dependencies: - - `@remix-run/router@1.15.3-pre.0` + - `@remix-run/router@1.15.3` ## 6.22.2 diff --git a/packages/react-router/package.json b/packages/react-router/package.json index a57a047452..0c63872cdf 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "react-router", - "version": "6.22.3-pre.0", + "version": "6.22.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.15.3-pre.0" + "@remix-run/router": "1.15.3" }, "devDependencies": { "react": "^18.2.0" diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 3b667ffe8f..ac112bde1e 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,6 +1,6 @@ # `@remix-run/router` -## 1.15.3-pre.0 +## 1.15.3 ### Patch Changes diff --git a/packages/router/package.json b/packages/router/package.json index 449b9bfb0d..68f6d00e32 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@remix-run/router", - "version": "1.15.3-pre.0", + "version": "1.15.3", "description": "Nested/Data-driven/Framework-agnostic Routing", "keywords": [ "remix",