Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @empathyco/[email protected]
  • Loading branch information
empathy/x committed Feb 9, 2022
1 parent a6120c1 commit 3ee4489
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions packages/x-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@empathyco/[email protected]) (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/[email protected]...@empathyco/[email protected]) (2022-02-08)

### Continuous Integration
Expand Down
2 changes: 1 addition & 1 deletion packages/x-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/x-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3ee4489

Please sign in to comment.