Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dyggod committed Dec 15, 2022
1 parent 1fb570c commit 62f4f73
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
DG-UI CHANGELOG
## [1.1.0](https://github.com/dyggod/dg-ui/compare/v1.0.20...v1.1.0) (2022-12-15)


### 🚀 Chore | 构建/工程依赖/工具

* update main package.json for 1.0.20 ([82d6a87](https://github.com/dyggod/dg-ui/commit/82d6a87b2ffcb0f064885928e25999986e3387ca))


### 🐛 Bug Fixes | Bug 修复

* tooltip的显隐使用拦截器判断是否disabled ([f8e848c](https://github.com/dyggod/dg-ui/commit/f8e848cb43d8178bf9e0d8efb05ffeafd66ca603))


### ✏️ Documentation | 文档

* 更新readme和tooltip说明 ([1fb570c](https://github.com/dyggod/dg-ui/commit/1fb570c2e4cc77dc08c7c9e2bb3102e1a0f965a7))

### [1.0.20](https://github.com/dyggod/dg-ui/compare/v1.0.19...v1.0.20) (2022-12-14)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dgui",
"version": "1.0.20",
"version": "1.1.0",
"description": "vue3 component ui ",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -49,4 +49,4 @@
"vite-plugin-dts": "^1.7.1",
"vue": "^3.2.36"
}
}
}

0 comments on commit 62f4f73

Please sign in to comment.