Skip to content

Commit

Permalink
chore(release): 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.15.0](v1.14.0...v1.15.0) (2024-12-14)

### Bug Fixes

* add cursor pointer to type file ([1919a5d](1919a5d))
* autofill css ([8cbc0bc](8cbc0bc))

### Features

* option tag supports dark mode ([034ad11](034ad11))
  • Loading branch information
semantic-release-bot committed Dec 14, 2024
1 parent 034ad11 commit 8f77653
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.15.0](https://github.com/CoCreate-app/CoCreate-floating-label/compare/v1.14.0...v1.15.0) (2024-12-14)


### Bug Fixes

* add cursor pointer to type file ([1919a5d](https://github.com/CoCreate-app/CoCreate-floating-label/commit/1919a5db9f99715e9f41fcd8a8c9953deeb59acb))
* autofill css ([8cbc0bc](https://github.com/CoCreate-app/CoCreate-floating-label/commit/8cbc0bcb5f627f2fc0a8e53dbf67fd3ec838cfdf))


### Features

* option tag supports dark mode ([034ad11](https://github.com/CoCreate-app/CoCreate-floating-label/commit/034ad1123d191a2fb81614f9bac8ce04c6f48e10))

# [1.14.0](https://github.com/CoCreate-app/CoCreate-floating-label/compare/v1.13.5...v1.14.0) (2024-11-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/floating-label",
"version": "1.14.0",
"version": "1.15.0",
"description": "A floating label design for inputs, textarea, select and any custom component. Creates beautiful form labels that float over form fields. Add class floating-label to see the magic. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"floating-label",
Expand Down

0 comments on commit 8f77653

Please sign in to comment.