Skip to content

Commit

Permalink
Merge pull request #238 from LUI-UI/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--lui-ui/lui-vue

chore(main): release 0.70.2
  • Loading branch information
rhmkstk authored Nov 20, 2023
2 parents 7c393a9 + 4750379 commit e5c5973
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.70.2](https://github.com/LUI-UI/lui-vue/compare/v0.70.1...v0.70.2) (2023-11-20)


### Bug Fixes

* **checkbox,radio:** fix disabled issue ([c1eab76](https://github.com/LUI-UI/lui-vue/commit/c1eab7649fa0746ef9ca3442c66c4043bb047f88))
* **menustyle:** fix menu style resize bug ([5085fef](https://github.com/LUI-UI/lui-vue/commit/5085fef1726914ec6ac84f450704288a52c99890))
* **modal:** add be able to close with esc and outside click ([d1c2319](https://github.com/LUI-UI/lui-vue/commit/d1c23197fdb778ee07f9519e4453c00c5c3bb01a))
* **select,multiselect:** prevent placeholder value binding as value to input ([b6d5384](https://github.com/LUI-UI/lui-vue/commit/b6d5384fd8a3d20fca0a312e3873d919d4deb648))

## [0.70.1](https://github.com/LUI-UI/lui-vue/compare/v0.70.0...v0.70.1) (2023-11-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lui-ui/lui-vue",
"version": "0.70.1",
"version": "0.70.2",
"packageManager": "[email protected]",
"description": "This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.",
"author": "lui-ui",
Expand Down

0 comments on commit e5c5973

Please sign in to comment.