@modern-js/utils 1.7.9-alpha.0 → 1.7.11

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 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,22 @@
1
1
  # @modern-js/utils
2
2
 
3
- ## 1.7.9-alpha.0
3
+ ## 1.7.11
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 9cd364e06: export ExecaError type
8
- - a90bc96bd: perf(babel): skip babel-plugin-import if package not installed
7
+ - nothing happen, only bump
8
+
9
+ ## 1.7.10
10
+
11
+ ### Patch Changes
12
+
13
+ - b82869d: export ExecaError type
14
+
15
+ ## 1.7.9
16
+
17
+ ### Patch Changes
18
+
19
+ - a90bc96: perf(babel): skip babel-plugin-import if package not installed
9
20
 
10
21
  ## 1.7.8
11
22
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.7.9-alpha.0",
14
+ "version": "1.7.11",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -98,7 +98,7 @@
98
98
  "lodash": "^4.17.21"
99
99
  },
100
100
  "devDependencies": {
101
- "@modern-js/types": "1.5.5-alpha.0",
101
+ "@modern-js/types": "1.5.5",
102
102
  "@scripts/build": "0.0.0",
103
103
  "@scripts/jest-config": "0.0.0",
104
104
  "@types/jest": "^27",