Skip to content

Commit

Permalink
chore(release): 1.0.0-rc.5 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-rc.5](v1.0.0-rc.4...v1.0.0-rc.5) (2021-08-26)

### Bug Fixes

* **build:** export types ([c0d0a59](c0d0a59))
* **engines:** allow node 14 and higher ([2ec2314](2ec2314))
* **ld-bg-cells:** optimize svg assets ([f4cc3dd](f4cc3dd))
* **ld-select:** apply props explicitly to make it work in vue ([a6fca8f](a6fca8f))
* **ld-select:** custom trigger icon ([460de73](460de73))
* **ld-tooltip:** rename property id in order to prevent dom exception ([b623b18](b623b18))
* **tailwindcss:** extend default spacings instead of replacing them ([3b9750d](3b9750d))

### Features

* **ld-notification:** theming ([3f83255](3f83255))
* **ld-theme:** add theme colors as dynamic css custom props ([acc077f](acc077f))
  • Loading branch information
semantic-release-bot committed Aug 26, 2021
1 parent e03a406 commit d266eff
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.5](https://github.com/emdgroup-liquid/liquid/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2021-08-26)


### Bug Fixes

* **build:** export types ([c0d0a59](https://github.com/emdgroup-liquid/liquid/commit/c0d0a5988f9d8f98769bfd29ff69188bec5d7635))
* **engines:** allow node 14 and higher ([2ec2314](https://github.com/emdgroup-liquid/liquid/commit/2ec2314393246c27413743a97f9fce80b5e65acc))
* **ld-bg-cells:** optimize svg assets ([f4cc3dd](https://github.com/emdgroup-liquid/liquid/commit/f4cc3dda9962a73962fd65c212435e735356026c))
* **ld-select:** apply props explicitly to make it work in vue ([a6fca8f](https://github.com/emdgroup-liquid/liquid/commit/a6fca8fde15e9d651b6992a34825897ef224ae7d))
* **ld-select:** custom trigger icon ([460de73](https://github.com/emdgroup-liquid/liquid/commit/460de733c2e4f623ccb15f70292377a1465fd8e7))
* **ld-tooltip:** rename property id in order to prevent dom exception ([b623b18](https://github.com/emdgroup-liquid/liquid/commit/b623b18a71b6674b0a2a04a0a65c3382c85de26a))
* **tailwindcss:** extend default spacings instead of replacing them ([3b9750d](https://github.com/emdgroup-liquid/liquid/commit/3b9750d50fd5b683c662ec88e2af6c7a8e2f0e86))


### Features

* **ld-notification:** theming ([3f83255](https://github.com/emdgroup-liquid/liquid/commit/3f8325564b611631c8d1de8bb3f4d7a25b5b3296))
* **ld-theme:** add theme colors as dynamic css custom props ([acc077f](https://github.com/emdgroup-liquid/liquid/commit/acc077f509e6e8fa4aff4b65a7dfeb8b67b21407))

# [1.0.0-rc.4](https://github.com/emdgroup-liquid/liquid/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2021-08-25)


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": "@emdgroup-liquid/liquid",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "Beautiful, accessible and versatile UI components",
"private": false,
"publishConfig": {
Expand Down

0 comments on commit d266eff

Please sign in to comment.