Skip to content

Commit

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

# [0.2.0](https://github.com/kripod/otion/compare/v0.1.3...v0.2.0) (2020-05-19)

### Bug Fixes

- make browser checks Deno-compatible ([96a05e9](https://github.com/kripod/otion/commit/96a05e993c1dc7849aefab0ceb428e8d0b815bb8))

### Features

- add Deno-compatible build output ([e54209a](https://github.com/kripod/otion/commit/e54209adea636733b1ecc2bc334f2f7c5206033f)), closes [#8](https://github.com/kripod/otion/issues/8)

### Reverts

- "build: experiment with dev/prod bundle separation" ([f71aa35](https://github.com/kripod/otion/commit/f71aa35a9b11965714fa21316155d185b8214447))

## [0.1.3](https://github.com/kripod/otion/compare/v0.1.2...v0.1.3) (2020-05-18)

### 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.1.3",
"version": "0.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
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.2.0](https://github.com/kripod/otion/compare/v0.1.3...v0.2.0) (2020-05-19)

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

## [0.1.3](https://github.com/kripod/otion/compare/v0.1.2...v0.1.3) (2020-05-18)

**Note:** Version bump only for package otion-example-gatsby
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.1.3",
"version": "0.2.0",
"private": true,
"scripts": {
"build": "gatsby build",
Expand All @@ -12,10 +12,10 @@
"dependencies": {
"@types/react-dom": "^16.9.8",
"gatsby": "^2.21.33",
"gatsby-plugin-otion": "^0.1.3",
"otion": "^0.1.2",
"gatsby-plugin-otion": "^0.2.0",
"otion": "^0.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-otion": "^0.1.3"
"react-otion": "^0.2.0"
}
}
10 changes: 10 additions & 0 deletions packages/example-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/kripod/otion/compare/v0.1.3...v0.2.0) (2020-05-19)

### Bug Fixes

- make browser checks Deno-compatible ([96a05e9](https://github.com/kripod/otion/commit/96a05e993c1dc7849aefab0ceb428e8d0b815bb8))

### Features

- add Deno-compatible build output ([e54209a](https://github.com/kripod/otion/commit/e54209adea636733b1ecc2bc334f2f7c5206033f)), closes [#8](https://github.com/kripod/otion/issues/8)

## [0.1.3](https://github.com/kripod/otion/compare/v0.1.2...v0.1.3) (2020-05-18)

**Note:** Version bump only for package otion-example-nextjs
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.1.3",
"version": "0.2.0",
"private": true,
"scripts": {
"build": "next build",
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"next": "^9.4.1",
"otion": "^0.1.2",
"otion": "^0.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-otion": "^0.1.3"
"react-otion": "^0.2.0"
}
}
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.2.0](https://github.com/kripod/otion/compare/v0.1.3...v0.2.0) (2020-05-19)

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

## [0.1.3](https://github.com/kripod/otion/compare/v0.1.2...v0.1.3) (2020-05-18)

### Bug Fixes
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.1.3",
"version": "0.2.0",
"description": "Gatsby plugin for otion, the atomic CSS-in-JS library",
"keywords": [
"gatsby",
Expand Down
14 changes: 14 additions & 0 deletions packages/otion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/kripod/otion/compare/v0.1.3...v0.2.0) (2020-05-19)

### Bug Fixes

- make browser checks Deno-compatible ([96a05e9](https://github.com/kripod/otion/commit/96a05e993c1dc7849aefab0ceb428e8d0b815bb8))

### Features

- add Deno-compatible build output ([e54209a](https://github.com/kripod/otion/commit/e54209adea636733b1ecc2bc334f2f7c5206033f)), closes [#8](https://github.com/kripod/otion/issues/8)

### Reverts

- "build: experiment with dev/prod bundle separation" ([f71aa35](https://github.com/kripod/otion/commit/f71aa35a9b11965714fa21316155d185b8214447))

## [0.1.2](https://github.com/kripod/otion/compare/v0.1.1...v0.1.2) (2020-05-18)

### 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.1.2",
"version": "0.2.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.2.0](https://github.com/kripod/otion/compare/v0.1.3...v0.2.0) (2020-05-19)

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

## [0.1.3](https://github.com/kripod/otion/compare/v0.1.2...v0.1.3) (2020-05-18)

### 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.1.3",
"version": "0.2.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.1.2",
"otion": "^0.2.0",
"react": "^16.13.1"
},
"peerDependencies": {
Expand Down

0 comments on commit c2003f1

Please sign in to comment.