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

Commit e49e474

Browse files
committed
chore(release): publish v2.4.0
1 parent 3dc3413 commit e49e474

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.0](https://github.com/madou/yubaba/compare/v2.3.2...v2.4.0) (2019-05-23)
7+
8+
9+
### Features
10+
11+
* **animator:** adds first class self targeted animations api ([6ad648e](https://github.com/madou/yubaba/commit/6ad648e))
12+
13+
14+
15+
16+
617
## [2.3.2](https://github.com/madou/yubaba/compare/v2.3.1...v2.3.2) (2019-05-14)
718

819

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

packages/yubaba-common/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.0](https://github.com/madou/yubaba/compare/v2.3.2...v2.4.0) (2019-05-23)
7+
8+
**Note:** Version bump only for package yubaba-common
9+
10+
11+
12+
13+
614
## [2.3.1](https://github.com/madou/yubaba/compare/v2.3.0...v2.3.1) (2019-05-13)
715

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

packages/yubaba-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yubaba-common",
33
"private": true,
4-
"version": "2.3.1",
4+
"version": "2.4.0",
55
"repository": "madou/yubaba",
66
"author": "Michael Dougall",
77
"license": "MIT",

packages/yubaba/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.0](https://github.com/madou/yubaba/compare/v2.3.2...v2.4.0) (2019-05-23)
7+
8+
9+
### Features
10+
11+
* **animator:** adds first class self targeted animations api ([6ad648e](https://github.com/madou/yubaba/commit/6ad648e))
12+
13+
14+
15+
16+
617
## [2.3.2](https://github.com/madou/yubaba/compare/v2.3.1...v2.3.2) (2019-05-14)
718

819

packages/yubaba/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yubaba",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"repository": "madou/yubaba",
55
"author": "Michael Dougall",
66
"license": "MIT",
@@ -45,6 +45,6 @@
4545
"react-select": "^2.4.2",
4646
"size-limit": "^1.3.2",
4747
"styled-components": "^4.2.0",
48-
"yubaba-common": "^2.3.1"
48+
"yubaba-common": "^2.4.0"
4949
}
5050
}

0 commit comments

Comments
 (0)