diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 4f72fe3a1..8d82dbab0 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.0](https://github.com/acronis/ui-component-library/compare/v1.1.0...v1.2.0) (2024-07-12) + + +### Features + +* **switch:** add simple switch ([2ba9546](https://github.com/acronis/ui-component-library/commit/2ba9546c0ed5ee777fc678c66175f86af48afc4d)) + ## [1.1.0](https://github.com/acronis/ui-component-library/compare/v1.0.0...v1.1.0) (2024-07-12) diff --git a/packages/ui/package.json b/packages/ui/package.json index e71c3596c..1f9a6f76b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@acronis-platform/ui-component-library", "type": "module", - "version": "1.1.0", + "version": "1.2.0", "sideEffects": [ "**/*.css" ],