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 v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdouges committed Dec 11, 2018
1 parent 2236d92 commit 4b2e9cc
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/madou/yubaba/compare/v1.4.1...v2.0.0) (2018-12-11)


### Chores

* renames components ([9d9282c](https://github.com/madou/yubaba/commit/9d9282c))
* renames props passed to animation components ([c54740a](https://github.com/madou/yubaba/commit/c54740a))


### BREAKING CHANGES

* props passsed to animation components have changed, see the release notes for the migration guide.
* FLIPMove has been renamed to Move. Target has been renamed to FocalTarget.





<a name="1.4.1"></a>
## [1.4.1](https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1) (2018-12-10)

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.4.1",
"version": "2.0.0",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
9 changes: 9 additions & 0 deletions packages/yubaba-common/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="2.0.0"></a>
# [2.0.0](https://github.com/madou/yubaba/compare/v1.4.1...v2.0.0) (2018-12-11)

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





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

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.3.0",
"version": "2.0.0",
"repository": "madou/yubaba",
"author": "Michael Dougall",
"license": "MIT",
Expand Down
19 changes: 19 additions & 0 deletions packages/yubaba-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/madou/yubaba/compare/v1.4.1...v2.0.0) (2018-12-11)


### Chores

* renames components ([9d9282c](https://github.com/madou/yubaba/commit/9d9282c))
* renames props passed to animation components ([c54740a](https://github.com/madou/yubaba/commit/c54740a))


### BREAKING CHANGES

* props passsed to animation components have changed, see the release notes for the migration guide.
* FLIPMove has been renamed to Move. Target has been renamed to FocalTarget.





<a name="1.4.1"></a>
## [1.4.1](https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1) (2018-12-10)

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.4.1",
"version": "2.0.0",
"repository": "madou/yubaba",
"author": "Michael Dougall",
"license": "MIT",
Expand All @@ -18,8 +18,8 @@
"react-router-dom": "^4.3.1",
"react-select": "^2.1.2",
"styled-components": "^3.4.5",
"yubaba": "^1.4.1",
"yubaba-common": "^1.3.0"
"yubaba": "^2.0.0",
"yubaba-common": "^2.0.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.10",
Expand Down
19 changes: 19 additions & 0 deletions packages/yubaba/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/madou/yubaba/compare/v1.4.1...v2.0.0) (2018-12-11)


### Chores

* renames components ([9d9282c](https://github.com/madou/yubaba/commit/9d9282c))
* renames props passed to animation components ([c54740a](https://github.com/madou/yubaba/commit/c54740a))


### BREAKING CHANGES

* props passsed to animation components have changed, see the release notes for the migration guide.
* FLIPMove has been renamed to Move. Target has been renamed to FocalTarget.





<a name="1.4.1"></a>
## [1.4.1](https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1) (2018-12-10)

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.4.1",
"version": "2.0.0",
"repository": "madou/yubaba",
"author": "Michael Dougall",
"license": "MIT",
Expand Down Expand Up @@ -39,6 +39,6 @@
"react-router-dom": "^4.3.1",
"size-limit": "^0.21.0",
"styled-components": "^3.4.5",
"yubaba-common": "^1.3.0"
"yubaba-common": "^2.0.0"
}
}

0 comments on commit 4b2e9cc

Please sign in to comment.