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

Commit c812e35

Browse files
committed
chore(release): publish v2.6.0
1 parent d010313 commit c812e35

File tree

6 files changed

+46
-4
lines changed

6 files changed

+46
-4
lines changed

CHANGELOG.md

+17
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.6.0](https://github.com/madou/element-motion/compare/v2.5.0...v2.6.0) (2019-06-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **motion:** fixes motions flickering when animating and images having dimensions of zero ([143a40a](https://github.com/madou/element-motion/commit/143a40a))
12+
* **reveal:** fixes reveal in safari ([ec29c7c](https://github.com/madou/element-motion/commit/ec29c7c))
13+
14+
15+
### Features
16+
17+
* **move:** adds new prop to set stacking context on move motion ([68d5b60](https://github.com/madou/element-motion/commit/68d5b60))
18+
19+
20+
21+
22+
623
# [2.5.0](https://github.com/madou/element-motion/compare/v2.4.4...v2.5.0) (2019-05-30)
724

825

lerna.json

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

packages/core/CHANGELOG.md

+17
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.6.0](https://github.com/madou/element-motion/compare/v2.5.0...v2.6.0) (2019-06-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **motion:** fixes motions flickering when animating and images having dimensions of zero ([143a40a](https://github.com/madou/element-motion/commit/143a40a))
12+
* **reveal:** fixes reveal in safari ([ec29c7c](https://github.com/madou/element-motion/commit/ec29c7c))
13+
14+
15+
### Features
16+
17+
* **move:** adds new prop to set stacking context on move motion ([68d5b60](https://github.com/madou/element-motion/commit/68d5b60))
18+
19+
20+
21+
22+
623
# [2.5.0](https://github.com/madou/element-motion/compare/v2.4.4...v2.5.0) (2019-05-30)
724

825

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@element-motion/core",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"repository": "madou/element-motion",
55
"author": "Michael Dougall",
66
"license": "MIT",
@@ -34,7 +34,7 @@
3434
"react-dom": ">=16.4"
3535
},
3636
"devDependencies": {
37-
"@element-motion/dev": "^2.4.4",
37+
"@element-motion/dev": "^2.6.0",
3838
"@storybook/react": "5.0.11",
3939
"emotion": "^10.0.9",
4040
"polished": "^3.3.0",

packages/dev/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.6.0](https://github.com/madou/element-motion/compare/v2.5.0...v2.6.0) (2019-06-06)
7+
8+
**Note:** Version bump only for package @element-motion/dev
9+
10+
11+
12+
13+
614
## [2.4.4](https://github.com/madou/element-motion/compare/v2.4.3...v2.4.4) (2019-05-30)
715

816
**Note:** Version bump only for package @element-motion/dev

packages/dev/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@element-motion/dev",
33
"private": true,
4-
"version": "2.4.4",
4+
"version": "2.6.0",
55
"repository": "madou/element-motion",
66
"author": "Michael Dougall",
77
"license": "MIT",

0 commit comments

Comments
 (0)