From 9d8def522c8e90c2c76e60fb94824ad153420ea3 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 17 Jul 2024 01:01:36 +0000 Subject: [PATCH] chore(release): v1.6.7 [skip ci] --- packages/ui/CHANGELOG.md | 14 +++++++------- packages/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 6580234d7..1a4580b18 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.7](https://github.com/acronis/ui-component-library/compare/v1.6.6...v1.6.7) (2024-07-17) + + +### Bug Fixes + +* **breadcrumbs:** fix unit tests ([48e4823](https://github.com/acronis/ui-component-library/commit/48e482322b7c9ae3830f4c7530c7916316d36e5a)) + ## [1.6.6](https://github.com/acronis/ui-component-library/compare/v1.6.5...v1.6.6) (2024-07-17) @@ -26,10 +33,3 @@ * **button:** fix button types ([f5dc2bc](https://github.com/acronis/ui-component-library/commit/f5dc2bcc1cab4b6be356df4aeb201cd12fcf6a57)) -## [1.6.2](https://github.com/acronis/ui-component-library/compare/v1.6.1...v1.6.2) (2024-07-16) - - -### Bug Fixes - -* **tests:** fix failed snapshots ([588545e](https://github.com/acronis/ui-component-library/commit/588545e6e40bdf011f63b47c93f10a34c0f9f4c7)) - diff --git a/packages/ui/package.json b/packages/ui/package.json index edb619109..622aad4b9 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.6.6", + "version": "1.6.7", "repository": { "type": "git", "url": "git+https://github.com/acronis/ui-component-library.git"