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

Commit 64381c4

Browse files
committed
chore(release): publish v2.2.0
1 parent e8b23de commit 64381c4

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.2.0](https://github.com/madou/yubaba/compare/v2.1.1...v2.2.0) (2019-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* fixes ordering of docs, adds extra content to introduction ([2fddeba](https://github.com/madou/yubaba/commit/2fddeba))
12+
13+
14+
### Features
15+
16+
* adds reshaping container composite component ([485d259](https://github.com/madou/yubaba/commit/485d259))
17+
* adds reveal reshaping container composite component ([b8d711b](https://github.com/madou/yubaba/commit/b8d711b))
18+
19+
20+
21+
22+
623
## [2.1.1](https://github.com/madou/yubaba/compare/v2.1.0...v2.1.1) (2019-04-02)
724

825
**Note:** Version bump only for package yubaba-repo

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"lerna": "2.0.0",
33
"npmClient": "yarn",
4-
"version": "2.1.1",
4+
"version": "2.2.0",
55
"useWorkspaces": true,
66
"packages": [
77
"packages/*"

packages/yubaba/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.2.0](https://github.com/madou/yubaba/compare/v2.1.1...v2.2.0) (2019-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* fixes ordering of docs, adds extra content to introduction ([2fddeba](https://github.com/madou/yubaba/commit/2fddeba))
12+
13+
14+
### Features
15+
16+
* adds reshaping container composite component ([485d259](https://github.com/madou/yubaba/commit/485d259))
17+
* adds reveal reshaping container composite component ([b8d711b](https://github.com/madou/yubaba/commit/b8d711b))
18+
19+
20+
21+
22+
623
## [2.1.1](https://github.com/madou/yubaba/compare/v2.1.0...v2.1.1) (2019-04-02)
724

825
**Note:** Version bump only for package yubaba

packages/yubaba/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yubaba",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"repository": "madou/yubaba",
55
"author": "Michael Dougall",
66
"license": "MIT",

0 commit comments

Comments
 (0)