Skip to content

Commit

Permalink
Merge pull request #190 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.68.2
  • Loading branch information
rhmkstk authored Aug 23, 2023
2 parents 63bc4fd + f7d3f27 commit 0a47b0d
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.68.2](https://github.com/LUI-UI/lui-vue/compare/v0.68.1...v0.68.2) (2023-08-23)


### Bug Fixes

* **focustrap:** change focus-trap composable with the vue-use focusTrap component ([313d798](https://github.com/LUI-UI/lui-vue/commit/313d798a9bca20b180ca9fb65b9598c6cddd663e))
* **inputs:** add missing events to input components(checkbox,radio,input) ([36d74ce](https://github.com/LUI-UI/lui-vue/commit/36d74ce687742fbaca147fc7900a40f0ad9596f6))
* **select:** fix options missing bug ([9bcad48](https://github.com/LUI-UI/lui-vue/commit/9bcad486585d03ca33c7804657bb548dc24c4ce8)), closes [#102](https://github.com/LUI-UI/lui-vue/issues/102)
* **switch:** add custom value support to switch component ([99eecfa](https://github.com/LUI-UI/lui-vue/commit/99eecfabe0417cc8b6d140284c7f1507b54f81a1))

## [0.68.1](https://github.com/LUI-UI/lui-vue/compare/v0.68.0...v0.68.1) (2023-08-08)


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.68.1",
"version": "0.68.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 0a47b0d

Please sign in to comment.