diff --git a/CHANGELOG.md b/CHANGELOG.md index 68bc5a6..15744fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 3907008..23eb497 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "lerna": "2.0.0", "npmClient": "yarn", - "version": "2.5.0", + "version": "2.6.0", "useWorkspaces": true, "packages": [ "packages/*" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 97507f1..52e913d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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) diff --git a/packages/core/package.json b/packages/core/package.json index 23ee175..e85f56b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", @@ -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", diff --git a/packages/dev/CHANGELOG.md b/packages/dev/CHANGELOG.md index d87d110..a77ba88 100644 --- a/packages/dev/CHANGELOG.md +++ b/packages/dev/CHANGELOG.md @@ -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 diff --git a/packages/dev/package.json b/packages/dev/package.json index 6b28b4d..cd1391e 100644 --- a/packages/dev/package.json +++ b/packages/dev/package.json @@ -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",