Skip to content

Commit

Permalink
chore(main): release 1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and missannil committed Aug 22, 2024
1 parent deab409 commit f3ff88f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

* 解决DetailedType不接收接口类型的错误 ([ae8acbf](https://github.com/missannil/annil/commit/ae8acbfc2e62f99db565c448ad9253aa549e78bb))

## [1.7.8](https://github.com/missannil/annil/compare/v1.7.7...v1.7.8) (2024-08-22)


### Bug Fixes

* 当SubComponents组件有后缀时,阻止穿透(_catch)事件类型被返回的错误 ([deab409](https://github.com/missannil/annil/commit/deab409c1116d2e810cc018797b6c38061701f25))

## [1.7.7](https://github.com/missannil/annil/compare/v1.7.6...v1.7.7) (2024-08-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "annil",
"version": "1.7.7",
"version": "1.7.8",
"description": "微信小程序(原生开发)插件",
"main": "dist/index.js",
"types": "src/index.ts",
Expand Down

0 comments on commit f3ff88f

Please sign in to comment.