@modern-js/monorepo-tools 1.3.3-beta.3 → 1.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +5 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @modern-js/monorepo-tools
2
2
 
3
+ ## 1.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e37ea5b2: feat: add afterMonorepoDeploy hook
8
+
9
+ ### Patch Changes
10
+
11
+ - 55e18278: chore: remove unused dependencies and devDependencies
12
+ - edc3bd3d: fix: @modern-js/core package not found
13
+ - Updated dependencies [969f172f]
14
+ - Updated dependencies [4c792f68]
15
+ - Updated dependencies [83059b93]
16
+ - Updated dependencies [4b5d4bf4]
17
+ - Updated dependencies [62f5b8c8]
18
+ - Updated dependencies [55e18278]
19
+ - Updated dependencies [4499a674]
20
+ - Updated dependencies [403f5169]
21
+ - Updated dependencies [a7f42f48]
22
+ - Updated dependencies [83059b93]
23
+ - @modern-js/core@1.4.4
24
+ - @modern-js/utils@1.3.3
25
+ - @modern-js/new-action@1.3.3
26
+
3
27
  ## 1.3.2
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.3.3-beta.3",
14
+ "version": "1.4.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -35,13 +35,14 @@
35
35
  "modern": "./bin/modern.js"
36
36
  },
37
37
  "dependencies": {
38
+ "@modern-js/core": "^1.4.4",
38
39
  "@babel/runtime": "^7",
39
40
  "@modern-js/i18n-cli-language-detector": "^1.2.1",
40
- "@modern-js/new-action": "^1.3.2",
41
+ "@modern-js/new-action": "^1.3.3",
41
42
  "@modern-js/plugin": "^1.2.1",
42
43
  "@modern-js/plugin-changeset": "^1.2.2",
43
44
  "@modern-js/plugin-i18n": "^1.2.1",
44
- "@modern-js/utils": "^1.3.2",
45
+ "@modern-js/utils": "^1.3.3",
45
46
  "@rushstack/node-core-library": "^3.39.1",
46
47
  "@rushstack/package-deps-hash": "^3.0.54",
47
48
  "anymatch": "^3.1.2",
@@ -54,11 +55,7 @@
54
55
  "p-map": "^4.0.0",
55
56
  "signale": "^1.4.0"
56
57
  },
57
- "peerDependencies": {
58
- "@modern-js/core": "^1.4.3"
59
- },
60
58
  "devDependencies": {
61
- "@modern-js/core": "^1.4.3",
62
59
  "@scripts/build": "0.0.0",
63
60
  "@scripts/jest-config": "0.0.0",
64
61
  "@types/jest": "^26",
@@ -80,8 +77,7 @@
80
77
  },
81
78
  "publishConfig": {
82
79
  "registry": "https://registry.npmjs.org/",
83
- "access": "public",
84
- "types": "./dist/types/index.d.ts"
80
+ "access": "public"
85
81
  },
86
82
  "scripts": {
87
83
  "new": "modern new",