Skip to content

Commit

Permalink
Merge pull request #225 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.0
  • Loading branch information
rhmkstk authored Oct 16, 2023
2 parents e800077 + cd095aa commit 4d037e9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.70.0](https://github.com/LUI-UI/lui-vue/compare/v0.69.5...v0.70.0) (2023-10-16)


### Features

* **select,multiselect,popover,dropdown:** create teleport prop to render menus with fixed position ([e3a1333](https://github.com/LUI-UI/lui-vue/commit/e3a13336bded5165e747e857ec551895c849d1c8))


### Bug Fixes

* **client:** fix typescript error ([6108ba7](https://github.com/LUI-UI/lui-vue/commit/6108ba7d55e4ce2c36b6bfc4e21612d2ec4557ee))
* **components:** add classnames to all missing components ([6ddfbaf](https://github.com/LUI-UI/lui-vue/commit/6ddfbaf2c16d195cdd507c5d9e3de313cf94ee13))
* **multiselect:** fix isValuUsing check ([ca0f7a4](https://github.com/LUI-UI/lui-vue/commit/ca0f7a4eeaa5da611fff7fbc3b507205c1cb9dc9))
* **select,multi-select:** handle usage of different text and value ([4057128](https://github.com/LUI-UI/lui-vue/commit/40571283d9874c6854bc1971f326777436c19b89))

## [0.69.5](https://github.com/LUI-UI/lui-vue/compare/v0.69.4...v0.69.5) (2023-09-27)


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.69.5",
"version": "0.70.0",
"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 4d037e9

Please sign in to comment.