Skip to content

Commit 1a4bda5

Browse files
committed
chore(release): publish
1 parent bc1ed78 commit 1a4bda5

File tree

12 files changed

+42
-43
lines changed

12 files changed

+42
-43
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
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-
## [0.5.3](https://github.com/kripod/otion/compare/v0.5.2...v0.5.3) (2020-08-02)
7-
6+
## [0.5.4](https://github.com/kripod/otion/compare/v0.5.3...v0.5.4) (2020-08-11)
87

98
### Bug Fixes
109

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
10+
- **hydrate:** ignore broken rule declarations ([bc1ed78](https://github.com/kripod/otion/commit/bc1ed78cab58099fa2beae1cbf52550957af9ec7))
1611

17-
* use reluctant RegExp matchers ([7e6e53d](https://github.com/kripod/otion/commit/7e6e53d26844db9947c32bfcc33f1f8764c7c6c6))
12+
## [0.5.3](https://github.com/kripod/otion/compare/v0.5.2...v0.5.3) (2020-08-02)
1813

14+
### Bug Fixes
1915

16+
- improve custom selector list splitting ([37b02a9](https://github.com/kripod/otion/commit/37b02a9f663cbf896bcb5c83d949de543336c3b7)), closes [#45](https://github.com/kripod/otion/issues/45)
17+
- resolve self-references ([f0ba93f](https://github.com/kripod/otion/commit/f0ba93f3c90aedb735cebcee1466bdb163734e0f))
2018

19+
### Performance Improvements
2120

21+
- use reluctant RegExp matchers ([7e6e53d](https://github.com/kripod/otion/commit/7e6e53d26844db9947c32bfcc33f1f8764c7c6c6))
2222

2323
## [0.5.2](https://github.com/kripod/otion/compare/v0.5.1...v0.5.2) (2020-07-26)
2424

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.5.3",
2+
"version": "0.5.4",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/example-cra/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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-
## [0.5.3](https://github.com/kripod/otion/compare/v0.5.2...v0.5.3) (2020-08-02)
6+
## [0.5.4](https://github.com/kripod/otion/compare/v0.5.3...v0.5.4) (2020-08-11)
77

88
**Note:** Version bump only for package otion-example-cra
99

10+
## [0.5.3](https://github.com/kripod/otion/compare/v0.5.2...v0.5.3) (2020-08-02)
1011

11-
12-
12+
**Note:** Version bump only for package otion-example-cra
1313

1414
## [0.5.2](https://github.com/kripod/otion/compare/v0.5.1...v0.5.2) (2020-07-26)
1515

packages/example-cra/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "otion-example-cra",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"private": true,
55
"scripts": {
66
"build": "react-scripts build",
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"cra-template-typescript": "1.0.3",
26-
"otion": "^0.5.3",
26+
"otion": "^0.5.4",
2727
"react": "^16.13.1",
2828
"react-dom": "^16.13.1",
2929
"react-scripts": "3.4.1"

packages/example-gatsby/CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +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-
## [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))
6+
## [0.5.4](https://github.com/kripod/otion/compare/v0.5.3...v0.5.4) (2020-08-11)
127

8+
**Note:** Version bump only for package otion-example-gatsby
139

10+
## [0.5.3](https://github.com/kripod/otion/compare/v0.5.2...v0.5.3) (2020-08-02)
1411

12+
### Bug Fixes
1513

14+
- resolve self-references ([f0ba93f](https://github.com/kripod/otion/commit/f0ba93f3c90aedb735cebcee1466bdb163734e0f))
1615

1716
## [0.5.2](https://github.com/kripod/otion/compare/v0.5.1...v0.5.2) (2020-07-26)
1817

packages/example-gatsby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "otion-example-gatsby",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"private": true,
55
"scripts": {
66
"build": "gatsby build",
@@ -13,9 +13,9 @@
1313
"@types/react-dom": "^16.9.8",
1414
"gatsby": "^2.24.3",
1515
"gatsby-plugin-otion": "^0.5.0",
16-
"otion": "^0.5.3",
16+
"otion": "^0.5.4",
1717
"react": "^16.12.0",
1818
"react-dom": "^16.12.0",
19-
"react-otion": "^0.5.3"
19+
"react-otion": "^0.5.4"
2020
}
2121
}

packages/example-nextjs/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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-
## [0.5.3](https://github.com/kripod/otion/compare/v0.5.2...v0.5.3) (2020-08-02)
6+
## [0.5.4](https://github.com/kripod/otion/compare/v0.5.3...v0.5.4) (2020-08-11)
77

88
**Note:** Version bump only for package otion-example-nextjs
99

10+
## [0.5.3](https://github.com/kripod/otion/compare/v0.5.2...v0.5.3) (2020-08-02)
1011

11-
12-
12+
**Note:** Version bump only for package otion-example-nextjs
1313

1414
## [0.5.2](https://github.com/kripod/otion/compare/v0.5.1...v0.5.2) (2020-07-26)
1515

packages/example-nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "otion-example-nextjs",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"private": true,
55
"scripts": {
66
"build": "next build",
@@ -11,10 +11,10 @@
1111
},
1212
"dependencies": {
1313
"next": "^9.4.4",
14-
"otion": "^0.5.3",
14+
"otion": "^0.5.4",
1515
"react": "^16.13.1",
1616
"react-dom": "^16.13.1",
17-
"react-otion": "^0.5.3"
17+
"react-otion": "^0.5.4"
1818
},
1919
"devDependencies": {
2020
"@types/node": "^14.0.23",

packages/otion/CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
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-
## [0.5.3](https://github.com/kripod/otion/compare/v0.5.2...v0.5.3) (2020-08-02)
7-
6+
## [0.5.4](https://github.com/kripod/otion/compare/v0.5.3...v0.5.4) (2020-08-11)
87

98
### Bug Fixes
109

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
10+
- **hydrate:** ignore broken rule declarations ([bc1ed78](https://github.com/kripod/otion/commit/bc1ed78cab58099fa2beae1cbf52550957af9ec7))
1611

17-
* use reluctant RegExp matchers ([7e6e53d](https://github.com/kripod/otion/commit/7e6e53d26844db9947c32bfcc33f1f8764c7c6c6))
12+
## [0.5.3](https://github.com/kripod/otion/compare/v0.5.2...v0.5.3) (2020-08-02)
1813

14+
### Bug Fixes
1915

16+
- improve custom selector list splitting ([37b02a9](https://github.com/kripod/otion/commit/37b02a9f663cbf896bcb5c83d949de543336c3b7)), closes [#45](https://github.com/kripod/otion/issues/45)
17+
- resolve self-references ([f0ba93f](https://github.com/kripod/otion/commit/f0ba93f3c90aedb735cebcee1466bdb163734e0f))
2018

19+
### Performance Improvements
2120

21+
- use reluctant RegExp matchers ([7e6e53d](https://github.com/kripod/otion/commit/7e6e53d26844db9947c32bfcc33f1f8764c7c6c6))
2222

2323
## [0.5.2](https://github.com/kripod/otion/compare/v0.5.1...v0.5.2) (2020-07-26)
2424

packages/otion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "otion",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Atomic CSS-in-JS with a featherweight runtime",
55
"keywords": [
66
"css-in-js",

0 commit comments

Comments
 (0)