@modern-js/types 2.0.0-beta.7 → 2.0.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 +15 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @modern-js/types
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- dda38c9c3e: chore: v2
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
12
|
+
|
|
13
|
+
feat: 使用 react-router@6.4 重构路由模块
|
|
14
|
+
|
|
15
|
+
- 8b8e1bb571: feat: support nested routes
|
|
16
|
+
feat: 支持嵌套路由
|
|
17
|
+
|
|
3
18
|
## 2.0.0-beta.7
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.0.0
|
|
14
|
+
"version": "2.0.0",
|
|
15
15
|
"types": "./index.d.ts",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": "./index.d.ts",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"http-proxy-middleware": "^2.0.4",
|
|
39
39
|
"jest": "^27",
|
|
40
40
|
"type-fest": "2.15.0",
|
|
41
|
-
"@scripts/
|
|
42
|
-
"@scripts/
|
|
41
|
+
"@scripts/build": "2.0.0",
|
|
42
|
+
"@scripts/jest-config": "2.0.0"
|
|
43
43
|
},
|
|
44
44
|
"sideEffects": false,
|
|
45
45
|
"publishConfig": {
|