@remix-run/router 1.3.3-pre.1 → 1.3.3

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,17 +1,12 @@
1
1
  # `@remix-run/router`
2
2
 
3
- ## 1.3.3-pre.1
3
+ ## 1.3.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Correctly perform a "hard" redirect for same-origin absolute URLs outside of the router basename ([#10076](https://github.com/remix-run/react-router/pull/10076))
8
-
9
- ## 1.3.3-pre.0
10
-
11
- ### Patch Changes
12
-
13
- - Change `invariant` to an `UNSAFE_` export since it's only intended for internal use ([#10066](https://github.com/remix-run/react-router/pull/10066))
7
+ - Correctly perform a hard redirect for same-origin absolute URLs outside of the router `basename` ([#10076](https://github.com/remix-run/react-router/pull/10076))
14
8
  - Ensure status code and headers are maintained for `defer` loader responses in `createStaticHandler`'s `query()` method ([#10077](https://github.com/remix-run/react-router/pull/10077))
9
+ - Change `invariant` to an `UNSAFE_invariant` export since it's only intended for internal use ([#10066](https://github.com/remix-run/react-router/pull/10066))
15
10
  - Add internal API for custom HMR implementations ([#9996](https://github.com/remix-run/react-router/pull/9996))
16
11
 
17
12
  ## 1.3.2
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.3.3-pre.1
2
+ * @remix-run/router v1.3.3
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.3.3-pre.1
2
+ * @remix-run/router v1.3.3
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.3.3-pre.1
2
+ * @remix-run/router v1.3.3
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.3.3-pre.1
2
+ * @remix-run/router v1.3.3
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.3.3-pre.1",
3
+ "version": "1.3.3",
4
4
  "description": "Nested/Data-driven/Framework-agnostic Routing",
5
5
  "keywords": [
6
6
  "remix",