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

Commit f51129b

Browse files
committed
chore(release): publish v2.1.0
1 parent fada451 commit f51129b

File tree

8 files changed

+49
-7
lines changed

8 files changed

+49
-7
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
<a name="2.1.0"></a>
7+
# [2.1.0](https://github.com/madou/yubaba/compare/v2.0.2...v2.1.0) (2019-02-19)
8+
9+
10+
### Features
11+
12+
* adds dynamic duration ([8732a40](https://github.com/madou/yubaba/commit/8732a40))
13+
14+
15+
16+
17+
618
<a name="2.0.2"></a>
719
## [2.0.2](https://github.com/madou/yubaba/compare/v2.0.1...v2.0.2) (2018-12-29)
820

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

packages/yubaba-common/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
<a name="2.1.0"></a>
7+
# [2.1.0](https://github.com/madou/yubaba/compare/v2.0.2...v2.1.0) (2019-02-19)
8+
9+
**Note:** Version bump only for package yubaba-common
10+
11+
12+
13+
14+
615
<a name="2.0.0"></a>
716
# [2.0.0](https://github.com/madou/yubaba/compare/v1.4.1...v2.0.0) (2018-12-11)
817

packages/yubaba-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yubaba-common",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"repository": "madou/yubaba",
66
"author": "Michael Dougall",
77
"license": "MIT",

packages/yubaba-examples/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
<a name="2.1.0"></a>
7+
# [2.1.0](https://github.com/madou/yubaba/compare/v2.0.2...v2.1.0) (2019-02-19)
8+
9+
**Note:** Version bump only for package yubaba-examples
10+
11+
12+
13+
14+
615
<a name="2.0.2"></a>
716
## [2.0.2](https://github.com/madou/yubaba/compare/v2.0.1...v2.0.2) (2018-12-29)
817

packages/yubaba-examples/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yubaba-examples",
33
"private": true,
4-
"version": "2.0.2",
4+
"version": "2.1.0",
55
"repository": "madou/yubaba",
66
"author": "Michael Dougall",
77
"license": "MIT",
@@ -18,8 +18,8 @@
1818
"react-router-dom": "^4.3.1",
1919
"react-select": "^2.1.2",
2020
"styled-components": "^3.4.5",
21-
"yubaba": "^2.0.2",
22-
"yubaba-common": "^2.0.0"
21+
"yubaba": "^2.1.0",
22+
"yubaba-common": "^2.1.0"
2323
},
2424
"devDependencies": {
2525
"@storybook/addon-actions": "^3.4.10",

packages/yubaba/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
<a name="2.1.0"></a>
7+
# [2.1.0](https://github.com/madou/yubaba/compare/v2.0.2...v2.1.0) (2019-02-19)
8+
9+
10+
### Features
11+
12+
* adds dynamic duration ([8732a40](https://github.com/madou/yubaba/commit/8732a40))
13+
14+
15+
16+
17+
618
<a name="2.0.2"></a>
719
## [2.0.2](https://github.com/madou/yubaba/compare/v2.0.1...v2.0.2) (2018-12-29)
820

packages/yubaba/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yubaba",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"repository": "madou/yubaba",
55
"author": "Michael Dougall",
66
"license": "MIT",
@@ -50,6 +50,6 @@
5050
"react-router-dom": "^4.3.1",
5151
"size-limit": "^0.21.0",
5252
"styled-components": "^3.4.5",
53-
"yubaba-common": "^2.0.0"
53+
"yubaba-common": "^2.1.0"
5454
}
5555
}

0 commit comments

Comments
 (0)