From 4b2e9cc01292820c74c6667b6b0d180653e25ffe Mon Sep 17 00:00:00 2001 From: Michael Dougall Date: Wed, 12 Dec 2018 09:02:32 +1100 Subject: [PATCH] chore(release): publish v2.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ lerna.json | 2 +- packages/yubaba-common/CHANGELOG.md | 9 +++++++++ packages/yubaba-common/package.json | 2 +- packages/yubaba-examples/CHANGELOG.md | 19 +++++++++++++++++++ packages/yubaba-examples/package.json | 6 +++--- packages/yubaba/CHANGELOG.md | 19 +++++++++++++++++++ packages/yubaba/package.json | 4 ++-- 8 files changed, 73 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af734a..3948248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/madou/yubaba/compare/v1.4.1...v2.0.0) (2018-12-11) + + +### Chores + +* renames components ([9d9282c](https://github.com/madou/yubaba/commit/9d9282c)) +* renames props passed to animation components ([c54740a](https://github.com/madou/yubaba/commit/c54740a)) + + +### BREAKING CHANGES + +* props passsed to animation components have changed, see the release notes for the migration guide. +* FLIPMove has been renamed to Move. Target has been renamed to FocalTarget. + + + + + ## [1.4.1](https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1) (2018-12-10) diff --git a/lerna.json b/lerna.json index 466415e..47776b6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "lerna": "2.0.0", "npmClient": "yarn", - "version": "1.4.1", + "version": "2.0.0", "useWorkspaces": true, "packages": [ "packages/*" diff --git a/packages/yubaba-common/CHANGELOG.md b/packages/yubaba-common/CHANGELOG.md index 55346ac..9d9a1bd 100644 --- a/packages/yubaba-common/CHANGELOG.md +++ b/packages/yubaba-common/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/madou/yubaba/compare/v1.4.1...v2.0.0) (2018-12-11) + +**Note:** Version bump only for package yubaba-common + + + + + # [1.3.0](https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0) (2018-10-06) diff --git a/packages/yubaba-common/package.json b/packages/yubaba-common/package.json index 8e45a48..aa54e94 100644 --- a/packages/yubaba-common/package.json +++ b/packages/yubaba-common/package.json @@ -1,7 +1,7 @@ { "name": "yubaba-common", "private": true, - "version": "1.3.0", + "version": "2.0.0", "repository": "madou/yubaba", "author": "Michael Dougall", "license": "MIT", diff --git a/packages/yubaba-examples/CHANGELOG.md b/packages/yubaba-examples/CHANGELOG.md index 8f52735..d594c17 100644 --- a/packages/yubaba-examples/CHANGELOG.md +++ b/packages/yubaba-examples/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/madou/yubaba/compare/v1.4.1...v2.0.0) (2018-12-11) + + +### Chores + +* renames components ([9d9282c](https://github.com/madou/yubaba/commit/9d9282c)) +* renames props passed to animation components ([c54740a](https://github.com/madou/yubaba/commit/c54740a)) + + +### BREAKING CHANGES + +* props passsed to animation components have changed, see the release notes for the migration guide. +* FLIPMove has been renamed to Move. Target has been renamed to FocalTarget. + + + + + ## [1.4.1](https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1) (2018-12-10) diff --git a/packages/yubaba-examples/package.json b/packages/yubaba-examples/package.json index f5ba62a..0ff27a7 100644 --- a/packages/yubaba-examples/package.json +++ b/packages/yubaba-examples/package.json @@ -1,7 +1,7 @@ { "name": "yubaba-examples", "private": true, - "version": "1.4.1", + "version": "2.0.0", "repository": "madou/yubaba", "author": "Michael Dougall", "license": "MIT", @@ -18,8 +18,8 @@ "react-router-dom": "^4.3.1", "react-select": "^2.1.2", "styled-components": "^3.4.5", - "yubaba": "^1.4.1", - "yubaba-common": "^1.3.0" + "yubaba": "^2.0.0", + "yubaba-common": "^2.0.0" }, "devDependencies": { "@storybook/addon-actions": "^3.4.10", diff --git a/packages/yubaba/CHANGELOG.md b/packages/yubaba/CHANGELOG.md index 3c37fa9..a49baba 100644 --- a/packages/yubaba/CHANGELOG.md +++ b/packages/yubaba/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/madou/yubaba/compare/v1.4.1...v2.0.0) (2018-12-11) + + +### Chores + +* renames components ([9d9282c](https://github.com/madou/yubaba/commit/9d9282c)) +* renames props passed to animation components ([c54740a](https://github.com/madou/yubaba/commit/c54740a)) + + +### BREAKING CHANGES + +* props passsed to animation components have changed, see the release notes for the migration guide. +* FLIPMove has been renamed to Move. Target has been renamed to FocalTarget. + + + + + ## [1.4.1](https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1) (2018-12-10) diff --git a/packages/yubaba/package.json b/packages/yubaba/package.json index d63b037..87ada4c 100644 --- a/packages/yubaba/package.json +++ b/packages/yubaba/package.json @@ -1,6 +1,6 @@ { "name": "yubaba", - "version": "1.4.1", + "version": "2.0.0", "repository": "madou/yubaba", "author": "Michael Dougall", "license": "MIT", @@ -39,6 +39,6 @@ "react-router-dom": "^4.3.1", "size-limit": "^0.21.0", "styled-components": "^3.4.5", - "yubaba-common": "^1.3.0" + "yubaba-common": "^2.0.0" } }