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

Commit b10d254

Browse files
committed
chore(release): publish v2.4.2
1 parent 4792436 commit b10d254

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

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.4.2](https://github.com/madou/element-motion/compare/v2.4.1...v2.4.2) (2019-05-25)
7+
8+
**Note:** Version bump only for package element-motion
9+
10+
11+
12+
13+
614
## [2.4.1](https://github.com/madou/yubaba/compare/v2.4.0...v2.4.1) (2019-05-24)
715

816
**Note:** Version bump only for package yubaba-repo

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.4.1",
4+
"version": "2.4.2",
55
"useWorkspaces": true,
66
"packages": [
77
"packages/*"

packages/core/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.4.2](https://github.com/madou/element-motion/compare/v2.4.1...v2.4.2) (2019-05-25)
7+
8+
**Note:** Version bump only for package @element-motion/core
9+
10+
11+
12+
13+
614
## [2.4.1](https://github.com/madou/yubaba/compare/v2.4.0...v2.4.1) (2019-05-24)
715

816
**Note:** Version bump only for package yubaba

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.4.1",
3+
"version": "2.4.2",
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.0",
37+
"@element-motion/dev": "^2.4.2",
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.4.2](https://github.com/madou/element-motion/compare/v2.4.1...v2.4.2) (2019-05-25)
7+
8+
**Note:** Version bump only for package @element-motion/dev
9+
10+
11+
12+
13+
614
# [2.4.0](https://github.com/madou/yubaba/compare/v2.3.2...v2.4.0) (2019-05-23)
715

816
**Note:** Version bump only for package yubaba-common

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.0",
4+
"version": "2.4.2",
55
"repository": "madou/element-motion",
66
"author": "Michael Dougall",
77
"license": "MIT",

0 commit comments

Comments
 (0)