@modern-js/utils 2.7.1-alpha.0 → 2.8.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 +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @modern-js/utils
2
2
 
3
+ ## 2.8.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 1104a9f18b: feat: support start web service only
8
+ feat: 支持只启动 web 服务
9
+ - 1f6ca2c7fb: fix: nested routes in ssg
10
+ fix: 修复嵌套路由在 SSG 中的问题
11
+
3
12
  ## 2.7.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.7.1-alpha.0",
14
+ "version": "2.8.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -161,15 +161,15 @@
161
161
  "react": ">=17.0.0",
162
162
  "react-dom": ">=17.0.0",
163
163
  "react-router-dom": "^6.8.1",
164
- "@modern-js/types": "2.7.0",
165
- "@scripts/build": "2.7.0",
166
- "@scripts/jest-config": "2.7.0",
167
164
  "@types/jest": "^27",
168
165
  "@types/node": "^14",
169
166
  "jest": "^27",
170
167
  "typescript": "^4",
171
168
  "webpack": "^5.75.0",
172
- "@types/serialize-javascript": "^5.0.1"
169
+ "@types/serialize-javascript": "^5.0.1",
170
+ "@modern-js/types": "2.8.0",
171
+ "@scripts/build": "2.8.0",
172
+ "@scripts/jest-config": "2.8.0"
173
173
  },
174
174
  "sideEffects": false,
175
175
  "scripts": {