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

Commit d5edce7

Browse files
committed
chore(release): publish v1.4.1
1 parent 7cb61f2 commit d5edce7

6 files changed

Lines changed: 31 additions & 4 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.4.1"></a>
7+
## [1.4.1](https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1) (2018-12-10)
8+
9+
**Note:** Version bump only for package yubaba-repo
10+
11+
12+
13+
14+
615
<a name="1.4.0"></a>
716
# [1.4.0](https://github.com/madou/yubaba/compare/v1.3.0...v1.4.0) (2018-11-17)
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.4.0",
4+
"version": "1.4.1",
55
"useWorkspaces": true,
66
"packages": [
77
"packages/*"

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.4.1"></a>
7+
## [1.4.1](https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1) (2018-12-10)
8+
9+
**Note:** Version bump only for package yubaba-examples
10+
11+
12+
13+
14+
615
<a name="1.4.0"></a>
716
# [1.4.0](https://github.com/madou/yubaba/compare/v1.3.0...v1.4.0) (2018-11-17)
817

packages/yubaba-examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yubaba-examples",
33
"private": true,
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"repository": "madou/yubaba",
66
"author": "Michael Dougall",
77
"license": "MIT",
@@ -18,7 +18,7 @@
1818
"react-router-dom": "^4.3.1",
1919
"react-select": "^2.1.2",
2020
"styled-components": "^3.4.5",
21-
"yubaba": "^1.4.0",
21+
"yubaba": "^1.4.1",
2222
"yubaba-common": "^1.3.0"
2323
},
2424
"devDependencies": {

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.4.1"></a>
7+
## [1.4.1](https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1) (2018-12-10)
8+
9+
**Note:** Version bump only for package yubaba
10+
11+
12+
13+
14+
615
<a name="1.4.0"></a>
716
# [1.4.0](https://github.com/madou/yubaba/compare/v1.3.0...v1.4.0) (2018-11-17)
817

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": "1.4.0",
3+
"version": "1.4.1",
44
"repository": "madou/yubaba",
55
"author": "Michael Dougall",
66
"license": "MIT",

0 commit comments

Comments
 (0)