From 3ee44896a50972df88835392e855dfc947613b01 Mon Sep 17 00:00:00 2001 From: empathy/x Date: Wed, 9 Feb 2022 13:23:51 +0000 Subject: [PATCH] chore(release): publish - @empathyco/x-components@3.0.0-alpha.54 --- packages/x-components/CHANGELOG.md | 19 +++++++++++++++++++ packages/x-components/package-lock.json | 2 +- packages/x-components/package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index 30851830f2..eacd97580f 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.53...@empathyco/x-components@3.0.0-alpha.54) (2022-02-09) + +### ⚠ BREAKING CHANGES + +- **components:** Removed `CollapseFromTop` Animation. Use `animateScale()` instead. +- **components:** Removed `TranslateFromLeft` and `TranslateFromRight` components. Use + `animateTranslate('left')` and `animateTranslate('right')` instead. + +### Features + +- **components:** created abstract factory for animations + ([a6120c1](https://github.com/empathyco/x/commit/a6120c135f93e5993f8d41b2b823085a2bf3d291)), + closes [EX-5355](https://searchbroker.atlassian.net/browse/EX-5355) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [3.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.52...@empathyco/x-components@3.0.0-alpha.53) (2022-02-08) ### Continuous Integration diff --git a/packages/x-components/package-lock.json b/packages/x-components/package-lock.json index 9133ed685e..654f17e1e5 100644 --- a/packages/x-components/package-lock.json +++ b/packages/x-components/package-lock.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-components", - "version": "3.0.0-alpha.53", + "version": "3.0.0-alpha.54", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 054ea7c451..b0fb0624ef 100644 --- a/packages/x-components/package.json +++ b/packages/x-components/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-components", - "version": "3.0.0-alpha.53", + "version": "3.0.0-alpha.54", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",