@remix-run/router 1.5.0-pre.2 → 1.5.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,18 +1,6 @@
1
1
  # `@remix-run/router`
2
2
 
3
- ## 1.5.0-pre.2
4
-
5
- ### Patch Changes
6
-
7
- - Fix lint issue ([#10256](https://github.com/remix-run/react-router/pull/10256))
8
-
9
- ## 1.5.0-pre.1
10
-
11
- ### Patch Changes
12
-
13
- - Remove `instanceof` check for `DeferredData` to be resiliant to ESM/CJS boundaries in SSR bundling scenarios ([#10247](https://github.com/remix-run/react-router/pull/10247))
14
-
15
- ## 1.5.0-pre.0
3
+ ## 1.5.0
16
4
 
17
5
  ### Minor Changes
18
6
 
@@ -29,6 +17,7 @@
29
17
 
30
18
  - Provide fetcher submission to `shouldRevalidate` if the fetcher action redirects ([#10208](https://github.com/remix-run/react-router/pull/10208))
31
19
  - Properly handle `lazy()` errors during router initialization ([#10201](https://github.com/remix-run/react-router/pull/10201))
20
+ - Remove `instanceof` check for `DeferredData` to be resilient to ESM/CJS boundaries in SSR bundling scenarios ([#10247](https://github.com/remix-run/react-router/pull/10247))
32
21
  - Update to latest `@remix-run/web-fetch@4.3.3` ([#10216](https://github.com/remix-run/react-router/pull/10216))
33
22
 
34
23
  ## 1.4.0
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.5.0-pre.2
2
+ * @remix-run/router v1.5.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/router.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.5.0-pre.2
2
+ * @remix-run/router v1.5.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.5.0-pre.2
2
+ * @remix-run/router v1.5.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.5.0-pre.2
2
+ * @remix-run/router v1.5.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": "@remix-run/router",
3
- "version": "1.5.0-pre.2",
3
+ "version": "1.5.0",
4
4
  "description": "Nested/Data-driven/Framework-agnostic Routing",
5
5
  "keywords": [
6
6
  "remix",