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

Commit

Permalink
chore(release): publish v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdouges committed Oct 6, 2018
1 parent 97ddeb9 commit 40170ae
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.3.0"></a>
# [1.3.0](https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0) (2018-10-06)


### Features

* introduces internal composable api ([9aa4945](https://github.com/madou/yubaba/commit/9aa4945))





<a name="1.2.0"></a>
# [1.2.0](https://github.com/madou/yubaba/compare/v1.1.4...v1.2.0) (2018-09-22)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "2.0.0",
"npmClient": "yarn",
"version": "1.2.0",
"version": "1.3.0",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
12 changes: 12 additions & 0 deletions packages/yubaba-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.3.0"></a>
# [1.3.0](https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0) (2018-10-06)


### Features

* introduces internal composable api ([9aa4945](https://github.com/madou/yubaba/commit/9aa4945))





<a name="1.2.0"></a>
# [1.2.0](https://github.com/madou/yubaba/compare/v1.1.4...v1.2.0) (2018-09-22)

Expand Down
2 changes: 1 addition & 1 deletion packages/yubaba-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yubaba-common",
"private": true,
"version": "1.2.0",
"version": "1.3.0",
"repository": "madou/yubaba",
"author": "Michael Dougall",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/yubaba-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.3.0"></a>
# [1.3.0](https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0) (2018-10-06)

**Note:** Version bump only for package yubaba-examples





<a name="1.2.0"></a>
# [1.2.0](https://github.com/madou/yubaba/compare/v1.1.4...v1.2.0) (2018-09-22)

Expand Down
6 changes: 3 additions & 3 deletions packages/yubaba-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yubaba-examples",
"private": true,
"version": "1.2.0",
"version": "1.3.0",
"repository": "madou/yubaba",
"author": "Michael Dougall",
"license": "MIT",
Expand All @@ -16,8 +16,8 @@
"react-dom": "^16.4.x",
"react-router-dom": "^4.3.1",
"styled-components": "^3.4.5",
"yubaba": "^1.2.0",
"yubaba-common": "^1.2.0"
"yubaba": "^1.3.0",
"yubaba-common": "^1.3.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.10",
Expand Down
12 changes: 12 additions & 0 deletions packages/yubaba/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.3.0"></a>
# [1.3.0](https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0) (2018-10-06)


### Features

* introduces internal composable api ([9aa4945](https://github.com/madou/yubaba/commit/9aa4945))





<a name="1.2.0"></a>
# [1.2.0](https://github.com/madou/yubaba/compare/v1.1.4...v1.2.0) (2018-09-22)

Expand Down
4 changes: 2 additions & 2 deletions packages/yubaba/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yubaba",
"version": "1.2.0",
"version": "1.3.0",
"repository": "madou/yubaba",
"author": "Michael Dougall",
"license": "MIT",
Expand Down Expand Up @@ -31,6 +31,6 @@
"react-dom": "^16.5.2",
"react-router-dom": "^4.3.1",
"styled-components": "^3.4.5",
"yubaba-common": "^1.2.0"
"yubaba-common": "^1.3.0"
}
}

0 comments on commit 40170ae

Please sign in to comment.