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

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,11 @@
1
1
  # `@remix-run/router`
2
2
 
3
- ## 1.2.1-pre.1
3
+ ## 1.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Include submission info in `shouldRevalidate` on action redirects ([#9777](https://github.com/remix-run/react-router/pull/9777), [#9782](https://github.com/remix-run/react-router/pull/9782))
7
8
  - Reset `actionData` on action redirect to current location ([#9772](https://github.com/remix-run/react-router/pull/9772))
8
- - Fix fetcher shouldRevalidate ([#9782](https://github.com/remix-run/react-router/pull/9782))
9
-
10
- ## 1.2.1-pre.0
11
-
12
- ### Patch Changes
13
-
14
- - Include submission info in `shouldRevalidate` on action redirects ([#9777](https://github.com/remix-run/react-router/pull/9777))
15
9
 
16
10
  ## 1.2.0
17
11
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.2.1-pre.1
2
+ * @remix-run/router v1.2.1
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.2.1-pre.1
2
+ * @remix-run/router v1.2.1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.2.1-pre.1
2
+ * @remix-run/router v1.2.1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.2.1-pre.1
2
+ * @remix-run/router v1.2.1
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.2.1-pre.1",
3
+ "version": "1.2.1",
4
4
  "description": "Nested/Data-driven/Framework-agnostic Routing",
5
5
  "keywords": [
6
6
  "remix",