diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af54d77a..17d241c0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/ui-components":"0.2.0"} +{"packages/ui-components":"0.2.1"} diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index e4e5ef68..9c748b5a 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.1](https://github.com/aversini/ui-components/compare/ui-components-v0.2.0...ui-components-v0.2.1) (2023-11-07) + + +### Bug Fixes + +* icon size cannot be changed ([eea0252](https://github.com/aversini/ui-components/commit/eea02524f6de1433f78dc1f8e6aa3aa1eca07cb2)) +* renamed IconAssistant into IconDogInShield ([eea0252](https://github.com/aversini/ui-components/commit/eea02524f6de1433f78dc1f8e6aa3aa1eca07cb2)) + ## [0.2.0](https://github.com/aversini/ui-components/compare/ui-components-v0.1.0...ui-components-v0.2.0) (2023-11-07) diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index f6344309..cd08f774 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-components", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "author": "Arno Versini", "publishConfig": {