diff --git a/CHANGELOG.md b/CHANGELOG.md index e6dbf98..ef0b133 100644 --- a/CHANGELOG.md +++ b/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.4.2](https://github.com/madou/element-motion/compare/v2.4.1...v2.4.2) (2019-05-25) + +**Note:** Version bump only for package element-motion + + + + + ## [2.4.1](https://github.com/madou/yubaba/compare/v2.4.0...v2.4.1) (2019-05-24) **Note:** Version bump only for package yubaba-repo diff --git a/lerna.json b/lerna.json index 5f4e300..35205ad 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "lerna": "2.0.0", "npmClient": "yarn", - "version": "2.4.1", + "version": "2.4.2", "useWorkspaces": true, "packages": [ "packages/*" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c226a67..2a79243 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.4.2](https://github.com/madou/element-motion/compare/v2.4.1...v2.4.2) (2019-05-25) + +**Note:** Version bump only for package @element-motion/core + + + + + ## [2.4.1](https://github.com/madou/yubaba/compare/v2.4.0...v2.4.1) (2019-05-24) **Note:** Version bump only for package yubaba diff --git a/packages/core/package.json b/packages/core/package.json index cea60c0..562bcff 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@element-motion/core", - "version": "2.4.1", + "version": "2.4.2", "repository": "madou/element-motion", "author": "Michael Dougall", "license": "MIT", @@ -34,7 +34,7 @@ "react-dom": ">=16.4" }, "devDependencies": { - "@element-motion/dev": "^2.4.0", + "@element-motion/dev": "^2.4.2", "@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 787ee2f..14c3285 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.4.2](https://github.com/madou/element-motion/compare/v2.4.1...v2.4.2) (2019-05-25) + +**Note:** Version bump only for package @element-motion/dev + + + + + # [2.4.0](https://github.com/madou/yubaba/compare/v2.3.2...v2.4.0) (2019-05-23) **Note:** Version bump only for package yubaba-common diff --git a/packages/dev/package.json b/packages/dev/package.json index 7ac9f0e..4d06347 100644 --- a/packages/dev/package.json +++ b/packages/dev/package.json @@ -1,7 +1,7 @@ { "name": "@element-motion/dev", "private": true, - "version": "2.4.0", + "version": "2.4.2", "repository": "madou/element-motion", "author": "Michael Dougall", "license": "MIT",