Skip to content

Commit 1c7044a

Browse files
chore(release): 1.13.4 [skip ci]
## [1.13.4](v1.13.3...v1.13.4) (2024-06-12) ### Bug Fixes * autofill css ([c738adb](c738adb)) * border ([6c62d4e](6c62d4e)) * bump cocreate dependencies ([a76e400](a76e400)) * improved handling of contenteditable elements ([e84dafc](e84dafc)) * inherit color to support light and dark theme ([c5f8719](c5f8719)) * not(:empty) ([3377e84](3377e84)) * svg icon class ([a39c2a5](a39c2a5))
1 parent a76e400 commit 1c7044a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.13.4](https://github.com/CoCreate-app/CoCreate-floating-label/compare/v1.13.3...v1.13.4) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* autofill css ([c738adb](https://github.com/CoCreate-app/CoCreate-floating-label/commit/c738adb8b5d1a37d5746ed6ed23b61a1d4eeb2f1))
7+
* border ([6c62d4e](https://github.com/CoCreate-app/CoCreate-floating-label/commit/6c62d4ef69bb1e416f15fb7e0325fb501cc0a9bf))
8+
* bump cocreate dependencies ([a76e400](https://github.com/CoCreate-app/CoCreate-floating-label/commit/a76e4000c46fc5e050af23c92a73e9cb04a602e3))
9+
* improved handling of contenteditable elements ([e84dafc](https://github.com/CoCreate-app/CoCreate-floating-label/commit/e84dafc938656af27e8e4496dc7f8050b2be519e))
10+
* inherit color to support light and dark theme ([c5f8719](https://github.com/CoCreate-app/CoCreate-floating-label/commit/c5f871992688230235b1a9b650e9d0b40dc3f1d0))
11+
* not(:empty) ([3377e84](https://github.com/CoCreate-app/CoCreate-floating-label/commit/3377e8455095dfa8571b466b841561e9db89cf30))
12+
* svg icon class ([a39c2a5](https://github.com/CoCreate-app/CoCreate-floating-label/commit/a39c2a58680ab6283159ce9ba20c048d5457f5bd))
13+
114
## [1.13.3](https://github.com/CoCreate-app/CoCreate-floating-label/compare/v1.13.2...v1.13.3) (2024-04-29)
215

316

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/floating-label",
3-
"version": "1.13.3",
3+
"version": "1.13.4",
44
"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.",
55
"keywords": [
66
"floating-label",
@@ -60,4 +60,4 @@
6060
"dependencies": {
6161
"@cocreate/observer": "^1.16.1"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)