@modern-js/plugin 0.0.0-next-20221222085159 → 0.0.0-next-20221222140537

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 +15 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/plugin
2
2
 
3
- ## 0.0.0-next-20221222085159
3
+ ## 0.0.0-next-20221222140537
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -14,6 +14,20 @@
14
14
 
15
15
  fix: sortPlugins 没有真实生效
16
16
 
17
+ ## 2.0.0-beta.6
18
+
19
+ ### Major Changes
20
+
21
+ - dda38c9c3e: chore: v2
22
+
23
+ ### Patch Changes
24
+
25
+ - b8bbe036c7: feat: change type logic
26
+ feat: 修改类型相关的逻辑
27
+ - f179749375: fix: the sortPlugins api not work
28
+
29
+ fix: sortPlugins 没有真实生效
30
+
17
31
  ## 2.0.0-beta.4
18
32
 
19
33
  ### Major Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20221222085159",
14
+ "version": "0.0.0-next-20221222140537",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -36,8 +36,8 @@
36
36
  "@types/node": "^14",
37
37
  "typescript": "^4",
38
38
  "jest": "^27",
39
- "@scripts/build": "0.0.0-next-20221222085159",
40
- "@scripts/jest-config": "0.0.0-next-20221222085159"
39
+ "@scripts/jest-config": "0.0.0-next-20221222140537",
40
+ "@scripts/build": "0.0.0-next-20221222140537"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "publishConfig": {