diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index c8f2ae9d3..668aa3fd1 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.28.0](https://github.com/acronis/ui-component-library/compare/v1.27.0...v1.28.0) (2024-11-08) + + +### Features + +* global css structure ([#151](https://github.com/acronis/ui-component-library/issues/151)) ([e7de92d](https://github.com/acronis/ui-component-library/commit/e7de92d484cd2839e4c2cab70c65f719c61b490a)) + ## [1.27.0](https://github.com/acronis/ui-component-library/compare/v1.26.0...v1.27.0) (2024-10-31) @@ -26,10 +33,3 @@ * add functional breadcrumbs component ([#144](https://github.com/acronis/ui-component-library/issues/144)) ([68de75b](https://github.com/acronis/ui-component-library/commit/68de75baea12de7a04b474d89b529335e656f0c0)) -## [1.24.0](https://github.com/acronis/ui-component-library/compare/v1.23.2...v1.24.0) (2024-10-23) - - -### Features - -* update Card component ([#145](https://github.com/acronis/ui-component-library/issues/145)) ([46588c1](https://github.com/acronis/ui-component-library/commit/46588c10e8c820a85b3a58c8aded96f22d3fdae1)) - diff --git a/packages/ui/package.json b/packages/ui/package.json index a352621f2..c38b81423 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.27.0", + "version": "1.28.0", "repository": "https://github.com/acronis/ui-component-library", "bugs": { "url": "https://github.com/acronis/ui-component-library/issues"