Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.

Commit 3e9766f

Browse files
committed
chore(release): publish v2.3.0
1 parent 039ef9a commit 3e9766f

6 files changed

Lines changed: 50 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.3.0](https://github.com/madou/yubaba/compare/v2.2.1...v2.3.0) (2019-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **reshaping-container:** adds triggerKey for triggering animation for composite components ([0f1ec5f](https://github.com/madou/yubaba/commit/0f1ec5f))
12+
* **reshaping-container:** passes down max height to children ([1d31e94](https://github.com/madou/yubaba/commit/1d31e94))
13+
14+
15+
### Features
16+
17+
* **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))
18+
* **focal-conceal-move:** renames to focal conceal move from conceal move ([039ef9a](https://github.com/madou/yubaba/commit/039ef9a))
19+
* **visibility-manager:** renames baba manager to visibility manager ([b283d09](https://github.com/madou/yubaba/commit/b283d09))
20+
21+
22+
23+
24+
625
## [2.2.1](https://github.com/madou/yubaba/compare/v2.2.0...v2.2.1) (2019-05-07)
726

827

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"lerna": "2.0.0",
33
"npmClient": "yarn",
4-
"version": "2.2.1",
4+
"version": "2.3.0",
55
"useWorkspaces": true,
66
"packages": [
77
"packages/*"

packages/yubaba-common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.3.0](https://github.com/madou/yubaba/compare/v2.2.1...v2.3.0) (2019-05-11)
7+
8+
**Note:** Version bump only for package yubaba-common
9+
10+
11+
12+
13+
614
## [2.1.1](https://github.com/madou/yubaba/compare/v2.1.0...v2.1.1) (2019-04-02)
715

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

packages/yubaba-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yubaba-common",
33
"private": true,
4-
"version": "2.1.1",
4+
"version": "2.3.0",
55
"repository": "madou/yubaba",
66
"author": "Michael Dougall",
77
"license": "MIT",

packages/yubaba/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.3.0](https://github.com/madou/yubaba/compare/v2.2.1...v2.3.0) (2019-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **reshaping-container:** adds triggerKey for triggering animation for composite components ([0f1ec5f](https://github.com/madou/yubaba/commit/0f1ec5f))
12+
* **reshaping-container:** passes down max height to children ([1d31e94](https://github.com/madou/yubaba/commit/1d31e94))
13+
14+
15+
### Features
16+
17+
* **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))
18+
* **focal-conceal-move:** renames to focal conceal move from conceal move ([039ef9a](https://github.com/madou/yubaba/commit/039ef9a))
19+
* **visibility-manager:** renames baba manager to visibility manager ([b283d09](https://github.com/madou/yubaba/commit/b283d09))
20+
21+
22+
23+
24+
625
## [2.2.1](https://github.com/madou/yubaba/compare/v2.2.0...v2.2.1) (2019-05-07)
726

827

packages/yubaba/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yubaba",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"repository": "madou/yubaba",
55
"author": "Michael Dougall",
66
"license": "MIT",
@@ -52,6 +52,6 @@
5252
"react-select": "^2.4.2",
5353
"size-limit": "^0.21.0",
5454
"styled-components": "^3.4.5",
55-
"yubaba-common": "^2.1.1"
55+
"yubaba-common": "^2.3.0"
5656
}
5757
}

0 commit comments

Comments
 (0)