Skip to content

Commit 1a88a7f

Browse files
committed
chore(release): publish
1 parent 002c790 commit 1a88a7f

File tree

14 files changed

+74
-14
lines changed

14 files changed

+74
-14
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.4.0](https://github.com/kripod/otion/compare/v0.3.4...v0.4.0) (2020-07-22)
7+
8+
### Bug Fixes
9+
10+
- assign higher precedence to custom selectors ([002c790](https://github.com/kripod/otion/commit/002c790d6bfd77d84e88858cfd4f529d8a836573))
11+
- class selector start index tracking ([f9f666e](https://github.com/kripod/otion/commit/f9f666e3cd87e4579eab71013d5ecffc0fd37d99))
12+
- property and pseudo precedence management ([b36a50a](https://github.com/kripod/otion/commit/b36a50a3f94370d1ef153cea7d603f183c74f378))
13+
14+
### Features
15+
16+
- precedence management without class repeats ([16acfbc](https://github.com/kripod/otion/commit/16acfbce0a12c36eff0cb1ece392c4699955846a))
17+
18+
### Performance Improvements
19+
20+
- lazy rule precedence calculation ([a1eff01](https://github.com/kripod/otion/commit/a1eff01cbdf7cc9bf7784ae66c511580cf3496f8))
21+
22+
### Reverts
23+
24+
- "refactor: use a Map for tracking inserted rules" ([046145a](https://github.com/kripod/otion/commit/046145a9198c98d021cb3bd680b7da3b032e60b1))
25+
626
## [0.3.4](https://github.com/kripod/otion/compare/v0.3.3...v0.3.4) (2020-07-19)
727

828
### 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.3.4",
2+
"version": "0.4.0",
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.4.0](https://github.com/kripod/otion/compare/v0.3.4...v0.4.0) (2020-07-22)
7+
8+
**Note:** Version bump only for package otion-example-cra
9+
610
## [0.3.4](https://github.com/kripod/otion/compare/v0.3.3...v0.3.4) (2020-07-19)
711

812
### Bug Fixes

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.3.4",
3+
"version": "0.4.0",
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.3.4",
26+
"otion": "^0.4.0",
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.4.0](https://github.com/kripod/otion/compare/v0.3.4...v0.4.0) (2020-07-22)
7+
8+
**Note:** Version bump only for package otion-example-gatsby
9+
610
## [0.3.4](https://github.com/kripod/otion/compare/v0.3.3...v0.3.4) (2020-07-19)
711

812
### Bug Fixes

packages/example-gatsby/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "otion-example-gatsby",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"private": true,
55
"scripts": {
66
"build": "gatsby build",
@@ -12,10 +12,10 @@
1212
"dependencies": {
1313
"@types/react-dom": "^16.9.8",
1414
"gatsby": "^2.24.3",
15-
"gatsby-plugin-otion": "^0.3.4",
16-
"otion": "^0.3.4",
15+
"gatsby-plugin-otion": "^0.4.0",
16+
"otion": "^0.4.0",
1717
"react": "^16.12.0",
1818
"react-dom": "^16.12.0",
19-
"react-otion": "^0.3.4"
19+
"react-otion": "^0.4.0"
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.4.0](https://github.com/kripod/otion/compare/v0.3.4...v0.4.0) (2020-07-22)
7+
8+
**Note:** Version bump only for package otion-example-nextjs
9+
610
## [0.3.4](https://github.com/kripod/otion/compare/v0.3.3...v0.3.4) (2020-07-19)
711

812
### Reverts

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.3.4",
3+
"version": "0.4.0",
44
"private": true,
55
"scripts": {
66
"build": "next build",
@@ -11,10 +11,10 @@
1111
},
1212
"dependencies": {
1313
"next": "^9.4.4",
14-
"otion": "^0.3.4",
14+
"otion": "^0.4.0",
1515
"react": "^16.13.1",
1616
"react-dom": "^16.13.1",
17-
"react-otion": "^0.3.4"
17+
"react-otion": "^0.4.0"
1818
},
1919
"devDependencies": {
2020
"@types/node": "^14.0.23",

packages/gatsby-plugin-otion/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.4.0](https://github.com/kripod/otion/compare/v0.3.4...v0.4.0) (2020-07-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-otion
9+
610
## [0.3.4](https://github.com/kripod/otion/compare/v0.3.3...v0.3.4) (2020-07-19)
711

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

packages/gatsby-plugin-otion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-otion",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "Gatsby plugin for otion, the atomic CSS-in-JS library",
55
"keywords": [
66
"gatsby",

0 commit comments

Comments
 (0)