Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.

Commit f58f598

Browse files
committed
chore(release): publish v2.5.0
1 parent b23bba5 commit f58f598

4 files changed

Lines changed: 36 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.5.0](https://github.com/madou/element-motion/compare/v2.4.4...v2.5.0) (2019-05-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **reshaping-container:** fixes children to move with container ([0d3b762](https://github.com/madou/element-motion/commit/0d3b762))
12+
13+
14+
### Features
15+
16+
* **fade-move:** adds props to disable scaling ([a3dbf96](https://github.com/madou/element-motion/commit/a3dbf96))
17+
* **move:** adds props to disable scaling ([56141f1](https://github.com/madou/element-motion/commit/56141f1))
18+
19+
20+
21+
22+
623
## [2.4.4](https://github.com/madou/element-motion/compare/v2.4.3...v2.4.4) (2019-05-30)
724

825
**Note:** Version bump only for package element-motion

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"lerna": "2.0.0",
33
"npmClient": "yarn",
4-
"version": "2.4.4",
4+
"version": "2.5.0",
55
"useWorkspaces": true,
66
"packages": [
77
"packages/*"

packages/core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.5.0](https://github.com/madou/element-motion/compare/v2.4.4...v2.5.0) (2019-05-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **reshaping-container:** fixes children to move with container ([0d3b762](https://github.com/madou/element-motion/commit/0d3b762))
12+
13+
14+
### Features
15+
16+
* **fade-move:** adds props to disable scaling ([a3dbf96](https://github.com/madou/element-motion/commit/a3dbf96))
17+
* **move:** adds props to disable scaling ([56141f1](https://github.com/madou/element-motion/commit/56141f1))
18+
19+
20+
21+
22+
623
## [2.4.4](https://github.com/madou/element-motion/compare/v2.4.3...v2.4.4) (2019-05-30)
724

825
**Note:** Version bump only for package @element-motion/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@element-motion/core",
3-
"version": "2.4.4",
3+
"version": "2.5.0",
44
"repository": "madou/element-motion",
55
"author": "Michael Dougall",
66
"license": "MIT",

0 commit comments

Comments
 (0)