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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdouges committed May 23, 2019
1 parent 3dc3413 commit e49e474
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/madou/yubaba/compare/v2.3.2...v2.4.0) (2019-05-23)


### Features

* **animator:** adds first class self targeted animations api ([6ad648e](https://github.com/madou/yubaba/commit/6ad648e))





## [2.3.2](https://github.com/madou/yubaba/compare/v2.3.1...v2.3.2) (2019-05-14)


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.3.2",
"version": "2.4.0",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
8 changes: 8 additions & 0 deletions packages/yubaba-common/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.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





## [2.3.1](https://github.com/madou/yubaba/compare/v2.3.0...v2.3.1) (2019-05-13)

**Note:** Version bump only for package yubaba-common
Expand Down
2 changes: 1 addition & 1 deletion packages/yubaba-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yubaba-common",
"private": true,
"version": "2.3.1",
"version": "2.4.0",
"repository": "madou/yubaba",
"author": "Michael Dougall",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/yubaba/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/madou/yubaba/compare/v2.3.2...v2.4.0) (2019-05-23)


### Features

* **animator:** adds first class self targeted animations api ([6ad648e](https://github.com/madou/yubaba/commit/6ad648e))





## [2.3.2](https://github.com/madou/yubaba/compare/v2.3.1...v2.3.2) (2019-05-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/yubaba/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yubaba",
"version": "2.3.2",
"version": "2.4.0",
"repository": "madou/yubaba",
"author": "Michael Dougall",
"license": "MIT",
Expand Down Expand Up @@ -45,6 +45,6 @@
"react-select": "^2.4.2",
"size-limit": "^1.3.2",
"styled-components": "^4.2.0",
"yubaba-common": "^2.3.1"
"yubaba-common": "^2.4.0"
}
}

0 comments on commit e49e474

Please sign in to comment.