From 2375ae6d54cf2a4c0d05bf7f49eae8856d2e7b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Alkovi=C4=87?= <77000136+goranalkovic-infinum@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:18:06 +0200 Subject: [PATCH] update version and changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a486130..504f72c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). +## [1.2.2] - 2024-07-09 +- Fixed bug with `ContainerPanel` + ## [1.2.1] - 2024-07-05 - Added grab cursors for slider component thumbs to improve visual feedback. - Improved `ColumnConfigSlider` label generator. @@ -84,6 +87,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a [Unreleased]: https://github.com/infinum/eightshift-ui-components/compare/master...HEAD +[1.2.2]: https://github.com/infinum/eightshift-ui-components/compare/1.2.1...1.2.2 [1.2.1]: https://github.com/infinum/eightshift-ui-components/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/infinum/eightshift-ui-components/compare/1.1.4...1.2.0 [1.1.4]: https://github.com/infinum/eightshift-ui-components/compare/1.1.3...1.1.4 diff --git a/package.json b/package.json index 1c100ec..1505c01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eightshift/ui-components", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js",