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

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 +8 -31
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,71 +3,48 @@
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)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * show inherited method ([779eddb](https://github.com/easyops-cn/next-core/commit/779eddbf7bee66b24566eaf0288a14ae05079f5f))
6
+ ## [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)
12
7
 
8
+ **Note:** Version bump only for package @next-core/build-config-factory
13
9
 
14
10
 
15
11
 
16
12
 
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
13
 
14
+ ## [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)
19
15
 
20
16
  ### Bug Fixes
21
17
 
22
- * typo ([7e942d3](https://github.com/easyops-cn/next-core/commit/7e942d363d9af86875b10a167b50a5d0972835e0))
23
-
18
+ - show inherited method ([779eddb](https://github.com/easyops-cn/next-core/commit/779eddbf7bee66b24566eaf0288a14ae05079f5f))
24
19
 
20
+ ## [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)
25
21
 
22
+ ### Bug Fixes
26
23
 
24
+ - typo ([7e942d3](https://github.com/easyops-cn/next-core/commit/7e942d363d9af86875b10a167b50a5d0972835e0))
27
25
 
28
26
  ## [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)
29
27
 
30
-
31
28
  ### Bug Fixes
32
29
 
33
- * support group i18n ([b8b774f](https://github.com/easyops-cn/next-core/commit/b8b774f705b5be23209b3839d0a12780dd5b9550))
34
-
35
-
36
-
37
-
30
+ - support group i18n ([b8b774f](https://github.com/easyops-cn/next-core/commit/b8b774f705b5be23209b3839d0a12780dd5b9550))
38
31
 
39
32
  ## [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
33
 
41
34
  **Note:** Version bump only for package @next-core/build-config-factory
42
35
 
43
-
44
-
45
-
46
-
47
36
  ## [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
37
 
49
38
  **Note:** Version bump only for package @next-core/build-config-factory
50
39
 
51
-
52
-
53
-
54
-
55
40
  ## [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
41
 
57
42
  **Note:** Version bump only for package @next-core/build-config-factory
58
43
 
59
-
60
-
61
-
62
-
63
44
  ## [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
45
 
65
46
  **Note:** Version bump only for package @next-core/build-config-factory
66
47
 
67
-
68
-
69
-
70
-
71
48
  ## [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
49
 
73
50
  **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.49",
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.18",
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.1",
24
+ "@next-core/webpack-config-factory": "^2.16.3",
25
25
  "change-case": "^4.1.2",
26
26
  "chokidar": "^3.5.3",
27
27
  "fs-extra": "^10.1.0",
@@ -32,10 +32,10 @@
32
32
  "meow": "^9.0.0",
33
33
  "moment": "^2.29.3",
34
34
  "npmlog": "^6.0.2",
35
- "prettier": "^2.6.2",
35
+ "prettier": "^2.7.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": "fea00f68859e17286116e998c4b52bc287374a91"
40
+ "gitHead": "5828708654c05d56554685add5dd6cd5733c881c"
41
41
  }