-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
37 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## 0.11.4 | ||
|
||
`2025-02-12` | ||
|
||
- fix: ci by [xusd320](https://github.com/xusd320) in [#1768](https://github.com/umijs/mako/pull/1768) | ||
- feat(copy): support advanced copy configuration with custom target paths by [bqxbqx](https://github.com/bqxbqx) in [#1711](https://github.com/umijs/mako/pull/1711) | ||
- fix: chunk groups' order when building mpa by [xusd320](https://github.com/xusd320) in [#1763](https://github.com/umijs/mako/pull/1763) | ||
- fix: load wasm by [御风](https://github.com/御风) in [#1705](https://github.com/umijs/mako/pull/1705) | ||
- dep: [umijs/[email protected] by @sorrycc](https://github.com/umijs/[email protected] by @sorrycc) | ||
- fix(mako): cli delay exit by @chencheng (云谦) in [#1762](https://github.com/umijs/mako/pull/1762) | ||
- fix: analyze don't work in safari by @chencheng (云谦) in [#1761](https://github.com/umijs/mako/pull/1761) | ||
- chore: add check-ecosystem-usages script by @chencheng (云谦) in [#1759](https://github.com/umijs/mako/pull/1759) | ||
- docs: changelog for 0.11.3 by [sorrycc](https://github.com/sorrycc) | ||
- chore: upgrade [umijs/tools and do github release and changelog generate and translation by script by @sorrycc](https://github.com/umijs/tools and do github release and changelog generate and translation by script by @sorrycc) | ||
- ci: fix ci by @chencheng (云谦) in [#1758](https://github.com/umijs/mako/pull/1758) | ||
- chore: update the release introduction by [sorrycc](https://github.com/sorrycc) | ||
- release: [umijs/[email protected] by @sorrycc](https://github.com/umijs/[email protected] by @sorrycc) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@umijs/mako-darwin-arm64", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"os": [ | ||
"darwin" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@umijs/mako-darwin-x64", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"os": [ | ||
"darwin" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@umijs/mako-linux-arm64-gnu", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"os": [ | ||
"linux" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@umijs/mako-linux-arm64-musl", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"os": [ | ||
"linux" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@umijs/mako-linux-x64-gnu", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"os": [ | ||
"linux" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@umijs/mako-linux-x64-musl", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"os": [ | ||
"linux" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@umijs/mako-win32-ia32-msvc", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"os": [ | ||
"win32" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@umijs/mako-win32-x64-msvc", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"os": [ | ||
"win32" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@umijs/mako", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"bin": { | ||
|
@@ -76,17 +76,17 @@ | |
"version": "napi version" | ||
}, | ||
"optionalDependencies": { | ||
"@umijs/mako-darwin-arm64": "0.11.3", | ||
"@umijs/mako-linux-arm64-gnu": "0.11.3", | ||
"@umijs/mako-linux-arm64-musl": "0.11.3", | ||
"@umijs/mako-win32-ia32-msvc": "0.11.3", | ||
"@umijs/mako-darwin-x64": "0.11.3", | ||
"@umijs/mako-win32-x64-msvc": "0.11.3", | ||
"@umijs/mako-linux-x64-gnu": "0.11.3", | ||
"@umijs/mako-linux-x64-musl": "0.11.3" | ||
"@umijs/mako-darwin-arm64": "0.11.4", | ||
"@umijs/mako-linux-arm64-gnu": "0.11.4", | ||
"@umijs/mako-linux-arm64-musl": "0.11.4", | ||
"@umijs/mako-win32-ia32-msvc": "0.11.4", | ||
"@umijs/mako-darwin-x64": "0.11.4", | ||
"@umijs/mako-win32-x64-msvc": "0.11.4", | ||
"@umijs/mako-linux-x64-gnu": "0.11.4", | ||
"@umijs/mako-linux-x64-musl": "0.11.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:umijs/mako.git" | ||
} | ||
} |