@modern-js/utils 1.7.4 → 1.7.7

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,26 @@
1
1
  # @modern-js/utils
2
2
 
3
+ ## 1.7.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 9377d2d9d: feat: support addPlugins util in tools.postcss
8
+ - 8c9ad1749: feat(babel-preset-base): prebundle babel plugins
9
+
10
+ ## 1.7.6
11
+
12
+ ### Patch Changes
13
+
14
+ - 6451a098: fix: cyclic dependencies of @modern-js/core and @moden-js/webpack
15
+ - d5a2cfd8: fix(utils): isModernjsMonorepo should return false if there is no package.json
16
+ - 437367c6: fix(server): hmr not working when using proxy
17
+
18
+ ## 1.7.5
19
+
20
+ ### Patch Changes
21
+
22
+ - 33de0f7ec: fix type export
23
+
3
24
  ## 1.7.4
4
25
 
5
26
  ### Patch Changes