From 96884318c386d3a08998d532944be1e17de6b492 Mon Sep 17 00:00:00 2001 From: "toantran.mei" Date: Sun, 5 May 2024 11:12:23 +0700 Subject: [PATCH] chore(release): v1.2.8 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfdf50..def07b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.8](https://github.com/toantranmei/mei-nuxt3-ui/compare/v1.2.7...v1.2.8) (2024-05-05) + + +### Bug Fixes + +* remove force types in command palette group ([00bb504](https://github.com/toantranmei/mei-nuxt3-ui/commit/00bb504ebf5a500a5cdf85471c4d45bc84b9bc7b)) +* remove force types in command palette group ([765a808](https://github.com/toantranmei/mei-nuxt3-ui/commit/765a808addc4c7c510d7e0f98d67e22d6d6c8267)) + ## [1.2.7](https://github.com/toantranmei/mei-nuxt3-ui/compare/v1.2.6...v1.2.7) (2024-05-04) diff --git a/package.json b/package.json index 37347f3..52802f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toantranmei/mei-nuxt3-ui", - "version": "1.2.7", + "version": "1.2.8", "description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.", "repository": { "type": "git",