Skip to content

Commit

Permalink
chore(release): 37.64.4 [skip ci]
Browse files Browse the repository at this point in the history
## [37.64.4](v37.64.3...v37.64.4) (2024-11-01)

### Bug Fixes

* **checkbox:** better UI when there is multi-lined label ([edb7d69](edb7d69))
* **checkbox:** minimize the layout shifts in `readonly` mode ([552bc20](552bc20))
* **checkbox:** specify letter-spacing ([a4b8e11](a4b8e11))
* **dynamic-label:** better UI when there is multi-lined label ([6cf6356](6cf6356))
* **dynamic-label:** don't truncate the label ([fd326ec](fd326ec))
* **label:** specify line-height ([9033f7c](9033f7c))
* **switch:** better UI when there is multi-lined label ([84ed201](84ed201))
* **switch:** minimize the layout shifts in `readonly` mode ([7f49f5e](7f49f5e))
* **switch:** specify letter-spacing ([85fe2c0](85fe2c0))
  • Loading branch information
semantic-release-bot committed Nov 1, 2024
1 parent 9033f7c commit 66fda7b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [37.64.4](https://github.com/Lundalogik/lime-elements/compare/v37.64.3...v37.64.4) (2024-11-01)


### Bug Fixes


* **checkbox:** better UI when there is multi-lined label ([edb7d69](https://github.com/Lundalogik/lime-elements/commit/edb7d6966da84ba38737be61dffca37fd0463107))
* **checkbox:** minimize the layout shifts in `readonly` mode ([552bc20](https://github.com/Lundalogik/lime-elements/commit/552bc209d6cd1dc74b1117b1abb604abc41402ba))
* **checkbox:** specify letter-spacing ([a4b8e11](https://github.com/Lundalogik/lime-elements/commit/a4b8e11acf362f8a1d99e7fca1ecbc0198c15b08))
* **dynamic-label:** better UI when there is multi-lined label ([6cf6356](https://github.com/Lundalogik/lime-elements/commit/6cf63567047386d04125a183870f640f221a2007))
* **dynamic-label:** don't truncate the label ([fd326ec](https://github.com/Lundalogik/lime-elements/commit/fd326ec23d8e15b07d4ce58b952eebc7cf638372))
* **label:** specify line-height ([9033f7c](https://github.com/Lundalogik/lime-elements/commit/9033f7cb801cb4b74a8fdfff58203ec65ba8fc0e))
* **switch:** better UI when there is multi-lined label ([84ed201](https://github.com/Lundalogik/lime-elements/commit/84ed201c2df25644dda33bb6566bd99d25e8f45e))
* **switch:** minimize the layout shifts in `readonly` mode ([7f49f5e](https://github.com/Lundalogik/lime-elements/commit/7f49f5e3c2b5e31fbba63636d6fd41409091f81d))
* **switch:** specify letter-spacing ([85fe2c0](https://github.com/Lundalogik/lime-elements/commit/85fe2c022f56c0d5c2cd6984e8bdd26d3d281657))

## [37.64.3](https://github.com/Lundalogik/lime-elements/compare/v37.64.2...v37.64.3) (2024-10-31)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@limetech/lime-elements",
"version": "37.64.3",
"version": "37.64.4",
"description": "Lime Elements",
"author": "Lime Technologies",
"license": "Apache-2.0",
Expand Down

0 comments on commit 66fda7b

Please sign in to comment.