File tree Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Original file line number Diff line number Diff line change 4
4
#### :bug : Bug Fix
5
5
* ` @vue/cli-service `
6
6
* [ #7005 ] ( https://github.com/vuejs/vue-cli/pull/7005 ) Better handling of ` publicPath: 'auto' ` ([ @AndreiSoroka ] ( https://github.com/AndreiSoroka ) )
7
+ * ` @vue/cli-shared-utils ` , ` @vue/cli-ui `
8
+ * [ 75826d6] ( https://github.com/vuejs/vue-cli/commit/75826d6 ) fix: replace ` node-ipc ` with ` @achrinza/node-ipc ` to further secure the dependency chain
7
9
8
10
#### Committers: 1
9
11
- Andrei ([ @AndreiSoroka ] ( https://github.com/AndreiSoroka ) )
12
+ - Haoqun Jiang ([ @sodatea ] ( https://github.com/sodatea ) )
10
13
14
+ ## 5.0.3 (2022-03-15)
11
15
12
-
13
-
14
-
16
+ #### : bug : Bug Fix
17
+ * ` @vue/cli-shared-utils ` , ` @vue/cli-ui `
18
+ * Lock ` node-ipc ` to v9.2.1
15
19
16
20
## 5.0.2 (2022-03-15)
17
21
@@ -813,6 +817,24 @@ Ngo Wei Lin ([@Creastery](https://twitter.com/creastery)) of STAR Labs ([@starla
813
817
- Yazhe Wang ([ @jeneser ] ( https://github.com/jeneser ) )
814
818
815
819
820
+ ## 4.5.16 (2022-03-15)
821
+
822
+ #### :bug : Bug Fix
823
+ * ` @vue/cli-service `
824
+ * Fix demo-lib.html and demo-wc.html for Vue 2
825
+ * ` @vue/cli-shared-utils ` , ` @vue/cli-ui `
826
+ * Lock ` node-ipc ` to v9.2.1
827
+
828
+
829
+ ## 4.5.15 (2021-10-28)
830
+
831
+ #### Bug Fixes
832
+
833
+ * fix: set ` .mjs ` file type to ` javascript/auto ` [[ 15b1e1b]] ( https://github.com/vuejs/vue-cli/commit/15b1e1b6bfa40fe0b69db304a2439c66ff9ba65f )
834
+
835
+ This change allows an ` .mjs ` file to import named exports from ` .cjs ` and plain ` .js ` files.
836
+ Fixes compatibility with ` pinia ` .
837
+
816
838
817
839
## 4.5.14 (2021-10-14)
818
840
You can’t perform that action at this time.
0 commit comments