This repository was archived by the owner on Apr 14, 2020. It is now read-only.
Commit 4b2e9cc 1 parent 2236d92 commit 4b2e9cc Copy full SHA for 4b2e9cc
File tree 8 files changed +73
-7
lines changed
8 files changed +73
-7
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
25
<a name =" 1.4.1 " ></a >
7
26
## [ 1.4.1] ( https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1 ) (2018-12-10)
8
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.0.0" ,
3
3
"npmClient" : " yarn" ,
4
- "version" : " 1.4.1 " ,
4
+ "version" : " 2.0.0 " ,
5
5
"useWorkspaces" : true ,
6
6
"packages" : [
7
7
" packages/*"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
15
<a name =" 1.3.0 " ></a >
7
16
# [ 1.3.0] ( https://github.com/madou/yubaba/compare/v1.2.0...v1.3.0 ) (2018-10-06)
8
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " yubaba-common" ,
3
3
"private" : true ,
4
- "version" : " 1.3 .0" ,
4
+ "version" : " 2.0 .0" ,
5
5
"repository" : " madou/yubaba" ,
6
6
"author" : " Michael Dougall" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
25
<a name =" 1.4.1 " ></a >
7
26
## [ 1.4.1] ( https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1 ) (2018-12-10)
8
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " yubaba-examples" ,
3
3
"private" : true ,
4
- "version" : " 1.4.1 " ,
4
+ "version" : " 2.0.0 " ,
5
5
"repository" : " madou/yubaba" ,
6
6
"author" : " Michael Dougall" ,
7
7
"license" : " MIT" ,
18
18
"react-router-dom" : " ^4.3.1" ,
19
19
"react-select" : " ^2.1.2" ,
20
20
"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"
23
23
},
24
24
"devDependencies" : {
25
25
"@storybook/addon-actions" : " ^3.4.10" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
25
<a name =" 1.4.1 " ></a >
7
26
## [ 1.4.1] ( https://github.com/madou/yubaba/compare/v1.4.0...v1.4.1 ) (2018-12-10)
8
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " yubaba" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"repository" : " madou/yubaba" ,
5
5
"author" : " Michael Dougall" ,
6
6
"license" : " MIT" ,
39
39
"react-router-dom" : " ^4.3.1" ,
40
40
"size-limit" : " ^0.21.0" ,
41
41
"styled-components" : " ^3.4.5" ,
42
- "yubaba-common" : " ^1.3 .0"
42
+ "yubaba-common" : " ^2.0 .0"
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments