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

Commit 63eb8ae

Browse files
committed
chore(release): publish v2.3.2
1 parent a3d6569 commit 63eb8ae

4 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2](https://github.com/madou/yubaba/compare/v2.3.1...v2.3.2) (2019-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **baba:** replaces usage of render subtree with create portal to pass new context through ([cb67a58](https://github.com/madou/yubaba/commit/cb67a58))
12+
13+
14+
15+
16+
617
## [2.3.1](https://github.com/madou/yubaba/compare/v2.3.0...v2.3.1) (2019-05-13)
718

819

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.3.1",
4+
"version": "2.3.2",
55
"useWorkspaces": true,
66
"packages": [
77
"packages/*"

packages/yubaba/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2](https://github.com/madou/yubaba/compare/v2.3.1...v2.3.2) (2019-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **baba:** replaces usage of render subtree with create portal to pass new context through ([cb67a58](https://github.com/madou/yubaba/commit/cb67a58))
12+
13+
14+
15+
16+
617
## [2.3.1](https://github.com/madou/yubaba/compare/v2.3.0...v2.3.1) (2019-05-13)
718

819

packages/yubaba/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yubaba",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"repository": "madou/yubaba",
55
"author": "Michael Dougall",
66
"license": "MIT",

0 commit comments

Comments
 (0)