@modern-js/plugin-server-build 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 +14 -75
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,85 +1,24 @@
1
1
  # @modern-js/plugin-server-build
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
3
+ ## 1.1.1
45
4
 
46
- - [198](https://github.com/modern-js-dev/modern.js/issues/198)
47
-
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 命令报错问题
5
+ ### Patch Changes
75
6
 
76
- ISSUE
7
+ - 0fa83663: support more .env files
8
+ - Updated dependencies [6f7fe574]
9
+ - Updated dependencies [b011e0c5]
10
+ - Updated dependencies [0fa83663]
11
+ - Updated dependencies [f594fbc8]
12
+ - @modern-js/core@1.1.2
13
+ - @modern-js/server-utils@1.1.1
14
+ - @modern-js/babel-compiler@1.1.2
15
+ - @modern-js/utils@1.1.2
77
16
 
78
- - [180](https://github.com/modern-js-dev/modern.js/issues/180)
17
+ ## 1.1.0
79
18
 
80
- PR
19
+ ### Minor Changes
81
20
 
82
- - [214](https://github.com/modern-js-dev/modern.js/pull/214)
21
+ - 96119db2: Relese v1.1.0
83
22
 
84
23
  ### Patch Changes
85
24
 
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",
@@ -28,25 +28,25 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7",
31
- "@modern-js/babel-compiler": "^1.1.0",
32
- "@modern-js/server-utils": "^1.1.0",
33
- "@modern-js/utils": "^1.1.0",
31
+ "@modern-js/babel-compiler": "^1.1.2",
32
+ "@modern-js/server-utils": "^1.1.1",
33
+ "@modern-js/utils": "^1.1.2",
34
34
  "globby": "^12.0.2",
35
35
  "json5": "^2.2.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@modern-js/plugin-analyze": "^1.1.0",
38
+ "@modern-js/plugin-analyze": "^1.1.1",
39
39
  "@types/babel__core": "^7.1.15",
40
40
  "@types/jest": "^26",
41
41
  "@types/node": "^14",
42
42
  "ts-jest": "^27.0.5",
43
43
  "typescript": "^4",
44
- "@modern-js/core": "^1.1.0",
45
- "@modern-js/plugin-testing": "^1.0.2",
46
- "@modern-js/module-tools": "^1.0.2"
44
+ "@modern-js/core": "^1.1.2",
45
+ "@modern-js/plugin-testing": "^1.1.0",
46
+ "@modern-js/module-tools": "^1.1.0"
47
47
  },
48
48
  "peerDependencies": {
49
- "@modern-js/core": "^1.1.0"
49
+ "@modern-js/core": "^1.1.2"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "modernConfig": {