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

Commit

Permalink
chore(release): publish v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdouges committed Jun 6, 2019
1 parent d010313 commit c812e35
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/madou/element-motion/compare/v2.5.0...v2.6.0) (2019-06-06)


### Bug Fixes

* **motion:** fixes motions flickering when animating and images having dimensions of zero ([143a40a](https://github.com/madou/element-motion/commit/143a40a))
* **reveal:** fixes reveal in safari ([ec29c7c](https://github.com/madou/element-motion/commit/ec29c7c))


### Features

* **move:** adds new prop to set stacking context on move motion ([68d5b60](https://github.com/madou/element-motion/commit/68d5b60))





# [2.5.0](https://github.com/madou/element-motion/compare/v2.4.4...v2.5.0) (2019-05-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "2.0.0",
"npmClient": "yarn",
"version": "2.5.0",
"version": "2.6.0",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/madou/element-motion/compare/v2.5.0...v2.6.0) (2019-06-06)


### Bug Fixes

* **motion:** fixes motions flickering when animating and images having dimensions of zero ([143a40a](https://github.com/madou/element-motion/commit/143a40a))
* **reveal:** fixes reveal in safari ([ec29c7c](https://github.com/madou/element-motion/commit/ec29c7c))


### Features

* **move:** adds new prop to set stacking context on move motion ([68d5b60](https://github.com/madou/element-motion/commit/68d5b60))





# [2.5.0](https://github.com/madou/element-motion/compare/v2.4.4...v2.5.0) (2019-05-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@element-motion/core",
"version": "2.5.0",
"version": "2.6.0",
"repository": "madou/element-motion",
"author": "Michael Dougall",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"react-dom": ">=16.4"
},
"devDependencies": {
"@element-motion/dev": "^2.4.4",
"@element-motion/dev": "^2.6.0",
"@storybook/react": "5.0.11",
"emotion": "^10.0.9",
"polished": "^3.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/madou/element-motion/compare/v2.5.0...v2.6.0) (2019-06-06)

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





## [2.4.4](https://github.com/madou/element-motion/compare/v2.4.3...v2.4.4) (2019-05-30)

**Note:** Version bump only for package @element-motion/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@element-motion/dev",
"private": true,
"version": "2.4.4",
"version": "2.6.0",
"repository": "madou/element-motion",
"author": "Michael Dougall",
"license": "MIT",
Expand Down

0 comments on commit c812e35

Please sign in to comment.