diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0e901..f4bc3b0 100644 --- a/CHANGELOG.md +++ b/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.6.0](https://github.com/kripod/otion/compare/v0.5.5...v0.6.0) (2020-08-25) + +**Note:** Version bump only for package otion + ## [0.5.5](https://github.com/kripod/otion/compare/v0.5.4...v0.5.5) (2020-08-12) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 80b9fe4..615fbca 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.5.5", + "version": "0.6.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/example-cra/CHANGELOG.md b/packages/example-cra/CHANGELOG.md index 50c66e9..56b614c 100644 --- a/packages/example-cra/CHANGELOG.md +++ b/packages/example-cra/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.6.0](https://github.com/kripod/otion/compare/v0.5.5...v0.6.0) (2020-08-25) + +**Note:** Version bump only for package otion-example-cra + ## [0.5.5](https://github.com/kripod/otion/compare/v0.5.4...v0.5.5) (2020-08-12) **Note:** Version bump only for package otion-example-cra diff --git a/packages/example-cra/package.json b/packages/example-cra/package.json index fbf48a2..e64af62 100644 --- a/packages/example-cra/package.json +++ b/packages/example-cra/package.json @@ -1,6 +1,6 @@ { "name": "otion-example-cra", - "version": "0.5.5", + "version": "0.6.0", "private": true, "scripts": { "build": "react-scripts build", @@ -23,7 +23,7 @@ }, "dependencies": { "cra-template-typescript": "1.0.3", - "otion": "^0.5.5", + "otion": "^0.6.0", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "3.4.3" diff --git a/packages/example-gatsby/CHANGELOG.md b/packages/example-gatsby/CHANGELOG.md index 55762b5..4e1abae 100644 --- a/packages/example-gatsby/CHANGELOG.md +++ b/packages/example-gatsby/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.6.0](https://github.com/kripod/otion/compare/v0.5.5...v0.6.0) (2020-08-25) + +**Note:** Version bump only for package otion-example-gatsby + ## [0.5.5](https://github.com/kripod/otion/compare/v0.5.4...v0.5.5) (2020-08-12) **Note:** Version bump only for package otion-example-gatsby diff --git a/packages/example-gatsby/package.json b/packages/example-gatsby/package.json index 13c737a..413e7fd 100644 --- a/packages/example-gatsby/package.json +++ b/packages/example-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "otion-example-gatsby", - "version": "0.5.5", + "version": "0.6.0", "private": true, "scripts": { "build": "gatsby build", @@ -12,10 +12,10 @@ "dependencies": { "@types/react-dom": "^16.9.8", "gatsby": "^2.24.49", - "gatsby-plugin-otion": "^0.5.0", - "otion": "^0.5.5", + "gatsby-plugin-otion": "^0.6.0", + "otion": "^0.6.0", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-otion": "^0.5.5" + "react-otion": "^0.6.0" } } diff --git a/packages/example-nextjs/CHANGELOG.md b/packages/example-nextjs/CHANGELOG.md index 50367d9..5350d89 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.6.0](https://github.com/kripod/otion/compare/v0.5.5...v0.6.0) (2020-08-25) + +**Note:** Version bump only for package otion-example-nextjs + ## [0.5.5](https://github.com/kripod/otion/compare/v0.5.4...v0.5.5) (2020-08-12) **Note:** Version bump only for package otion-example-nextjs diff --git a/packages/example-nextjs/package.json b/packages/example-nextjs/package.json index 8c6e667..18b9226 100644 --- a/packages/example-nextjs/package.json +++ b/packages/example-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "otion-example-nextjs", - "version": "0.5.5", + "version": "0.6.0", "private": true, "scripts": { "build": "next build", @@ -11,10 +11,10 @@ }, "dependencies": { "next": "^9.5.2", - "otion": "^0.5.5", + "otion": "^0.6.0", "react": "^16.13.1", "react-dom": "^16.13.1", - "react-otion": "^0.5.5" + "react-otion": "^0.6.0" }, "devDependencies": { "@types/node": "^14.0.23", diff --git a/packages/gatsby-plugin-otion/CHANGELOG.md b/packages/gatsby-plugin-otion/CHANGELOG.md index 686ad27..a6f054c 100644 --- a/packages/gatsby-plugin-otion/CHANGELOG.md +++ b/packages/gatsby-plugin-otion/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.6.0](https://github.com/kripod/otion/compare/v0.5.5...v0.6.0) (2020-08-25) + +**Note:** Version bump only for package gatsby-plugin-otion + # [0.5.0](https://github.com/kripod/otion/compare/v0.4.0...v0.5.0) (2020-07-23) **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 ff9abdf..16e97c3 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.5.0", + "version": "0.6.0", "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 c34ad58..a9af852 100644 --- a/packages/otion/CHANGELOG.md +++ b/packages/otion/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.6.0](https://github.com/kripod/otion/compare/v0.5.5...v0.6.0) (2020-08-25) + +**Note:** Version bump only for package otion + ## [0.5.5](https://github.com/kripod/otion/compare/v0.5.4...v0.5.5) (2020-08-12) ### Bug Fixes diff --git a/packages/otion/package.json b/packages/otion/package.json index 7d101c8..d6bb27a 100644 --- a/packages/otion/package.json +++ b/packages/otion/package.json @@ -1,6 +1,6 @@ { "name": "otion", - "version": "0.5.5", + "version": "0.6.0", "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 17578e3..6cd9e3b 100644 --- a/packages/react-otion/CHANGELOG.md +++ b/packages/react-otion/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.6.0](https://github.com/kripod/otion/compare/v0.5.5...v0.6.0) (2020-08-25) + +**Note:** Version bump only for package react-otion + ## [0.5.5](https://github.com/kripod/otion/compare/v0.5.4...v0.5.5) (2020-08-12) **Note:** Version bump only for package react-otion diff --git a/packages/react-otion/package.json b/packages/react-otion/package.json index 8dfdbeb..21ea283 100644 --- a/packages/react-otion/package.json +++ b/packages/react-otion/package.json @@ -1,6 +1,6 @@ { "name": "react-otion", - "version": "0.5.5", + "version": "0.6.0", "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.5.5", + "otion": "^0.6.0", "react": "^16.13.1" }, "peerDependencies": {