Skip to content

Commit

Permalink
Merge branch 'master' into release/next
Browse files Browse the repository at this point in the history
ClarkXia committed Dec 25, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 23811c8 + effee4a commit 00685f6
Showing 47 changed files with 3,945 additions and 746 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ coverage/

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

# 忽略文件
**/*-min.js
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 00685f6

Please sign in to comment.