Skip to content

Commit

Permalink
chore(release): 1.2.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.6](v1.2.5...v1.2.6) (2024-03-21)

### Bug Fixes

* add missing aria attribute to w-textarea and w-select ([#146](#146)) ([191be0f](191be0f))
* **w-field:** ensure default error text is translated on time ([#148](#148)) ([36dcf1c](36dcf1c))
* **w-field:** use correct colors in label and hint/error text ([#150](#150)) ([fa3a621](fa3a621))
  • Loading branch information
semantic-release-bot committed Mar 21, 2024
1 parent 29eb289 commit b90f466
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b90f466

Please sign in to comment.