diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d645d..dc8437f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/madou/yubaba/compare/v2.1.1...v2.2.0) (2019-05-05) + + +### Bug Fixes + +* fixes ordering of docs, adds extra content to introduction ([2fddeba](https://github.com/madou/yubaba/commit/2fddeba)) + + +### Features + +* adds reshaping container composite component ([485d259](https://github.com/madou/yubaba/commit/485d259)) +* adds reveal reshaping container composite component ([b8d711b](https://github.com/madou/yubaba/commit/b8d711b)) + + + + + ## [2.1.1](https://github.com/madou/yubaba/compare/v2.1.0...v2.1.1) (2019-04-02) **Note:** Version bump only for package yubaba-repo diff --git a/lerna.json b/lerna.json index eef9a1e..3c4082b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "lerna": "2.0.0", "npmClient": "yarn", - "version": "2.1.1", + "version": "2.2.0", "useWorkspaces": true, "packages": [ "packages/*" diff --git a/packages/yubaba/CHANGELOG.md b/packages/yubaba/CHANGELOG.md index cea7dc0..f1741e7 100644 --- a/packages/yubaba/CHANGELOG.md +++ b/packages/yubaba/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/madou/yubaba/compare/v2.1.1...v2.2.0) (2019-05-05) + + +### Bug Fixes + +* fixes ordering of docs, adds extra content to introduction ([2fddeba](https://github.com/madou/yubaba/commit/2fddeba)) + + +### Features + +* adds reshaping container composite component ([485d259](https://github.com/madou/yubaba/commit/485d259)) +* adds reveal reshaping container composite component ([b8d711b](https://github.com/madou/yubaba/commit/b8d711b)) + + + + + ## [2.1.1](https://github.com/madou/yubaba/compare/v2.1.0...v2.1.1) (2019-04-02) **Note:** Version bump only for package yubaba diff --git a/packages/yubaba/package.json b/packages/yubaba/package.json index e7a7008..1609df9 100644 --- a/packages/yubaba/package.json +++ b/packages/yubaba/package.json @@ -1,6 +1,6 @@ { "name": "yubaba", - "version": "2.1.1", + "version": "2.2.0", "repository": "madou/yubaba", "author": "Michael Dougall", "license": "MIT",