@remix-run/router 1.17.0-pre.0 → 1.17.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,13 +1,13 @@
1
1
  # `@remix-run/router`
2
2
 
3
- ## 1.17.0-pre.0
3
+ ## 1.17.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - Add support for Lazy Route Discovery (a.k.a. Fog of War) ([#11626](https://github.com/remix-run/react-router/pull/11626))
8
8
 
9
- - RFC: https://github.com/remix-run/react-router/discussions/11113
10
- - `unstable_patchRoutesOnMiss` docs: https://reactrouter.com/en/main/routers/create-browser-router
9
+ - RFC: <https://github.com/remix-run/react-router/discussions/11113>
10
+ - `unstable_patchRoutesOnMiss` docs: <https://reactrouter.com/en/main/routers/create-browser-router>
11
11
 
12
12
  ## 1.16.1
13
13
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.17.0-pre.0
2
+ * @remix-run/router v1.17.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.17.0-pre.0
2
+ * @remix-run/router v1.17.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.17.0-pre.0
2
+ * @remix-run/router v1.17.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.17.0-pre.0
2
+ * @remix-run/router v1.17.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.17.0-pre.0",
3
+ "version": "1.17.0",
4
4
  "description": "Nested/Data-driven/Framework-agnostic Routing",
5
5
  "keywords": [
6
6
  "remix",