@modern-js/plugin-docsite 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -77
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,87 +1,25 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
3
- ## 1.1.0
4
-
5
- ### Minor Changes
6
-
7
- - 96119db2: Relese v1.1.0
8
-
9
- 1. 全面支持 Windows 平台
10
-
11
- ISSUE:
12
-
13
- - [182](https://github.com/modern-js-dev/modern.js/issues/182)
14
- - [236](https://github.com/modern-js-dev/modern.js/issues/236)
15
-
16
- PR
17
-
18
- - [219](https://github.com/modern-js-dev/modern.js/pull/219)
19
- - [247](https://github.com/modern-js-dev/modern.js/pull/247)
20
- - [249](https://github.com/modern-js-dev/modern.js/pull/249)
21
- - [253](https://github.com/modern-js-dev/modern.js/pull/253)
22
- - [268](https://github.com/modern-js-dev/modern.js/pull/268)
23
- - [270](https://github.com/modern-js-dev/modern.js/pull/270)
24
- - [273](https://github.com/modern-js-dev/modern.js/pull/273)
25
- - [276](https://github.com/modern-js-dev/modern.js/pull/276)
26
-
27
- 2. 修复 Unbundled 模式启用问题
28
-
29
- ISSUE
30
-
31
- - [186](https://github.com/modern-js-dev/modern.js/issues/186)
32
- - [224](https://github.com/modern-js-dev/modern.js/issues/224)
33
- - [225](https://github.com/modern-js-dev/modern.js/issues/225)
34
- - [238](https://github.com/modern-js-dev/modern.js/issues/238)
35
-
36
- PR
37
-
38
- - [226](https://github.com/modern-js-dev/modern.js/pull/226)
39
- - [264](https://github.com/modern-js-dev/modern.js/pull/264)
40
- - [codesmith-12](https://github.com/modern-js-dev/codesmith/pull/12)
41
-
42
- 3. 修复模块工程方案 .npmignore 文件初始化未生成
43
-
44
- ISSUE
45
-
46
- - [198](https://github.com/modern-js-dev/modern.js/issues/198)
3
+ ## 1.1.1
47
4
 
48
- PR
49
-
50
- - [209](https://github.com/modern-js-dev/modern.js/pull/209)
51
-
52
- 4. 修复 Storybook 使用时浏览器打开页面报错
53
-
54
- ISSUE
55
-
56
- - [228](https://github.com/modern-js-dev/modern.js/issues/228)
57
-
58
- PR
59
-
60
- - [254](https://github.com/modern-js-dev/modern.js/pull/254)
61
-
62
- 5. 修复 BFF 一体化开发不支持 unbundle 模式
63
-
64
- ISSUE
65
-
66
- - [235](https://github.com/modern-js-dev/modern.js/issues/235)
67
- - [257](https://github.com/modern-js-dev/modern.js/issues/257)
68
-
69
- PR
70
-
71
- - [269](https://github.com/modern-js-dev/modern.js/pull/269)
72
- - [271](https://github.com/modern-js-dev/modern.js/pull/271)
73
-
74
- 6. 修复 Node17 dev 命令报错问题
75
-
76
- ISSUE
5
+ ### Patch Changes
77
6
 
78
- - [180](https://github.com/modern-js-dev/modern.js/issues/180)
7
+ - 0fa83663: support more .env files
8
+ - Updated dependencies [6f7fe574]
9
+ - Updated dependencies [e4755134]
10
+ - Updated dependencies [0fa83663]
11
+ - Updated dependencies [19b4f79e]
12
+ - Updated dependencies [f594fbc8]
13
+ - Updated dependencies [d1fde77a]
14
+ - @modern-js/core@1.1.2
15
+ - @modern-js/webpack@1.1.2
16
+ - @modern-js/utils@1.1.2
79
17
 
80
- PR
18
+ ## 1.1.0
81
19
 
82
- - [214](https://github.com/modern-js-dev/modern.js/pull/214)
20
+ ### Minor Changes
83
21
 
84
- ### Patch Changes
22
+ - 96119db2: Relese v1.1.0### Patch Changes
85
23
 
86
24
  - 6b802b2a: use path method from @modern-js/utils
87
25
  - Updated dependencies [96119db2]
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.1.0",
14
+ "version": "1.1.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -32,8 +32,8 @@
32
32
  "@babel/runtime": "^7",
33
33
  "@mdx-js/mdx": "^1.6.22",
34
34
  "@mdx-js/react": "^1.6.22",
35
- "@modern-js/utils": "^1.1.0",
36
- "@modern-js/webpack": "^1.1.0",
35
+ "@modern-js/utils": "^1.1.2",
36
+ "@modern-js/webpack": "^1.1.2",
37
37
  "antd": "^4.16.13",
38
38
  "chokidar": "^3.5.2",
39
39
  "core-js": "^3.17.2",
@@ -57,7 +57,7 @@
57
57
  "webpack-dev-server": "^4.1.1"
58
58
  },
59
59
  "devDependencies": {
60
- "@modern-js/module-tools-hooks": "^1.1.0",
60
+ "@modern-js/module-tools-hooks": "^1.1.1",
61
61
  "@types/core-js": "^2.5.5",
62
62
  "@types/github-slugger": "^1.3.0",
63
63
  "@types/glob": "^7.1.4",
@@ -68,12 +68,12 @@
68
68
  "@types/react-dom": "^17",
69
69
  "@types/webpack-dev-server": "^4.1.0",
70
70
  "typescript": "^4",
71
- "@modern-js/core": "^1.1.0",
72
- "@modern-js/plugin-testing": "^1.0.2",
73
- "@modern-js/module-tools": "^1.0.2"
71
+ "@modern-js/core": "^1.1.2",
72
+ "@modern-js/plugin-testing": "^1.1.0",
73
+ "@modern-js/module-tools": "^1.1.0"
74
74
  },
75
75
  "peerDependencies": {
76
- "@modern-js/core": "^1.1.0"
76
+ "@modern-js/core": "^1.1.2"
77
77
  },
78
78
  "sideEffects": false,
79
79
  "modernConfig": {