@next-core/build-config-factory 2.18.3 → 2.18.4

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 +11 -53
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,113 +3,71 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [2.18.3](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.2...@next-core/build-config-factory@2.18.3) (2021-12-15)
6
+ ## [2.18.4](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.3...@next-core/build-config-factory@2.18.4) (2021-12-17)
7
7
 
8
+ **Note:** Version bump only for package @next-core/build-config-factory
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * rename contract.json -> contracts.json ([dc35786](https://github.com/easyops-cn/next-core/commit/dc3578631edb9f79d9d0bb40e61680d1a5d9cf11))
12
11
 
13
12
 
14
13
 
14
+ ## [2.18.3](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.2...@next-core/build-config-factory@2.18.3) (2021-12-15)
15
15
 
16
+ ### Bug Fixes
17
+
18
+ - rename contract.json -> contracts.json ([dc35786](https://github.com/easyops-cn/next-core/commit/dc3578631edb9f79d9d0bb40e61680d1a5d9cf11))
16
19
 
17
20
  ## [2.18.2](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.1...@next-core/build-config-factory@2.18.2) (2021-12-13)
18
21
 
19
22
  **Note:** Version bump only for package @next-core/build-config-factory
20
23
 
21
-
22
-
23
-
24
-
25
24
  ## [2.18.1](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.0...@next-core/build-config-factory@2.18.1) (2021-12-09)
26
25
 
27
-
28
26
  ### Bug Fixes
29
27
 
30
- * add namespace ([8c81028](https://github.com/easyops-cn/next-core/commit/8c8102806ff1dd39ec5389fa83876d012f2f104a))
31
-
32
-
33
-
34
-
28
+ - add namespace ([8c81028](https://github.com/easyops-cn/next-core/commit/8c8102806ff1dd39ec5389fa83876d012f2f104a))
35
29
 
36
30
  # [2.18.0](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.9...@next-core/build-config-factory@2.18.0) (2021-12-06)
37
31
 
38
-
39
32
  ### Bug Fixes
40
33
 
41
- * refactor generate contract ([0a40c3a](https://github.com/easyops-cn/next-core/commit/0a40c3a6889db1465250a126dda0112ea5ca1a2c))
42
-
34
+ - refactor generate contract ([0a40c3a](https://github.com/easyops-cn/next-core/commit/0a40c3a6889db1465250a126dda0112ea5ca1a2c))
43
35
 
44
36
  ### Features
45
37
 
46
- * generate new contract.json after build provider-of-* package ([cbf7f96](https://github.com/easyops-cn/next-core/commit/cbf7f96d0130bd4a680fec11d9371c4e9bc01f5b))
47
-
48
-
49
-
50
-
38
+ - generate new contract.json after build provider-of-\* package ([cbf7f96](https://github.com/easyops-cn/next-core/commit/cbf7f96d0130bd4a680fec11d9371c4e9bc01f5b))
51
39
 
52
40
  ## [2.17.9](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.8...@next-core/build-config-factory@2.17.9) (2021-12-03)
53
41
 
54
42
  **Note:** Version bump only for package @next-core/build-config-factory
55
43
 
56
-
57
-
58
-
59
-
60
44
  ## [2.17.8](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.7...@next-core/build-config-factory@2.17.8) (2021-11-29)
61
45
 
62
46
  **Note:** Version bump only for package @next-core/build-config-factory
63
47
 
64
-
65
-
66
-
67
-
68
48
  ## [2.17.7](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.6...@next-core/build-config-factory@2.17.7) (2021-11-26)
69
49
 
70
50
  **Note:** Version bump only for package @next-core/build-config-factory
71
51
 
72
-
73
-
74
-
75
-
76
52
  ## [2.17.6](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.5...@next-core/build-config-factory@2.17.6) (2021-11-25)
77
53
 
78
54
  **Note:** Version bump only for package @next-core/build-config-factory
79
55
 
80
-
81
-
82
-
83
-
84
56
  ## [2.17.5](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.4...@next-core/build-config-factory@2.17.5) (2021-11-23)
85
57
 
86
58
  **Note:** Version bump only for package @next-core/build-config-factory
87
59
 
88
-
89
-
90
-
91
-
92
60
  ## [2.17.4](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.3...@next-core/build-config-factory@2.17.4) (2021-11-19)
93
61
 
94
-
95
62
  ### Bug Fixes
96
63
 
97
- * fix postcss-loader after upgraded postcss to v8 ([d232c1d](https://github.com/easyops-cn/next-core/commit/d232c1dcad2f77bd1d6b558d6ec6db7f3fd9235e))
98
-
99
-
100
-
101
-
64
+ - fix postcss-loader after upgraded postcss to v8 ([d232c1d](https://github.com/easyops-cn/next-core/commit/d232c1dcad2f77bd1d6b558d6ec6db7f3fd9235e))
102
65
 
103
66
  ## [2.17.3](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.2...@next-core/build-config-factory@2.17.3) (2021-11-18)
104
67
 
105
-
106
68
  ### Bug Fixes
107
69
 
108
- * fix generating brick contracts ([6e94f82](https://github.com/easyops-cn/next-core/commit/6e94f8245df5a15c21b25d9f4de88cbc86d2212f))
109
-
110
-
111
-
112
-
70
+ - fix generating brick contracts ([6e94f82](https://github.com/easyops-cn/next-core/commit/6e94f8245df5a15c21b25d9f4de88cbc86d2212f))
113
71
 
114
72
  ## [2.17.2](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.1...@next-core/build-config-factory@2.17.2) (2021-11-16)
115
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/build-config-factory",
3
- "version": "2.18.3",
3
+ "version": "2.18.4",
4
4
  "description": "build config factory",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/build-config-factory",
6
6
  "license": "GPL-3.0",
@@ -18,10 +18,10 @@
18
18
  },
19
19
  "sideEffects": false,
20
20
  "dependencies": {
21
- "@next-core/brick-utils": "^2.31.2",
21
+ "@next-core/brick-utils": "^2.31.3",
22
22
  "@next-core/repo-config": "^0.2.1",
23
23
  "@next-core/typedoc-plugin-filter-inherit": "^1.0.0",
24
- "@next-core/webpack-config-factory": "^2.14.5",
24
+ "@next-core/webpack-config-factory": "^2.14.6",
25
25
  "change-case": "^4.1.2",
26
26
  "chokidar": "^3.5.2",
27
27
  "fs-extra": "^10.0.0",
@@ -32,10 +32,10 @@
32
32
  "meow": "^9.0.0",
33
33
  "moment": "^2.29.1",
34
34
  "npmlog": "^6.0.0",
35
- "prettier": "^2.4.1",
35
+ "prettier": "^2.5.1",
36
36
  "rimraf": "^3.0.2",
37
37
  "typedoc": "^0.19.2",
38
38
  "typedoc-plugin-no-inherit": "^1.2.2"
39
39
  },
40
- "gitHead": "b51cbd4b51d3e54a0966c904b86448d5d2484c8e"
40
+ "gitHead": "7cda848a0251c7b3aa54b37f73c9608454364fed"
41
41
  }