Skip to content

Commit

Permalink
Merge pull request #6680 from alibaba/release/pack
Browse files Browse the repository at this point in the history
Release 3.4.0
  • Loading branch information
ClarkXia authored Dec 25, 2023
2 parents 0626b3e + 98d33e4 commit 0a6d0c3
Show file tree
Hide file tree
Showing 47 changed files with 3,940 additions and 741 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ coverage/

# 忽略第三方包
/vendor/loader.js
override/

# 忽略文件
**/*-min.js
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,10 @@
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}
6 changes: 6 additions & 0 deletions packages/bundles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.0

### Minor Changes

- a68ff48d: feat: support @ice/pack-binding

## 0.1.17

### Patch Changes
Expand Down
Loading

0 comments on commit 0a6d0c3

Please sign in to comment.