From 47811cb83a185de328be1cf055034b7300d4385a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 11:54:52 +0000 Subject: [PATCH] chore(main): release 0.64.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8a3df..98b16d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.64.1](https://github.com/LUI-UI/lui-vue/compare/v0.64.0...v0.64.1) (2023-05-30) + + +### Bug Fixes + +* **modal:** fix modal aria-labelledby issue ([34943b3](https://github.com/LUI-UI/lui-vue/commit/34943b3118e74870b49128f9d4a7439856fe93c3)) + ## [0.64.0](https://github.com/LUI-UI/lui-vue/compare/v0.63.13...v0.64.0) (2023-05-30) diff --git a/package.json b/package.json index b60d546..df413df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lui-ui/lui-vue", - "version": "0.64.0", + "version": "0.64.1", "scripts": { "dev": "vite", "build": "run-p type-check build-only",