@modern-js/monorepo-tools 2.29.0 → 2.31.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @modern-js/monorepo-tools
2
2
 
3
+ ## 2.31.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2361ce8]
8
+ - Updated dependencies [4c03d9a]
9
+ - Updated dependencies [1882366]
10
+ - @modern-js/core@2.31.0
11
+ - @modern-js/utils@2.31.0
12
+ - @modern-js/plugin-changeset@2.31.0
13
+ - @modern-js/plugin-lint@2.31.0
14
+ - @modern-js/plugin-i18n@2.31.0
15
+ - @modern-js/new-action@2.31.0
16
+ - @modern-js/plugin@2.31.0
17
+ - @modern-js/upgrade@2.31.0
18
+
19
+ ## 2.30.0
20
+
21
+ ### Patch Changes
22
+
23
+ - c03be09: feat(CLI): print solution name and version to terminal
24
+
25
+ feat(CLI): 在控制台输出 solution 的名称和版本
26
+
27
+ - Updated dependencies [c03be09]
28
+ - @modern-js/core@2.30.0
29
+ - @modern-js/utils@2.30.0
30
+ - @modern-js/plugin-changeset@2.30.0
31
+ - @modern-js/plugin-lint@2.30.0
32
+ - @modern-js/plugin-i18n@2.30.0
33
+ - @modern-js/new-action@2.30.0
34
+ - @modern-js/plugin@2.30.0
35
+ - @modern-js/upgrade@2.30.0
36
+
3
37
  ## 2.29.0
4
38
 
5
39
  ### Patch Changes
package/bin/modern.js CHANGED
@@ -1,3 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- require('@modern-js/core/runBin').run({});
3
+ require('@modern-js/core/runBin').run({
4
+ initialLog: `@modern-js/monorepo-tools v${
5
+ require('../package.json').version
6
+ }`,
7
+ });
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.29.0",
18
+ "version": "2.31.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -43,14 +43,14 @@
43
43
  "md5": "^2.3.0",
44
44
  "p-map": "^4.0.0",
45
45
  "@swc/helpers": "0.5.1",
46
- "@modern-js/core": "2.29.0",
47
- "@modern-js/new-action": "2.29.0",
48
- "@modern-js/upgrade": "2.29.0",
49
- "@modern-js/plugin": "2.29.0",
50
- "@modern-js/plugin-changeset": "2.29.0",
51
- "@modern-js/plugin-i18n": "2.29.0",
52
- "@modern-js/plugin-lint": "2.29.0",
53
- "@modern-js/utils": "2.29.0"
46
+ "@modern-js/core": "2.31.0",
47
+ "@modern-js/new-action": "2.31.0",
48
+ "@modern-js/upgrade": "2.31.0",
49
+ "@modern-js/plugin": "2.31.0",
50
+ "@modern-js/plugin-changeset": "2.31.0",
51
+ "@modern-js/plugin-i18n": "2.31.0",
52
+ "@modern-js/plugin-lint": "2.31.0",
53
+ "@modern-js/utils": "2.31.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/jest": "^29",
@@ -58,8 +58,8 @@
58
58
  "@types/node": "^14",
59
59
  "jest": "^29",
60
60
  "typescript": "^5",
61
- "@scripts/jest-config": "2.29.0",
62
- "@scripts/build": "2.29.0"
61
+ "@scripts/build": "2.31.0",
62
+ "@scripts/jest-config": "2.31.0"
63
63
  },
64
64
  "sideEffects": false,
65
65
  "publishConfig": {