Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Jul 22, 2020
1 parent 002c790 commit 1a88a7f
Show file tree
Hide file tree
Showing 14 changed files with 74 additions and 14 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/kripod/otion/compare/v0.3.4...v0.4.0) (2020-07-22)

### Bug Fixes

- assign higher precedence to custom selectors ([002c790](https://github.com/kripod/otion/commit/002c790d6bfd77d84e88858cfd4f529d8a836573))
- class selector start index tracking ([f9f666e](https://github.com/kripod/otion/commit/f9f666e3cd87e4579eab71013d5ecffc0fd37d99))
- property and pseudo precedence management ([b36a50a](https://github.com/kripod/otion/commit/b36a50a3f94370d1ef153cea7d603f183c74f378))

### Features

- precedence management without class repeats ([16acfbc](https://github.com/kripod/otion/commit/16acfbce0a12c36eff0cb1ece392c4699955846a))

### Performance Improvements

- lazy rule precedence calculation ([a1eff01](https://github.com/kripod/otion/commit/a1eff01cbdf7cc9bf7784ae66c511580cf3496f8))

### Reverts

- "refactor: use a Map for tracking inserted rules" ([046145a](https://github.com/kripod/otion/commit/046145a9198c98d021cb3bd680b7da3b032e60b1))

## [0.3.4](https://github.com/kripod/otion/compare/v0.3.3...v0.3.4) (2020-07-19)

### Bug Fixes
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.3.4",
"version": "0.4.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/example-cra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/kripod/otion/compare/v0.3.4...v0.4.0) (2020-07-22)

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

## [0.3.4](https://github.com/kripod/otion/compare/v0.3.3...v0.3.4) (2020-07-19)

### Bug Fixes
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.3.4",
"version": "0.4.0",
"private": true,
"scripts": {
"build": "react-scripts build",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"cra-template-typescript": "1.0.3",
"otion": "^0.3.4",
"otion": "^0.4.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/example-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/kripod/otion/compare/v0.3.4...v0.4.0) (2020-07-22)

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

## [0.3.4](https://github.com/kripod/otion/compare/v0.3.3...v0.3.4) (2020-07-19)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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.3.4",
"version": "0.4.0",
"private": true,
"scripts": {
"build": "gatsby build",
Expand All @@ -12,10 +12,10 @@
"dependencies": {
"@types/react-dom": "^16.9.8",
"gatsby": "^2.24.3",
"gatsby-plugin-otion": "^0.3.4",
"otion": "^0.3.4",
"gatsby-plugin-otion": "^0.4.0",
"otion": "^0.4.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-otion": "^0.3.4"
"react-otion": "^0.4.0"
}
}
4 changes: 4 additions & 0 deletions packages/example-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/kripod/otion/compare/v0.3.4...v0.4.0) (2020-07-22)

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

## [0.3.4](https://github.com/kripod/otion/compare/v0.3.3...v0.3.4) (2020-07-19)

### Reverts
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.3.4",
"version": "0.4.0",
"private": true,
"scripts": {
"build": "next build",
Expand All @@ -11,10 +11,10 @@
},
"dependencies": {
"next": "^9.4.4",
"otion": "^0.3.4",
"otion": "^0.4.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-otion": "^0.3.4"
"react-otion": "^0.4.0"
},
"devDependencies": {
"@types/node": "^14.0.23",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-otion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/kripod/otion/compare/v0.3.4...v0.4.0) (2020-07-22)

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

## [0.3.4](https://github.com/kripod/otion/compare/v0.3.3...v0.3.4) (2020-07-19)

**Note:** Version bump only for package gatsby-plugin-otion
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-otion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-otion",
"version": "0.3.4",
"version": "0.4.0",
"description": "Gatsby plugin for otion, the atomic CSS-in-JS library",
"keywords": [
"gatsby",
Expand Down
20 changes: 20 additions & 0 deletions packages/otion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/kripod/otion/compare/v0.3.4...v0.4.0) (2020-07-22)

### Bug Fixes

- assign higher precedence to custom selectors ([002c790](https://github.com/kripod/otion/commit/002c790d6bfd77d84e88858cfd4f529d8a836573))
- class selector start index tracking ([f9f666e](https://github.com/kripod/otion/commit/f9f666e3cd87e4579eab71013d5ecffc0fd37d99))
- property and pseudo precedence management ([b36a50a](https://github.com/kripod/otion/commit/b36a50a3f94370d1ef153cea7d603f183c74f378))

### Features

- precedence management without class repeats ([16acfbc](https://github.com/kripod/otion/commit/16acfbce0a12c36eff0cb1ece392c4699955846a))

### Performance Improvements

- lazy rule precedence calculation ([a1eff01](https://github.com/kripod/otion/commit/a1eff01cbdf7cc9bf7784ae66c511580cf3496f8))

### Reverts

- "refactor: use a Map for tracking inserted rules" ([046145a](https://github.com/kripod/otion/commit/046145a9198c98d021cb3bd680b7da3b032e60b1))

## [0.3.4](https://github.com/kripod/otion/compare/v0.3.3...v0.3.4) (2020-07-19)

### Bug Fixes
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.3.4",
"version": "0.4.0",
"description": "Atomic CSS-in-JS with a featherweight runtime",
"keywords": [
"css-in-js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-otion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/kripod/otion/compare/v0.3.4...v0.4.0) (2020-07-22)

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

## [0.3.4](https://github.com/kripod/otion/compare/v0.3.3...v0.3.4) (2020-07-19)

### Bug Fixes
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.3.4",
"version": "0.4.0",
"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.3.4",
"otion": "^0.4.0",
"react": "^16.13.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 1a88a7f

Please sign in to comment.