Skip to content

Commit 6da39e1

Browse files
committed
chore(release): publish
1 parent 4ae395c commit 6da39e1

File tree

10 files changed

+28
-8
lines changed

10 files changed

+28
-8
lines changed

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.2.1](https://github.com/kripod/otion/compare/v0.2.0...v0.2.1) (2020-05-19)
7+
8+
**Note:** Version bump only for package otion
9+
610
# [0.2.0](https://github.com/kripod/otion/compare/v0.1.3...v0.2.0) (2020-05-19)
711

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

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.2.1](https://github.com/kripod/otion/compare/v0.2.0...v0.2.1) (2020-05-19)
7+
8+
**Note:** Version bump only for package otion-example-gatsby
9+
610
# [0.2.0](https://github.com/kripod/otion/compare/v0.1.3...v0.2.0) (2020-05-19)
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.2.0",
3+
"version": "0.2.1",
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.21.33",
15-
"gatsby-plugin-otion": "^0.2.0",
15+
"gatsby-plugin-otion": "^0.2.1",
1616
"otion": "^0.2.0",
1717
"react": "^16.12.0",
1818
"react-dom": "^16.12.0",
19-
"react-otion": "^0.2.0"
19+
"react-otion": "^0.2.1"
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.2.1](https://github.com/kripod/otion/compare/v0.2.0...v0.2.1) (2020-05-19)
7+
8+
**Note:** Version bump only for package otion-example-nextjs
9+
610
# [0.2.0](https://github.com/kripod/otion/compare/v0.1.3...v0.2.0) (2020-05-19)
711

812
### Bug Fixes

packages/example-nextjs/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-nextjs",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"scripts": {
66
"build": "next build",
@@ -14,6 +14,6 @@
1414
"otion": "^0.2.0",
1515
"react": "^16.13.1",
1616
"react-dom": "^16.13.1",
17-
"react-otion": "^0.2.0"
17+
"react-otion": "^0.2.1"
1818
}
1919
}

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.2.1](https://github.com/kripod/otion/compare/v0.2.0...v0.2.1) (2020-05-19)
7+
8+
**Note:** Version bump only for package gatsby-plugin-otion
9+
610
# [0.2.0](https://github.com/kripod/otion/compare/v0.1.3...v0.2.0) (2020-05-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.2.0",
3+
"version": "0.2.1",
44
"description": "Gatsby plugin for otion, the atomic CSS-in-JS library",
55
"keywords": [
66
"gatsby",

packages/react-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.2.1](https://github.com/kripod/otion/compare/v0.2.0...v0.2.1) (2020-05-19)
7+
8+
**Note:** Version bump only for package react-otion
9+
610
# [0.2.0](https://github.com/kripod/otion/compare/v0.1.3...v0.2.0) (2020-05-19)
711

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

packages/react-otion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-otion",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React bindings for otion, the atomic CSS-in-JS library",
55
"keywords": [
66
"css-in-js",

0 commit comments

Comments
 (0)