Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Aug 11, 2020
1 parent bc1ed78 commit 1a4bda5
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 43 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

## [0.5.4](https://github.com/kripod/otion/compare/v0.5.3...v0.5.4) (2020-08-11)

### Bug Fixes

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


### Performance Improvements
- **hydrate:** ignore broken rule declarations ([bc1ed78](https://github.com/kripod/otion/commit/bc1ed78cab58099fa2beae1cbf52550957af9ec7))

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

### Bug Fixes

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

### Performance Improvements

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

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

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.3",
"version": "0.5.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 3 additions & 3 deletions packages/example-cra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.3](https://github.com/kripod/otion/compare/v0.5.2...v0.5.3) (2020-08-02)
## [0.5.4](https://github.com/kripod/otion/compare/v0.5.3...v0.5.4) (2020-08-11)

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

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



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

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

Expand Down
4 changes: 2 additions & 2 deletions packages/example-cra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otion-example-cra",
"version": "0.5.3",
"version": "0.5.4",
"private": true,
"scripts": {
"build": "react-scripts build",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"cra-template-typescript": "1.0.3",
"otion": "^0.5.3",
"otion": "^0.5.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
Expand Down
11 changes: 5 additions & 6 deletions packages/example-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* resolve self-references ([f0ba93f](https://github.com/kripod/otion/commit/f0ba93f3c90aedb735cebcee1466bdb163734e0f))
## [0.5.4](https://github.com/kripod/otion/compare/v0.5.3...v0.5.4) (2020-08-11)

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

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

### Bug Fixes

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

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

Expand Down
6 changes: 3 additions & 3 deletions packages/example-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otion-example-gatsby",
"version": "0.5.3",
"version": "0.5.4",
"private": true,
"scripts": {
"build": "gatsby build",
Expand All @@ -13,9 +13,9 @@
"@types/react-dom": "^16.9.8",
"gatsby": "^2.24.3",
"gatsby-plugin-otion": "^0.5.0",
"otion": "^0.5.3",
"otion": "^0.5.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-otion": "^0.5.3"
"react-otion": "^0.5.4"
}
}
6 changes: 3 additions & 3 deletions packages/example-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.3](https://github.com/kripod/otion/compare/v0.5.2...v0.5.3) (2020-08-02)
## [0.5.4](https://github.com/kripod/otion/compare/v0.5.3...v0.5.4) (2020-08-11)

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

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



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

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

Expand Down
6 changes: 3 additions & 3 deletions packages/example-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otion-example-nextjs",
"version": "0.5.3",
"version": "0.5.4",
"private": true,
"scripts": {
"build": "next build",
Expand All @@ -11,10 +11,10 @@
},
"dependencies": {
"next": "^9.4.4",
"otion": "^0.5.3",
"otion": "^0.5.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-otion": "^0.5.3"
"react-otion": "^0.5.4"
},
"devDependencies": {
"@types/node": "^14.0.23",
Expand Down
16 changes: 8 additions & 8 deletions packages/otion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

## [0.5.4](https://github.com/kripod/otion/compare/v0.5.3...v0.5.4) (2020-08-11)

### Bug Fixes

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


### Performance Improvements
- **hydrate:** ignore broken rule declarations ([bc1ed78](https://github.com/kripod/otion/commit/bc1ed78cab58099fa2beae1cbf52550957af9ec7))

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

### Bug Fixes

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

### Performance Improvements

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

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

Expand Down
2 changes: 1 addition & 1 deletion packages/otion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otion",
"version": "0.5.3",
"version": "0.5.4",
"description": "Atomic CSS-in-JS with a featherweight runtime",
"keywords": [
"css-in-js",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-otion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.3](https://github.com/kripod/otion/compare/v0.5.2...v0.5.3) (2020-08-02)
## [0.5.4](https://github.com/kripod/otion/compare/v0.5.3...v0.5.4) (2020-08-11)

**Note:** Version bump only for package react-otion

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



**Note:** Version bump only for package react-otion

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

Expand Down
4 changes: 2 additions & 2 deletions packages/react-otion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-otion",
"version": "0.5.3",
"version": "0.5.4",
"description": "React bindings for otion, the atomic CSS-in-JS library",
"keywords": [
"css-in-js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"develop": "yarn build --watch"
},
"devDependencies": {
"otion": "^0.5.3",
"otion": "^0.5.4",
"react": "^16.13.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 1a4bda5

Please sign in to comment.