@remix-run/router 1.0.2-pre.0 → 1.0.2

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,12 @@
1
1
  # `@remix-run/router`
2
2
 
3
- ## 1.0.2-pre.0
3
+ ## 1.0.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - fix: throw error when receiving invalid path object ([#9375](https://github.com/remix-run/react-router/pull/9375))
8
- - fix: reset `actionData` after successful action redirect ([#9334](https://github.com/remix-run/react-router/pull/9334))
9
- - fix: update `matchPath` to avoid false positives on dash-separated segments ([#9300](https://github.com/remix-run/react-router/pull/9300))
10
- - fix: Strengthen `RouteObject`/`RouteProps` types and throw on `index` routes with `children` ([#9366](https://github.com/remix-run/react-router/pull/9366))
7
+ - Reset `actionData` after a successful action redirect ([#9334](https://github.com/remix-run/react-router/pull/9334))
8
+ - Update `matchPath` to avoid false positives on dash-separated segments ([#9300](https://github.com/remix-run/react-router/pull/9300))
9
+ - If an index route has children, it will result in a runtime error. We have strengthened our `RouteObject`/`RouteProps` types to surface the error in TypeScript. ([#9366](https://github.com/remix-run/react-router/pull/9366))
11
10
 
12
11
  ## 1.0.1
13
12
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.0.2-pre.0
2
+ * @remix-run/router v1.0.2
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.0.2-pre.0
2
+ * @remix-run/router v1.0.2
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.0.2-pre.0",
3
+ "version": "1.0.2",
4
4
  "description": "Nested/Data-driven/Framework-agnostic Routing",
5
5
  "keywords": [
6
6
  "remix",