@modern-js/runtime 2.31.0 → 2.31.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @modern-js/runtime
2
2
 
3
+ ## 2.31.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 99ffd10: fix: fix redefining the remixRouter issue
8
+ fix: 修复 remixRouter 重定义问题
9
+ - @modern-js/plugin@2.31.1
10
+ - @modern-js/types@2.31.1
11
+ - @modern-js/utils@2.31.1
12
+
3
13
  ## 2.31.0
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.31.0",
18
+ "version": "2.31.1",
19
19
  "engines": {
20
20
  "node": ">=14.17.6"
21
21
  },
@@ -173,9 +173,9 @@
173
173
  "redux-logger": "^3.0.6",
174
174
  "styled-components": "^5.3.1",
175
175
  "@swc/helpers": "0.5.1",
176
- "@modern-js/plugin": "2.31.0",
177
- "@modern-js/types": "2.31.0",
178
- "@modern-js/utils": "2.31.0"
176
+ "@modern-js/plugin": "2.31.1",
177
+ "@modern-js/types": "2.31.1",
178
+ "@modern-js/utils": "2.31.1"
179
179
  },
180
180
  "peerDependencies": {
181
181
  "react": ">=17",
@@ -196,11 +196,11 @@
196
196
  "ts-jest": "^29.1.0",
197
197
  "typescript": "^5",
198
198
  "webpack": "^5.88.1",
199
- "@modern-js/app-tools": "2.31.0",
200
- "@modern-js/core": "2.31.0",
201
- "@modern-js/server-core": "2.31.0",
202
- "@scripts/jest-config": "2.31.0",
203
- "@scripts/build": "2.31.0"
199
+ "@modern-js/app-tools": "2.31.1",
200
+ "@modern-js/core": "2.31.1",
201
+ "@modern-js/server-core": "2.31.1",
202
+ "@scripts/build": "2.31.1",
203
+ "@scripts/jest-config": "2.31.1"
204
204
  },
205
205
  "sideEffects": false,
206
206
  "publishConfig": {