File tree Expand file tree Collapse file tree 12 files changed +81
-12
lines changed Expand file tree Collapse file tree 12 files changed +81
-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.3] ( https://github.com/kripod/otion/compare/v0.5.2...v0.5.3 ) (2020-08-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * improve custom selector list splitting ([ 37b02a9] ( https://github.com/kripod/otion/commit/37b02a9f663cbf896bcb5c83d949de543336c3b7 ) ), closes [ #45 ] ( https://github.com/kripod/otion/issues/45 )
12
+ * resolve self-references ([ f0ba93f] ( https://github.com/kripod/otion/commit/f0ba93f3c90aedb735cebcee1466bdb163734e0f ) )
13
+
14
+
15
+ ### Performance Improvements
16
+
17
+ * use reluctant RegExp matchers ([ 7e6e53d] ( https://github.com/kripod/otion/commit/7e6e53d26844db9947c32bfcc33f1f8764c7c6c6 ) )
18
+
19
+
20
+
21
+
22
+
6
23
## [ 0.5.2] ( https://github.com/kripod/otion/compare/v0.5.1...v0.5.2 ) (2020-07-26)
7
24
8
25
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.2 " ,
2
+ "version" : " 0.5.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.5.3] ( https://github.com/kripod/otion/compare/v0.5.2...v0.5.3 ) (2020-08-02)
7
+
8
+ ** Note:** Version bump only for package otion-example-cra
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.5.2] ( https://github.com/kripod/otion/compare/v0.5.1...v0.5.2 ) (2020-07-26)
7
15
8
16
** 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.2 " ,
3
+ "version" : " 0.5.3 " ,
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.2 " ,
26
+ "otion" : " ^0.5.3 " ,
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.3] ( https://github.com/kripod/otion/compare/v0.5.2...v0.5.3 ) (2020-08-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * resolve self-references ([ f0ba93f] ( https://github.com/kripod/otion/commit/f0ba93f3c90aedb735cebcee1466bdb163734e0f ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.5.2] ( https://github.com/kripod/otion/compare/v0.5.1...v0.5.2 ) (2020-07-26)
7
18
8
19
** 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.5.2 " ,
3
+ "version" : " 0.5.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.24.3" ,
15
15
"gatsby-plugin-otion" : " ^0.5.0" ,
16
- "otion" : " ^0.5.2 " ,
16
+ "otion" : " ^0.5.3 " ,
17
17
"react" : " ^16.12.0" ,
18
18
"react-dom" : " ^16.12.0" ,
19
- "react-otion" : " ^0.5.2 "
19
+ "react-otion" : " ^0.5.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.5.3] ( https://github.com/kripod/otion/compare/v0.5.2...v0.5.3 ) (2020-08-02)
7
+
8
+ ** Note:** Version bump only for package otion-example-nextjs
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.5.2] ( https://github.com/kripod/otion/compare/v0.5.1...v0.5.2 ) (2020-07-26)
7
15
8
16
** Note:** Version bump only for package otion-example-nextjs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " otion-example-nextjs" ,
3
- "version" : " 0.5.2 " ,
3
+ "version" : " 0.5.3 " ,
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.2 " ,
14
+ "otion" : " ^0.5.3 " ,
15
15
"react" : " ^16.13.1" ,
16
16
"react-dom" : " ^16.13.1" ,
17
- "react-otion" : " ^0.5.2 "
17
+ "react-otion" : " ^0.5.3 "
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.3] ( https://github.com/kripod/otion/compare/v0.5.2...v0.5.3 ) (2020-08-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * improve custom selector list splitting ([ 37b02a9] ( https://github.com/kripod/otion/commit/37b02a9f663cbf896bcb5c83d949de543336c3b7 ) ), closes [ #45 ] ( https://github.com/kripod/otion/issues/45 )
12
+ * resolve self-references ([ f0ba93f] ( https://github.com/kripod/otion/commit/f0ba93f3c90aedb735cebcee1466bdb163734e0f ) )
13
+
14
+
15
+ ### Performance Improvements
16
+
17
+ * use reluctant RegExp matchers ([ 7e6e53d] ( https://github.com/kripod/otion/commit/7e6e53d26844db9947c32bfcc33f1f8764c7c6c6 ) )
18
+
19
+
20
+
21
+
22
+
6
23
## [ 0.5.2] ( https://github.com/kripod/otion/compare/v0.5.1...v0.5.2 ) (2020-07-26)
7
24
8
25
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " otion" ,
3
- "version" : " 0.5.2 " ,
3
+ "version" : " 0.5.3 " ,
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