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.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdouges committed May 11, 2019
1 parent 039ef9a commit 3e9766f
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0](https://github.com/madou/yubaba/compare/v2.2.1...v2.3.0) (2019-05-11)


### Bug Fixes

* **reshaping-container:** adds triggerKey for triggering animation for composite components ([0f1ec5f](https://github.com/madou/yubaba/commit/0f1ec5f))
* **reshaping-container:** passes down max height to children ([1d31e94](https://github.com/madou/yubaba/commit/1d31e94))


### Features

* **baba-manager:** adds ability for baba manager to hide visibility when an animation is about to start ([4a73cf7](https://github.com/madou/yubaba/commit/4a73cf7))
* **focal-conceal-move:** renames to focal conceal move from conceal move ([039ef9a](https://github.com/madou/yubaba/commit/039ef9a))
* **visibility-manager:** renames baba manager to visibility manager ([b283d09](https://github.com/madou/yubaba/commit/b283d09))





## [2.2.1](https://github.com/madou/yubaba/compare/v2.2.0...v2.2.1) (2019-05-07)


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.2.1",
"version": "2.3.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.3.0](https://github.com/madou/yubaba/compare/v2.2.1...v2.3.0) (2019-05-11)

**Note:** Version bump only for package yubaba-common





## [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-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.1.1",
"version": "2.3.0",
"repository": "madou/yubaba",
"author": "Michael Dougall",
"license": "MIT",
Expand Down
19 changes: 19 additions & 0 deletions packages/yubaba/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0](https://github.com/madou/yubaba/compare/v2.2.1...v2.3.0) (2019-05-11)


### Bug Fixes

* **reshaping-container:** adds triggerKey for triggering animation for composite components ([0f1ec5f](https://github.com/madou/yubaba/commit/0f1ec5f))
* **reshaping-container:** passes down max height to children ([1d31e94](https://github.com/madou/yubaba/commit/1d31e94))


### Features

* **baba-manager:** adds ability for baba manager to hide visibility when an animation is about to start ([4a73cf7](https://github.com/madou/yubaba/commit/4a73cf7))
* **focal-conceal-move:** renames to focal conceal move from conceal move ([039ef9a](https://github.com/madou/yubaba/commit/039ef9a))
* **visibility-manager:** renames baba manager to visibility manager ([b283d09](https://github.com/madou/yubaba/commit/b283d09))





## [2.2.1](https://github.com/madou/yubaba/compare/v2.2.0...v2.2.1) (2019-05-07)


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.2.1",
"version": "2.3.0",
"repository": "madou/yubaba",
"author": "Michael Dougall",
"license": "MIT",
Expand Down Expand Up @@ -52,6 +52,6 @@
"react-select": "^2.4.2",
"size-limit": "^0.21.0",
"styled-components": "^3.4.5",
"yubaba-common": "^2.1.1"
"yubaba-common": "^2.3.0"
}
}

0 comments on commit 3e9766f

Please sign in to comment.