Skip to content

Commit f9d703c

Browse files
committed
chore(release): publish
1 parent dc08fa8 commit f9d703c

File tree

12 files changed

+44
-12
lines changed

12 files changed

+44
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2](https://github.com/kripod/otion/compare/v0.5.1...v0.5.2) (2020-07-26)
7+
8+
### Bug Fixes
9+
10+
- **hydrate:** respect rule precedence groups ([dc08fa8](https://github.com/kripod/otion/commit/dc08fa81aeee8f51a8f09f554a5d7fd681cf050a)), closes [#42](https://github.com/kripod/otion/issues/42)
11+
- **hydration:** ident name parsing ([d4a4e32](https://github.com/kripod/otion/commit/d4a4e32db98a0b807127cd8a528241c2cb6912b3))
12+
- hydrating ident name of complex rules ([958d8a0](https://github.com/kripod/otion/commit/958d8a099f296c955ca6022c67cfdb370efd7e8a))
13+
614
## [0.5.1](https://github.com/kripod/otion/compare/v0.5.0...v0.5.1) (2020-07-26)
715

816
### Bug Fixes

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.1",
2+
"version": "0.5.2",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/example-cra/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2](https://github.com/kripod/otion/compare/v0.5.1...v0.5.2) (2020-07-26)
7+
8+
**Note:** Version bump only for package otion-example-cra
9+
610
## [0.5.1](https://github.com/kripod/otion/compare/v0.5.0...v0.5.1) (2020-07-26)
711

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

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.1",
3+
"version": "0.5.2",
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.1",
26+
"otion": "^0.5.2",
2727
"react": "^16.13.1",
2828
"react-dom": "^16.13.1",
2929
"react-scripts": "3.4.1"

packages/example-gatsby/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2](https://github.com/kripod/otion/compare/v0.5.1...v0.5.2) (2020-07-26)
7+
8+
**Note:** Version bump only for package otion-example-gatsby
9+
610
## [0.5.1](https://github.com/kripod/otion/compare/v0.5.0...v0.5.1) (2020-07-26)
711

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

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.1",
3+
"version": "0.5.2",
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.1",
16+
"otion": "^0.5.2",
1717
"react": "^16.12.0",
1818
"react-dom": "^16.12.0",
19-
"react-otion": "^0.5.1"
19+
"react-otion": "^0.5.2"
2020
}
2121
}

packages/example-nextjs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2](https://github.com/kripod/otion/compare/v0.5.1...v0.5.2) (2020-07-26)
7+
8+
**Note:** Version bump only for package otion-example-nextjs
9+
610
## [0.5.1](https://github.com/kripod/otion/compare/v0.5.0...v0.5.1) (2020-07-26)
711

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

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.1",
3+
"version": "0.5.2",
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.1",
14+
"otion": "^0.5.2",
1515
"react": "^16.13.1",
1616
"react-dom": "^16.13.1",
17-
"react-otion": "^0.5.1"
17+
"react-otion": "^0.5.2"
1818
},
1919
"devDependencies": {
2020
"@types/node": "^14.0.23",

packages/otion/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2](https://github.com/kripod/otion/compare/v0.5.1...v0.5.2) (2020-07-26)
7+
8+
### Bug Fixes
9+
10+
- **hydrate:** respect rule precedence groups ([dc08fa8](https://github.com/kripod/otion/commit/dc08fa81aeee8f51a8f09f554a5d7fd681cf050a)), closes [#42](https://github.com/kripod/otion/issues/42)
11+
- **hydration:** ident name parsing ([d4a4e32](https://github.com/kripod/otion/commit/d4a4e32db98a0b807127cd8a528241c2cb6912b3))
12+
- hydrating ident name of complex rules ([958d8a0](https://github.com/kripod/otion/commit/958d8a099f296c955ca6022c67cfdb370efd7e8a))
13+
614
## [0.5.1](https://github.com/kripod/otion/compare/v0.5.0...v0.5.1) (2020-07-26)
715

816
### Bug Fixes

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.1",
3+
"version": "0.5.2",
44
"description": "Atomic CSS-in-JS with a featherweight runtime",
55
"keywords": [
66
"css-in-js",

0 commit comments

Comments
 (0)