@next-core/build-config-factory 2.18.48 → 2.18.51

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 +14 -25
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,71 +3,60 @@
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.48](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.47...@next-core/build-config-factory@2.18.48) (2022-06-23)
6
+ ## [2.18.51](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.50...@next-core/build-config-factory@2.18.51) (2022-06-27)
7
7
 
8
+ **Note:** Version bump only for package @next-core/build-config-factory
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * show inherited method ([779eddb](https://github.com/easyops-cn/next-core/commit/779eddbf7bee66b24566eaf0288a14ae05079f5f))
12
11
 
13
12
 
14
13
 
14
+ ## [2.18.50](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.49...@next-core/build-config-factory@2.18.50) (2022-06-24)
15
15
 
16
+ **Note:** Version bump only for package @next-core/build-config-factory
16
17
 
17
- ## [2.18.47](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.46...@next-core/build-config-factory@2.18.47) (2022-06-14)
18
18
 
19
19
 
20
- ### Bug Fixes
21
20
 
22
- * typo ([7e942d3](https://github.com/easyops-cn/next-core/commit/7e942d363d9af86875b10a167b50a5d0972835e0))
23
21
 
22
+ ## [2.18.49](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.48...@next-core/build-config-factory@2.18.49) (2022-06-24)
24
23
 
24
+ **Note:** Version bump only for package @next-core/build-config-factory
25
25
 
26
+ ## [2.18.48](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.47...@next-core/build-config-factory@2.18.48) (2022-06-23)
26
27
 
28
+ ### Bug Fixes
27
29
 
28
- ## [2.18.46](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.45...@next-core/build-config-factory@2.18.46) (2022-06-10)
30
+ - show inherited method ([779eddb](https://github.com/easyops-cn/next-core/commit/779eddbf7bee66b24566eaf0288a14ae05079f5f))
29
31
 
32
+ ## [2.18.47](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.46...@next-core/build-config-factory@2.18.47) (2022-06-14)
30
33
 
31
34
  ### Bug Fixes
32
35
 
33
- * support group i18n ([b8b774f](https://github.com/easyops-cn/next-core/commit/b8b774f705b5be23209b3839d0a12780dd5b9550))
34
-
36
+ - typo ([7e942d3](https://github.com/easyops-cn/next-core/commit/7e942d363d9af86875b10a167b50a5d0972835e0))
35
37
 
38
+ ## [2.18.46](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.45...@next-core/build-config-factory@2.18.46) (2022-06-10)
36
39
 
40
+ ### Bug Fixes
37
41
 
42
+ - support group i18n ([b8b774f](https://github.com/easyops-cn/next-core/commit/b8b774f705b5be23209b3839d0a12780dd5b9550))
38
43
 
39
44
  ## [2.18.45](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.44...@next-core/build-config-factory@2.18.45) (2022-06-06)
40
45
 
41
46
  **Note:** Version bump only for package @next-core/build-config-factory
42
47
 
43
-
44
-
45
-
46
-
47
48
  ## [2.18.44](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.43...@next-core/build-config-factory@2.18.44) (2022-05-26)
48
49
 
49
50
  **Note:** Version bump only for package @next-core/build-config-factory
50
51
 
51
-
52
-
53
-
54
-
55
52
  ## [2.18.43](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.42...@next-core/build-config-factory@2.18.43) (2022-05-10)
56
53
 
57
54
  **Note:** Version bump only for package @next-core/build-config-factory
58
55
 
59
-
60
-
61
-
62
-
63
56
  ## [2.18.42](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.41...@next-core/build-config-factory@2.18.42) (2022-05-09)
64
57
 
65
58
  **Note:** Version bump only for package @next-core/build-config-factory
66
59
 
67
-
68
-
69
-
70
-
71
60
  ## [2.18.41](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.40...@next-core/build-config-factory@2.18.41) (2022-05-07)
72
61
 
73
62
  **Note:** Version bump only for package @next-core/build-config-factory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/build-config-factory",
3
- "version": "2.18.48",
3
+ "version": "2.18.51",
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.37.17",
21
+ "@next-core/brick-utils": "^2.37.19",
22
22
  "@next-core/repo-config": "^0.2.1",
23
- "@next-core/typedoc-plugin-filter-inherit": "^1.2.0",
24
- "@next-core/webpack-config-factory": "^2.16.2",
23
+ "@next-core/typedoc-plugin-filter-inherit": "^1.2.2",
24
+ "@next-core/webpack-config-factory": "^2.16.5",
25
25
  "change-case": "^4.1.2",
26
26
  "chokidar": "^3.5.3",
27
27
  "fs-extra": "^10.1.0",
@@ -37,5 +37,5 @@
37
37
  "typedoc": "^0.19.2",
38
38
  "typedoc-plugin-no-inherit": "^1.2.2"
39
39
  },
40
- "gitHead": "fea00f68859e17286116e998c4b52bc287374a91"
40
+ "gitHead": "d514ec0e78f1d243f88eba481bdf4f8b6fd823e5"
41
41
  }