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

Commit 27c2804

Browse files
author
Michael Dougall
committed
chore(release): publish v1.1.4
1 parent 15e1a81 commit 27c2804

8 files changed

Lines changed: 43 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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="1.1.4"></a>
7+
## [1.1.4](https://github.com/madou/yubaba/compare/v1.1.3...v1.1.4) (2018-09-16)
8+
9+
**Note:** Version bump only for package yubaba-repo
10+
11+
12+
13+
14+
615
<a name="1.1.3"></a>
716
## [1.1.3](https://github.com/madou/yubaba/compare/v1.1.2...v1.1.3) (2018-09-16)
817

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

packages/yubaba-common/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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="1.1.4"></a>
7+
## [1.1.4](https://github.com/madou/yubaba/compare/v1.1.3...v1.1.4) (2018-09-16)
8+
9+
**Note:** Version bump only for package yubaba-common
10+
11+
12+
13+
14+
615
<a name="1.1.3"></a>
716
## [1.1.3](https://github.com/madou/yubaba/compare/v1.1.2...v1.1.3) (2018-09-16)
817

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

packages/yubaba-examples/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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="1.1.4"></a>
7+
## [1.1.4](https://github.com/madou/yubaba/compare/v1.1.3...v1.1.4) (2018-09-16)
8+
9+
**Note:** Version bump only for package yubaba-examples
10+
11+
12+
13+
14+
615
<a name="1.1.3"></a>
716
## [1.1.3](https://github.com/madou/yubaba/compare/v1.1.2...v1.1.3) (2018-09-16)
817

packages/yubaba-examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yubaba-examples",
33
"private": true,
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"repository": "madou/yubaba",
66
"author": "Michael Dougall",
77
"license": "MIT",
@@ -15,8 +15,8 @@
1515
"react-dom": "^16.4.x",
1616
"react-router-dom": "^4.3.1",
1717
"styled-components": "^3.4.5",
18-
"yubaba": "^1.1.3",
19-
"yubaba-common": "^1.1.3"
18+
"yubaba": "^1.1.4",
19+
"yubaba-common": "^1.1.4"
2020
},
2121
"devDependencies": {
2222
"@storybook/addon-actions": "^3.4.10",

packages/yubaba/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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="1.1.4"></a>
7+
## [1.1.4](https://github.com/madou/yubaba/compare/v1.1.3...v1.1.4) (2018-09-16)
8+
9+
**Note:** Version bump only for package yubaba
10+
11+
12+
13+
14+
615
<a name="1.1.3"></a>
716
## [1.1.3](https://github.com/madou/yubaba/compare/v1.1.2...v1.1.3) (2018-09-16)
817

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": "1.1.3",
3+
"version": "1.1.4",
44
"repository": "madou/yubaba",
55
"author": "Michael Dougall",
66
"license": "MIT",
@@ -28,6 +28,6 @@
2828
"react-dom": "^16.5.0",
2929
"react-router-dom": "^4.3.1",
3030
"styled-components": "^3.4.5",
31-
"yubaba-common": "^1.1.3"
31+
"yubaba-common": "^1.1.4"
3232
}
3333
}

0 commit comments

Comments
 (0)