@react-router/express 7.3.0-pre.0 → 7.3.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
  # `@react-router/express`
2
2
 
3
- ## 7.3.0-pre.0
3
+ ## 7.3.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Update `express` `peerDependency` to include v5 (https://github.com/remix-run/react-router/pull/13064) ([#12961](https://github.com/remix-run/react-router/pull/12961))
7
+ - Update `express` `peerDependency` to include v5 (<https://github.com/remix-run/react-router/pull/13064>) ([#12961](https://github.com/remix-run/react-router/pull/12961))
8
8
  - Updated dependencies:
9
- - `react-router@7.3.0-pre.0`
10
- - `@react-router/node@7.3.0-pre.0`
9
+ - `react-router@7.3.0`
10
+ - `@react-router/node@7.3.0`
11
11
 
12
12
  ## 7.2.0
13
13
 
@@ -85,7 +85,7 @@
85
85
 
86
86
  ### Major Changes
87
87
 
88
- - Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
88
+ - Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
89
89
  - update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
90
90
  - Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
91
91
  - node package no longer re-exports from react-router ([#11702](https://github.com/remix-run/react-router/pull/11702))
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/express v7.3.0-pre.0
2
+ * @react-router/express v7.3.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/express v7.3.0-pre.0
2
+ * @react-router/express v7.3.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": "@react-router/express",
3
- "version": "7.3.0-pre.0",
3
+ "version": "7.3.0",
4
4
  "description": "Express server request handler for React Router",
5
5
  "bugs": {
6
6
  "url": "https://github.com/remix-run/react-router/issues"
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "@react-router/node": "7.3.0-pre.0"
48
+ "@react-router/node": "7.3.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/express": "^4.17.9",
@@ -61,7 +61,7 @@
61
61
  "peerDependencies": {
62
62
  "express": "^4.17.1 || ^5",
63
63
  "typescript": "^5.1.0",
64
- "react-router": "7.3.0-pre.0"
64
+ "react-router": "7.3.0"
65
65
  },
66
66
  "peerDependenciesMeta": {
67
67
  "typescript": {