From fafda618525945f84abef5aba3a2528821676f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= Date: Wed, 20 May 2020 01:35:12 +0200 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- packages/example-gatsby/CHANGELOG.md | 6 ++++++ packages/example-gatsby/package.json | 8 ++++---- packages/example-nextjs/CHANGELOG.md | 4 ++++ packages/example-nextjs/package.json | 6 +++--- packages/gatsby-plugin-otion/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-otion/package.json | 2 +- packages/otion/CHANGELOG.md | 6 ++++++ packages/otion/package.json | 2 +- packages/react-otion/CHANGELOG.md | 6 ++++++ packages/react-otion/package.json | 4 ++-- 12 files changed, 47 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f869e8a..9d39844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/kripod/otion/compare/v0.3.0...v0.3.1) (2020-05-19) + +### Bug Fixes + +- **meta:** peer dependency ranges ([45bc35e](https://github.com/kripod/otion/commit/45bc35ec1c7de4334241e862d9f3493566073a57)) +- advanced selector ordering ([df2d1ae](https://github.com/kripod/otion/commit/df2d1aed8ef2b43431edc280372521a0ff552179)) + # [0.3.0](https://github.com/kripod/otion/compare/v0.2.5...v0.3.0) (2020-05-19) ### Features diff --git a/lerna.json b/lerna.json index 38b54d1..2546db6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.3.0", + "version": "0.3.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/example-gatsby/CHANGELOG.md b/packages/example-gatsby/CHANGELOG.md index af395b1..22a4685 100644 --- a/packages/example-gatsby/CHANGELOG.md +++ b/packages/example-gatsby/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/kripod/otion/compare/v0.3.0...v0.3.1) (2020-05-19) + +### Bug Fixes + +- advanced selector ordering ([df2d1ae](https://github.com/kripod/otion/commit/df2d1aed8ef2b43431edc280372521a0ff552179)) + # [0.3.0](https://github.com/kripod/otion/compare/v0.2.5...v0.3.0) (2020-05-19) ### Features diff --git a/packages/example-gatsby/package.json b/packages/example-gatsby/package.json index 718084f..b7918b6 100644 --- a/packages/example-gatsby/package.json +++ b/packages/example-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "otion-example-gatsby", - "version": "0.3.0", + "version": "0.3.1", "private": true, "scripts": { "build": "gatsby build", @@ -12,10 +12,10 @@ "dependencies": { "@types/react-dom": "^16.9.8", "gatsby": "^2.21.33", - "gatsby-plugin-otion": "^0.3.0", - "otion": "^0.3.0", + "gatsby-plugin-otion": "^0.3.1", + "otion": "^0.3.1", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-otion": "^0.3.0" + "react-otion": "^0.3.1" } } diff --git a/packages/example-nextjs/CHANGELOG.md b/packages/example-nextjs/CHANGELOG.md index 3f19e84..96ac04a 100644 --- a/packages/example-nextjs/CHANGELOG.md +++ b/packages/example-nextjs/CHANGELOG.md @@ -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.3.1](https://github.com/kripod/otion/compare/v0.3.0...v0.3.1) (2020-05-19) + +**Note:** Version bump only for package otion-example-nextjs + # [0.3.0](https://github.com/kripod/otion/compare/v0.2.5...v0.3.0) (2020-05-19) **Note:** Version bump only for package otion-example-nextjs diff --git a/packages/example-nextjs/package.json b/packages/example-nextjs/package.json index abcfc2a..e77952a 100644 --- a/packages/example-nextjs/package.json +++ b/packages/example-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "otion-example-nextjs", - "version": "0.3.0", + "version": "0.3.1", "private": true, "scripts": { "build": "next build", @@ -11,9 +11,9 @@ }, "dependencies": { "next": "^9.4.1", - "otion": "^0.3.0", + "otion": "^0.3.1", "react": "^16.13.1", "react-dom": "^16.13.1", - "react-otion": "^0.3.0" + "react-otion": "^0.3.1" } } diff --git a/packages/gatsby-plugin-otion/CHANGELOG.md b/packages/gatsby-plugin-otion/CHANGELOG.md index 27580cd..1ebed84 100644 --- a/packages/gatsby-plugin-otion/CHANGELOG.md +++ b/packages/gatsby-plugin-otion/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/kripod/otion/compare/v0.3.0...v0.3.1) (2020-05-19) + +### Bug Fixes + +- **meta:** peer dependency ranges ([45bc35e](https://github.com/kripod/otion/commit/45bc35ec1c7de4334241e862d9f3493566073a57)) + # [0.3.0](https://github.com/kripod/otion/compare/v0.2.5...v0.3.0) (2020-05-19) **Note:** Version bump only for package gatsby-plugin-otion diff --git a/packages/gatsby-plugin-otion/package.json b/packages/gatsby-plugin-otion/package.json index 473ad3c..2c19d13 100644 --- a/packages/gatsby-plugin-otion/package.json +++ b/packages/gatsby-plugin-otion/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-otion", - "version": "0.3.0", + "version": "0.3.1", "description": "Gatsby plugin for otion, the atomic CSS-in-JS library", "keywords": [ "gatsby", diff --git a/packages/otion/CHANGELOG.md b/packages/otion/CHANGELOG.md index 79eaf50..87e59a2 100644 --- a/packages/otion/CHANGELOG.md +++ b/packages/otion/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/kripod/otion/compare/v0.3.0...v0.3.1) (2020-05-19) + +### Bug Fixes + +- advanced selector ordering ([df2d1ae](https://github.com/kripod/otion/commit/df2d1aed8ef2b43431edc280372521a0ff552179)) + # [0.3.0](https://github.com/kripod/otion/compare/v0.2.5...v0.3.0) (2020-05-19) ### Features diff --git a/packages/otion/package.json b/packages/otion/package.json index 1291294..d0b0ddc 100644 --- a/packages/otion/package.json +++ b/packages/otion/package.json @@ -1,6 +1,6 @@ { "name": "otion", - "version": "0.3.0", + "version": "0.3.1", "description": "Atomic CSS-in-JS with a featherweight runtime", "keywords": [ "css-in-js", diff --git a/packages/react-otion/CHANGELOG.md b/packages/react-otion/CHANGELOG.md index a42a0b3..10c6923 100644 --- a/packages/react-otion/CHANGELOG.md +++ b/packages/react-otion/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/kripod/otion/compare/v0.3.0...v0.3.1) (2020-05-19) + +### Bug Fixes + +- **meta:** peer dependency ranges ([45bc35e](https://github.com/kripod/otion/commit/45bc35ec1c7de4334241e862d9f3493566073a57)) + # [0.3.0](https://github.com/kripod/otion/compare/v0.2.5...v0.3.0) (2020-05-19) **Note:** Version bump only for package react-otion diff --git a/packages/react-otion/package.json b/packages/react-otion/package.json index 1f14e45..c1a4ff1 100644 --- a/packages/react-otion/package.json +++ b/packages/react-otion/package.json @@ -1,6 +1,6 @@ { "name": "react-otion", - "version": "0.3.0", + "version": "0.3.1", "description": "React bindings for otion, the atomic CSS-in-JS library", "keywords": [ "css-in-js", @@ -29,7 +29,7 @@ "develop": "yarn build --watch" }, "devDependencies": { - "otion": "^0.3.0", + "otion": "^0.3.1", "react": "^16.13.1" }, "peerDependencies": {