react-router 6.21.0-pre.3 → 6.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,22 +1,6 @@
1
1
  # `react-router`
2
2
 
3
- ## 6.21.0-pre.3
4
-
5
- ### Patch Changes
6
-
7
- - [REMOVE] Refactor internals for partial hydration ([#11094](https://github.com/remix-run/react-router/pull/11094))
8
- - Updated dependencies:
9
- - `@remix-run/router@1.14.0-pre.1`
10
-
11
- ## 6.21.0-pre.2
12
-
13
- ## 6.21.0-pre.1
14
-
15
- ### Patch Changes
16
-
17
- - [REMOVE] Fix plumbing of future flags ([`558d7936`](https://github.com/remix-run/react-router/commit/558d7936cc8fe643374a2c9a9fdcf022e8c4c939))
18
-
19
- ## 6.21.0-pre.0
3
+ ## 6.21.0
20
4
 
21
5
  ### Minor Changes
22
6
 
@@ -155,7 +139,7 @@
155
139
 
156
140
  - Properly handle falsy error values in ErrorBoundary's ([#11071](https://github.com/remix-run/react-router/pull/11071))
157
141
  - Updated dependencies:
158
- - `@remix-run/router@1.14.0-pre.0`
142
+ - `@remix-run/router@1.14.0`
159
143
 
160
144
  ## 6.20.1
161
145
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.21.0-pre.3
2
+ * React Router v6.21.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/main.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.21.0-pre.3
2
+ * React Router v6.21.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.21.0-pre.3
2
+ * React Router v6.21.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.21.0-pre.3
2
+ * React Router v6.21.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.21.0-pre.3
2
+ * React Router v6.21.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.21.0-pre.3
2
+ * React Router v6.21.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-router",
3
- "version": "6.21.0-pre.3",
3
+ "version": "6.21.0",
4
4
  "description": "Declarative routing for React",
5
5
  "keywords": [
6
6
  "react",
@@ -23,7 +23,7 @@
23
23
  "module": "./dist/index.js",
24
24
  "types": "./dist/index.d.ts",
25
25
  "dependencies": {
26
- "@remix-run/router": "1.14.0-pre.1"
26
+ "@remix-run/router": "1.14.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "^18.2.0"