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

Commit 77c5c6b

Browse files
committed
chore(release): publish v2.1.1
1 parent 2c5336f commit 77c5c6b

6 files changed

Lines changed: 28 additions & 4 deletions

File tree

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.1.1](https://github.com/madou/yubaba/compare/v2.1.0...v2.1.1) (2019-04-02)
7+
8+
**Note:** Version bump only for package yubaba-repo
9+
10+
11+
12+
13+
614
<a name="2.1.0"></a>
715
# [2.1.0](https://github.com/madou/yubaba/compare/v2.0.2...v2.1.0) (2019-02-19)
816

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.1.0",
4+
"version": "2.1.1",
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.1.1](https://github.com/madou/yubaba/compare/v2.1.0...v2.1.1) (2019-04-02)
7+
8+
**Note:** Version bump only for package yubaba-common
9+
10+
11+
12+
13+
614
<a name="2.1.0"></a>
715
# [2.1.0](https://github.com/madou/yubaba/compare/v2.0.2...v2.1.0) (2019-02-19)
816

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.0",
4+
"version": "2.1.1",
55
"repository": "madou/yubaba",
66
"author": "Michael Dougall",
77
"license": "MIT",

packages/yubaba/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.1.1](https://github.com/madou/yubaba/compare/v2.1.0...v2.1.1) (2019-04-02)
7+
8+
**Note:** Version bump only for package yubaba
9+
10+
11+
12+
13+
614
<a name="2.1.0"></a>
715
# [2.1.0](https://github.com/madou/yubaba/compare/v2.0.2...v2.1.0) (2019-02-19)
816

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.1.0",
3+
"version": "2.1.1",
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.0"
55+
"yubaba-common": "^2.1.1"
5656
}
5757
}

0 commit comments

Comments
 (0)