File tree Expand file tree Collapse file tree 12 files changed +40
-12
lines changed Expand file tree Collapse file tree 12 files changed +40
-12
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
+ ## [ 0.5.1] ( https://github.com/kripod/otion/compare/v0.5.0...v0.5.1 ) (2020-07-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ - custom property precedence management ([ c38f132] ( https://github.com/kripod/otion/commit/c38f1323ef3f6fddb4dbf83259cc48d49024e8ac ) )
11
+
6
12
# [ 0.5.0] ( https://github.com/kripod/otion/compare/v0.4.0...v0.5.0 ) (2020-07-23)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.0 " ,
2
+ "version" : " 0.5.1 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"command" : {
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
+ ## [ 0.5.1] ( https://github.com/kripod/otion/compare/v0.5.0...v0.5.1 ) (2020-07-26)
7
+
8
+ ** Note:** Version bump only for package otion-example-cra
9
+
6
10
# [ 0.5.0] ( https://github.com/kripod/otion/compare/v0.4.0...v0.5.0 ) (2020-07-23)
7
11
8
12
** Note:** Version bump only for package otion-example-cra
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " otion-example-cra" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " react-scripts build" ,
23
23
},
24
24
"dependencies" : {
25
25
"cra-template-typescript" : " 1.0.3" ,
26
- "otion" : " ^0.5.0 " ,
26
+ "otion" : " ^0.5.1 " ,
27
27
"react" : " ^16.13.1" ,
28
28
"react-dom" : " ^16.13.1" ,
29
29
"react-scripts" : " 3.4.1"
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
+ ## [ 0.5.1] ( https://github.com/kripod/otion/compare/v0.5.0...v0.5.1 ) (2020-07-26)
7
+
8
+ ** Note:** Version bump only for package otion-example-gatsby
9
+
6
10
# [ 0.5.0] ( https://github.com/kripod/otion/compare/v0.4.0...v0.5.0 ) (2020-07-23)
7
11
8
12
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " otion-example-gatsby" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " gatsby build" ,
13
13
"@types/react-dom" : " ^16.9.8" ,
14
14
"gatsby" : " ^2.24.3" ,
15
15
"gatsby-plugin-otion" : " ^0.5.0" ,
16
- "otion" : " ^0.5.0 " ,
16
+ "otion" : " ^0.5.1 " ,
17
17
"react" : " ^16.12.0" ,
18
18
"react-dom" : " ^16.12.0" ,
19
- "react-otion" : " ^0.5.0 "
19
+ "react-otion" : " ^0.5.1 "
20
20
}
21
21
}
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
+ ## [ 0.5.1] ( https://github.com/kripod/otion/compare/v0.5.0...v0.5.1 ) (2020-07-26)
7
+
8
+ ** Note:** Version bump only for package otion-example-nextjs
9
+
6
10
# [ 0.5.0] ( https://github.com/kripod/otion/compare/v0.4.0...v0.5.0 ) (2020-07-23)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " otion-example-nextjs" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " next build" ,
11
11
},
12
12
"dependencies" : {
13
13
"next" : " ^9.4.4" ,
14
- "otion" : " ^0.5.0 " ,
14
+ "otion" : " ^0.5.1 " ,
15
15
"react" : " ^16.13.1" ,
16
16
"react-dom" : " ^16.13.1" ,
17
- "react-otion" : " ^0.5.0 "
17
+ "react-otion" : " ^0.5.1 "
18
18
},
19
19
"devDependencies" : {
20
20
"@types/node" : " ^14.0.23" ,
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
+ ## [ 0.5.1] ( https://github.com/kripod/otion/compare/v0.5.0...v0.5.1 ) (2020-07-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ - custom property precedence management ([ c38f132] ( https://github.com/kripod/otion/commit/c38f1323ef3f6fddb4dbf83259cc48d49024e8ac ) )
11
+
6
12
# [ 0.5.0] ( https://github.com/kripod/otion/compare/v0.4.0...v0.5.0 ) (2020-07-23)
7
13
8
14
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " otion" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"description" : " Atomic CSS-in-JS with a featherweight runtime" ,
5
5
"keywords" : [
6
6
" css-in-js" ,
You can’t perform that action at this time.
0 commit comments