Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.46 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.46](v1.0.0-alpha.45...v1.0.0-alpha.46) (2023-08-24)

### Bug Fixes

* Rename wInput to wTextfield and add prop validator for input types ([#58](#58)) ([9d667e2](9d667e2))

### BREAKING CHANGES

* wInput has been renamed to wTextfield. This change is made to align with the other frameworks in Warp and to clarify what type of inputs the component produces.
  • Loading branch information
semantic-release-bot committed Aug 24, 2023
1 parent 9d667e2 commit 575ccfd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0-alpha.46](https://github.com/warp-ds/vue/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2023-08-24)


### Bug Fixes

* Rename wInput to wTextfield and add prop validator for input types ([#58](https://github.com/warp-ds/vue/issues/58)) ([9d667e2](https://github.com/warp-ds/vue/commit/9d667e225c567a1d39d8c9cf47faa86b27bfa001))


### BREAKING CHANGES

* wInput has been renamed to wTextfield. This change is made to align with the other frameworks in Warp and to clarify what type of inputs the component produces.

# [1.0.0-alpha.45](https://github.com/warp-ds/vue/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2023-08-10)


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.0.0-alpha.45",
"version": "1.0.0-alpha.46",
"description": "Warp components for Vue 3",
"type": "module",
"exports": {
Expand Down

0 comments on commit 575ccfd

Please sign in to comment.