From ac5224cbae3e61ab54caf698314d2f0902f3bf5b Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 18 Jan 2024 17:40:47 +0100 Subject: [PATCH] chore(release): 2.12.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1875f79c8..f64e5835a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.12.3](https://github.com/nuxt/ui/compare/v2.12.2...v2.12.3) (2024-01-18) + + +### Bug Fixes + +* **link:** import type from `[#vue](https://github.com/nuxt/ui/issues/vue)-router` ([79ec3fd](https://github.com/nuxt/ui/commit/79ec3fd031e28d15854e2f0d4fb978df337e43d5)), closes [#1253](https://github.com/nuxt/ui/issues/1253) + ## [2.12.2](https://github.com/nuxt/ui/compare/v2.12.1...v2.12.2) (2024-01-18) diff --git a/package.json b/package.json index f571bb43a0..a484b7fb04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/ui", - "version": "2.12.2", + "version": "2.12.3", "repository": "nuxt/ui", "homepage": "https://ui.nuxt.com", "license": "MIT",