From b90f466dc4a376d0f1cef8814d7b3bc3350a28fe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Mar 2024 10:07:04 +0000 Subject: [PATCH] chore(release): 1.2.6 [skip ci] ## [1.2.6](https://github.com/warp-ds/vue/compare/v1.2.5...v1.2.6) (2024-03-21) ### Bug Fixes * add missing aria attribute to w-textarea and w-select ([#146](https://github.com/warp-ds/vue/issues/146)) ([191be0f](https://github.com/warp-ds/vue/commit/191be0f2f58829755d0301b35e50864f5f3a1699)) * **w-field:** ensure default error text is translated on time ([#148](https://github.com/warp-ds/vue/issues/148)) ([36dcf1c](https://github.com/warp-ds/vue/commit/36dcf1cedb6beb864da3a4891f93f81f0b5a942f)) * **w-field:** use correct colors in label and hint/error text ([#150](https://github.com/warp-ds/vue/issues/150)) ([fa3a621](https://github.com/warp-ds/vue/commit/fa3a621b8ade3278bcca593e1e72639670c3a02e)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af6e69ed..16f7846f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.6](https://github.com/warp-ds/vue/compare/v1.2.5...v1.2.6) (2024-03-21) + + +### Bug Fixes + +* add missing aria attribute to w-textarea and w-select ([#146](https://github.com/warp-ds/vue/issues/146)) ([191be0f](https://github.com/warp-ds/vue/commit/191be0f2f58829755d0301b35e50864f5f3a1699)) +* **w-field:** ensure default error text is translated on time ([#148](https://github.com/warp-ds/vue/issues/148)) ([36dcf1c](https://github.com/warp-ds/vue/commit/36dcf1cedb6beb864da3a4891f93f81f0b5a942f)) +* **w-field:** use correct colors in label and hint/error text ([#150](https://github.com/warp-ds/vue/issues/150)) ([fa3a621](https://github.com/warp-ds/vue/commit/fa3a621b8ade3278bcca593e1e72639670c3a02e)) + ## [1.2.6-next.3](https://github.com/warp-ds/vue/compare/v1.2.6-next.2...v1.2.6-next.3) (2024-03-20) diff --git a/package.json b/package.json index 74b7e910..fea5b8ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@warp-ds/vue", "repository": "git@github.com:warp-ds/vue.git", - "version": "1.2.6-next.3", + "version": "1.2.6", "description": "Warp components for Vue 3", "type": "module", "exports": {