From e49e47446d0a687075021357cd2befb45947dd29 Mon Sep 17 00:00:00 2001 From: madou Date: Thu, 23 May 2019 21:20:26 +1000 Subject: [PATCH] chore(release): publish v2.4.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/yubaba-common/CHANGELOG.md | 8 ++++++++ packages/yubaba-common/package.json | 2 +- packages/yubaba/CHANGELOG.md | 11 +++++++++++ packages/yubaba/package.json | 4 ++-- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 926302b..482fa1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index ad56cf2..0e73b6d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "lerna": "2.0.0", "npmClient": "yarn", - "version": "2.3.2", + "version": "2.4.0", "useWorkspaces": true, "packages": [ "packages/*" diff --git a/packages/yubaba-common/CHANGELOG.md b/packages/yubaba-common/CHANGELOG.md index f0fae85..787ee2f 100644 --- a/packages/yubaba-common/CHANGELOG.md +++ b/packages/yubaba-common/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.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 diff --git a/packages/yubaba-common/package.json b/packages/yubaba-common/package.json index 55f661d..cfec350 100644 --- a/packages/yubaba-common/package.json +++ b/packages/yubaba-common/package.json @@ -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", diff --git a/packages/yubaba/CHANGELOG.md b/packages/yubaba/CHANGELOG.md index f43ce2b..5329a96 100644 --- a/packages/yubaba/CHANGELOG.md +++ b/packages/yubaba/CHANGELOG.md @@ -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) diff --git a/packages/yubaba/package.json b/packages/yubaba/package.json index 38302c3..3bf91c9 100644 --- a/packages/yubaba/package.json +++ b/packages/yubaba/package.json @@ -1,6 +1,6 @@ { "name": "yubaba", - "version": "2.3.2", + "version": "2.4.0", "repository": "madou/yubaba", "author": "Michael Dougall", "license": "MIT", @@ -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" } }