From 40170ae41a51dd393f1e216e6010423bde86a081 Mon Sep 17 00:00:00 2001 From: madou Date: Sat, 6 Oct 2018 16:32:06 +1000 Subject: [PATCH] chore(release): publish v1.3.0 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/yubaba-common/CHANGELOG.md | 12 ++++++++++++ packages/yubaba-common/package.json | 2 +- packages/yubaba-examples/CHANGELOG.md | 9 +++++++++ packages/yubaba-examples/package.json | 6 +++--- packages/yubaba/CHANGELOG.md | 12 ++++++++++++ packages/yubaba/package.json | 4 ++-- 8 files changed, 52 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7046f86..6fa12ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.3.0](https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0) (2018-10-06) + + +### Features + +* introduces internal composable api ([9aa4945](https://github.com/madou/yubaba/commit/9aa4945)) + + + + + # [1.2.0](https://github.com/madou/yubaba/compare/v1.1.4...v1.2.0) (2018-09-22) diff --git a/lerna.json b/lerna.json index 64d4809..7d24ee7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "lerna": "2.0.0", "npmClient": "yarn", - "version": "1.2.0", + "version": "1.3.0", "useWorkspaces": true, "packages": [ "packages/*" diff --git a/packages/yubaba-common/CHANGELOG.md b/packages/yubaba-common/CHANGELOG.md index 730b8e3..55346ac 100644 --- a/packages/yubaba-common/CHANGELOG.md +++ b/packages/yubaba-common/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.3.0](https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0) (2018-10-06) + + +### Features + +* introduces internal composable api ([9aa4945](https://github.com/madou/yubaba/commit/9aa4945)) + + + + + # [1.2.0](https://github.com/madou/yubaba/compare/v1.1.4...v1.2.0) (2018-09-22) diff --git a/packages/yubaba-common/package.json b/packages/yubaba-common/package.json index 83e9997..8e45a48 100644 --- a/packages/yubaba-common/package.json +++ b/packages/yubaba-common/package.json @@ -1,7 +1,7 @@ { "name": "yubaba-common", "private": true, - "version": "1.2.0", + "version": "1.3.0", "repository": "madou/yubaba", "author": "Michael Dougall", "license": "MIT", diff --git a/packages/yubaba-examples/CHANGELOG.md b/packages/yubaba-examples/CHANGELOG.md index 7a8651b..750371c 100644 --- a/packages/yubaba-examples/CHANGELOG.md +++ b/packages/yubaba-examples/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. + +# [1.3.0](https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0) (2018-10-06) + +**Note:** Version bump only for package yubaba-examples + + + + + # [1.2.0](https://github.com/madou/yubaba/compare/v1.1.4...v1.2.0) (2018-09-22) diff --git a/packages/yubaba-examples/package.json b/packages/yubaba-examples/package.json index 8f028bf..578512e 100644 --- a/packages/yubaba-examples/package.json +++ b/packages/yubaba-examples/package.json @@ -1,7 +1,7 @@ { "name": "yubaba-examples", "private": true, - "version": "1.2.0", + "version": "1.3.0", "repository": "madou/yubaba", "author": "Michael Dougall", "license": "MIT", @@ -16,8 +16,8 @@ "react-dom": "^16.4.x", "react-router-dom": "^4.3.1", "styled-components": "^3.4.5", - "yubaba": "^1.2.0", - "yubaba-common": "^1.2.0" + "yubaba": "^1.3.0", + "yubaba-common": "^1.3.0" }, "devDependencies": { "@storybook/addon-actions": "^3.4.10", diff --git a/packages/yubaba/CHANGELOG.md b/packages/yubaba/CHANGELOG.md index 878dc95..a0d3271 100644 --- a/packages/yubaba/CHANGELOG.md +++ b/packages/yubaba/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.3.0](https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0) (2018-10-06) + + +### Features + +* introduces internal composable api ([9aa4945](https://github.com/madou/yubaba/commit/9aa4945)) + + + + + # [1.2.0](https://github.com/madou/yubaba/compare/v1.1.4...v1.2.0) (2018-09-22) diff --git a/packages/yubaba/package.json b/packages/yubaba/package.json index 6a85b66..cdefec5 100644 --- a/packages/yubaba/package.json +++ b/packages/yubaba/package.json @@ -1,6 +1,6 @@ { "name": "yubaba", - "version": "1.2.0", + "version": "1.3.0", "repository": "madou/yubaba", "author": "Michael Dougall", "license": "MIT", @@ -31,6 +31,6 @@ "react-dom": "^16.5.2", "react-router-dom": "^4.3.1", "styled-components": "^3.4.5", - "yubaba-common": "^1.2.0" + "yubaba-common": "^1.3.0" } }