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

Commit 4b2e9cc

Browse files
committed
chore(release): publish v2.0.0
1 parent 2236d92 commit 4b2e9cc

File tree

8 files changed

+73
-7
lines changed

8 files changed

+73
-7
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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="2.0.0"></a>
7+
# [2.0.0](https://github.com/madou/yubaba/compare/v1.4.1...v2.0.0) (2018-12-11)
8+
9+
10+
### Chores
11+
12+
* renames components ([9d9282c](https://github.com/madou/yubaba/commit/9d9282c))
13+
* renames props passed to animation components ([c54740a](https://github.com/madou/yubaba/commit/c54740a))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* props passsed to animation components have changed, see the release notes for the migration guide.
19+
* FLIPMove has been renamed to Move. Target has been renamed to FocalTarget.
20+
21+
22+
23+
24+
625
<a name="1.4.1"></a>
726
## [1.4.1](https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1) (2018-12-10)
827

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

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

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

packages/yubaba-examples/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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="2.0.0"></a>
7+
# [2.0.0](https://github.com/madou/yubaba/compare/v1.4.1...v2.0.0) (2018-12-11)
8+
9+
10+
### Chores
11+
12+
* renames components ([9d9282c](https://github.com/madou/yubaba/commit/9d9282c))
13+
* renames props passed to animation components ([c54740a](https://github.com/madou/yubaba/commit/c54740a))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* props passsed to animation components have changed, see the release notes for the migration guide.
19+
* FLIPMove has been renamed to Move. Target has been renamed to FocalTarget.
20+
21+
22+
23+
24+
625
<a name="1.4.1"></a>
726
## [1.4.1](https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1) (2018-12-10)
827

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.4.1",
4+
"version": "2.0.0",
55
"repository": "madou/yubaba",
66
"author": "Michael Dougall",
77
"license": "MIT",
@@ -18,8 +18,8 @@
1818
"react-router-dom": "^4.3.1",
1919
"react-select": "^2.1.2",
2020
"styled-components": "^3.4.5",
21-
"yubaba": "^1.4.1",
22-
"yubaba-common": "^1.3.0"
21+
"yubaba": "^2.0.0",
22+
"yubaba-common": "^2.0.0"
2323
},
2424
"devDependencies": {
2525
"@storybook/addon-actions": "^3.4.10",

packages/yubaba/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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="2.0.0"></a>
7+
# [2.0.0](https://github.com/madou/yubaba/compare/v1.4.1...v2.0.0) (2018-12-11)
8+
9+
10+
### Chores
11+
12+
* renames components ([9d9282c](https://github.com/madou/yubaba/commit/9d9282c))
13+
* renames props passed to animation components ([c54740a](https://github.com/madou/yubaba/commit/c54740a))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* props passsed to animation components have changed, see the release notes for the migration guide.
19+
* FLIPMove has been renamed to Move. Target has been renamed to FocalTarget.
20+
21+
22+
23+
24+
625
<a name="1.4.1"></a>
726
## [1.4.1](https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1) (2018-12-10)
827

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.4.1",
3+
"version": "2.0.0",
44
"repository": "madou/yubaba",
55
"author": "Michael Dougall",
66
"license": "MIT",
@@ -39,6 +39,6 @@
3939
"react-router-dom": "^4.3.1",
4040
"size-limit": "^0.21.0",
4141
"styled-components": "^3.4.5",
42-
"yubaba-common": "^1.3.0"
42+
"yubaba-common": "^2.0.0"
4343
}
4444
}

0 commit comments

Comments
 (0)