@modern-js/plugin-router-v5 2.25.2 → 2.27.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +10 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @modern-js/plugin-router-v5
2
2
 
3
+ ## 2.27.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 8322a51: chore: migrate packages from tsc to module-lib build
8
+
9
+ chore: 将使用 tsc 的包迁移到 module-lib 构建
10
+
11
+ - Updated dependencies [91d14b8]
12
+ - Updated dependencies [6d7104d]
13
+ - @modern-js/utils@2.27.0
14
+ - @modern-js/plugin@2.27.0
15
+ - @modern-js/types@2.27.0
16
+
17
+ ## 2.26.0
18
+
19
+ ### Patch Changes
20
+
21
+ - @modern-js/plugin@2.26.0
22
+ - @modern-js/types@2.26.0
23
+ - @modern-js/utils@2.26.0
24
+
3
25
  ## 2.25.2
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.25.2",
18
+ "version": "2.27.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/cli/index.d.ts",
21
21
  "main": "./dist/cjs/cli/index.js",
@@ -60,9 +60,9 @@
60
60
  "hoist-non-react-statics": "^3.3.2",
61
61
  "react-router-dom": "^5.3.4",
62
62
  "@swc/helpers": "0.5.1",
63
- "@modern-js/plugin": "2.25.2",
64
- "@modern-js/types": "2.25.2",
65
- "@modern-js/utils": "2.25.2"
63
+ "@modern-js/plugin": "2.27.0",
64
+ "@modern-js/types": "2.27.0",
65
+ "@modern-js/utils": "2.27.0"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "react": ">=17",
@@ -78,15 +78,14 @@
78
78
  "react-dom": "^18",
79
79
  "ts-jest": "^29.1.0",
80
80
  "typescript": "^5",
81
- "@modern-js/app-tools": "2.25.2",
82
- "@modern-js/core": "2.25.2",
83
- "@modern-js/runtime": "2.25.2",
84
- "@modern-js/utils": "2.25.2",
85
- "@scripts/jest-config": "2.25.2",
86
- "@scripts/build": "2.25.2"
81
+ "@modern-js/app-tools": "2.27.0",
82
+ "@modern-js/core": "2.27.0",
83
+ "@modern-js/runtime": "2.27.0",
84
+ "@modern-js/utils": "2.27.0",
85
+ "@scripts/build": "2.27.0",
86
+ "@scripts/jest-config": "2.27.0"
87
87
  },
88
88
  "sideEffects": false,
89
- "modernConfig": {},
90
89
  "publishConfig": {
91
90
  "registry": "https://registry.npmjs.org/",
92
91
  "access": "public",