Skip to content

Commit

Permalink
release: @umijs/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Feb 12, 2025
1 parent 2dd0b37 commit a685a79
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 18 deletions.
19 changes: 19 additions & 0 deletions packages/mako/CHANGELOG.md
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)


2 changes: 1 addition & 1 deletion packages/mako/npm/darwin-arm64/package.json
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"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/mako/npm/darwin-x64/package.json
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"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/mako/npm/linux-arm64-gnu/package.json
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"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/mako/npm/linux-arm64-musl/package.json
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"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/mako/npm/linux-x64-gnu/package.json
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"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/mako/npm/linux-x64-musl/package.json
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"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/mako/npm/win32-ia32-msvc/package.json
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"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/mako/npm/win32-x64-msvc/package.json
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"
],
Expand Down
20 changes: 10 additions & 10 deletions packages/mako/package.json
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": {
Expand Down Expand Up @@ -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"
}
}

0 comments on commit a685a79

Please sign in to comment.