File tree Expand file tree Collapse file tree 10 files changed +30
-10
lines changed Expand file tree Collapse file tree 10 files changed +30
-10
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.2.3] ( https://github.com/kripod/otion/compare/v0.2.2...v0.2.3 ) (2020-05-19)
7
+
8
+ ** Note:** Version bump only for package otion
9
+
6
10
## [ 0.2.2] ( https://github.com/kripod/otion/compare/v0.2.1...v0.2.2 ) (2020-05-19)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.2.2 " ,
2
+ "version" : " 0.2.3 " ,
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.2.3] ( https://github.com/kripod/otion/compare/v0.2.2...v0.2.3 ) (2020-05-19)
7
+
8
+ ** Note:** Version bump only for package otion-example-gatsby
9
+
6
10
## [ 0.2.2] ( https://github.com/kripod/otion/compare/v0.2.1...v0.2.2 ) (2020-05-19)
7
11
8
12
** Note:** Version bump only for package otion-example-gatsby
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " otion-example-gatsby" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " gatsby build" ,
13
13
"@types/react-dom" : " ^16.9.8" ,
14
14
"gatsby" : " ^2.21.33" ,
15
15
"gatsby-plugin-otion" : " ^0.2.2" ,
16
- "otion" : " ^0.2.2 " ,
16
+ "otion" : " ^0.2.3 " ,
17
17
"react" : " ^16.12.0" ,
18
18
"react-dom" : " ^16.12.0" ,
19
- "react-otion" : " ^0.2.2 "
19
+ "react-otion" : " ^0.2.3 "
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.2.3] ( https://github.com/kripod/otion/compare/v0.2.2...v0.2.3 ) (2020-05-19)
7
+
8
+ ** Note:** Version bump only for package otion-example-nextjs
9
+
6
10
## [ 0.2.2] ( https://github.com/kripod/otion/compare/v0.2.1...v0.2.2 ) (2020-05-19)
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.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " next build" ,
11
11
},
12
12
"dependencies" : {
13
13
"next" : " ^9.4.1" ,
14
- "otion" : " ^0.2.2 " ,
14
+ "otion" : " ^0.2.3 " ,
15
15
"react" : " ^16.13.1" ,
16
16
"react-dom" : " ^16.13.1" ,
17
- "react-otion" : " ^0.2.2 "
17
+ "react-otion" : " ^0.2.3 "
18
18
}
19
19
}
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.2.3] ( https://github.com/kripod/otion/compare/v0.2.2...v0.2.3 ) (2020-05-19)
7
+
8
+ ** Note:** Version bump only for package otion
9
+
6
10
## [ 0.2.2] ( https://github.com/kripod/otion/compare/v0.2.1...v0.2.2 ) (2020-05-19)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " otion" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"description" : " Atomic CSS-in-JS with a featherweight runtime" ,
5
5
"keywords" : [
6
6
" css-in-js" ,
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.2.3] ( https://github.com/kripod/otion/compare/v0.2.2...v0.2.3 ) (2020-05-19)
7
+
8
+ ** Note:** Version bump only for package react-otion
9
+
6
10
## [ 0.2.2] ( https://github.com/kripod/otion/compare/v0.2.1...v0.2.2 ) (2020-05-19)
7
11
8
12
** Note:** Version bump only for package react-otion
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-otion" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"description" : " React bindings for otion, the atomic CSS-in-JS library" ,
5
5
"keywords" : [
6
6
" css-in-js" ,
29
29
"develop" : " yarn build --watch"
30
30
},
31
31
"devDependencies" : {
32
- "otion" : " ^0.2.2 " ,
32
+ "otion" : " ^0.2.3 " ,
33
33
"react" : " ^16.13.1"
34
34
},
35
35
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments