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

Commit 40170ae

Browse files
committed
chore(release): publish v1.3.0
1 parent 97ddeb9 commit 40170ae

File tree

8 files changed

+52
-7
lines changed

8 files changed

+52
-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="1.3.0"></a>
7+
# [1.3.0](https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0) (2018-10-06)
8+
9+
10+
### Features
11+
12+
* introduces internal composable api ([9aa4945](https://github.com/madou/yubaba/commit/9aa4945))
13+
14+
15+
16+
17+
618
<a name="1.2.0"></a>
719
# [1.2.0](https://github.com/madou/yubaba/compare/v1.1.4...v1.2.0) (2018-09-22)
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": "1.2.0",
4+
"version": "1.3.0",
55
"useWorkspaces": true,
66
"packages": [
77
"packages/*"

packages/yubaba-common/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="1.3.0"></a>
7+
# [1.3.0](https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0) (2018-10-06)
8+
9+
10+
### Features
11+
12+
* introduces internal composable api ([9aa4945](https://github.com/madou/yubaba/commit/9aa4945))
13+
14+
15+
16+
17+
618
<a name="1.2.0"></a>
719
# [1.2.0](https://github.com/madou/yubaba/compare/v1.1.4...v1.2.0) (2018-09-22)
820

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": "1.2.0",
4+
"version": "1.3.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="1.3.0"></a>
7+
# [1.3.0](https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0) (2018-10-06)
8+
9+
**Note:** Version bump only for package yubaba-examples
10+
11+
12+
13+
14+
615
<a name="1.2.0"></a>
716
# [1.2.0](https://github.com/madou/yubaba/compare/v1.1.4...v1.2.0) (2018-09-22)
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": "1.2.0",
4+
"version": "1.3.0",
55
"repository": "madou/yubaba",
66
"author": "Michael Dougall",
77
"license": "MIT",
@@ -16,8 +16,8 @@
1616
"react-dom": "^16.4.x",
1717
"react-router-dom": "^4.3.1",
1818
"styled-components": "^3.4.5",
19-
"yubaba": "^1.2.0",
20-
"yubaba-common": "^1.2.0"
19+
"yubaba": "^1.3.0",
20+
"yubaba-common": "^1.3.0"
2121
},
2222
"devDependencies": {
2323
"@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="1.3.0"></a>
7+
# [1.3.0](https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0) (2018-10-06)
8+
9+
10+
### Features
11+
12+
* introduces internal composable api ([9aa4945](https://github.com/madou/yubaba/commit/9aa4945))
13+
14+
15+
16+
17+
618
<a name="1.2.0"></a>
719
# [1.2.0](https://github.com/madou/yubaba/compare/v1.1.4...v1.2.0) (2018-09-22)
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": "1.2.0",
3+
"version": "1.3.0",
44
"repository": "madou/yubaba",
55
"author": "Michael Dougall",
66
"license": "MIT",
@@ -31,6 +31,6 @@
3131
"react-dom": "^16.5.2",
3232
"react-router-dom": "^4.3.1",
3333
"styled-components": "^3.4.5",
34-
"yubaba-common": "^1.2.0"
34+
"yubaba-common": "^1.3.0"
3535
}
3636
}

0 commit comments

Comments
 (0)