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 13, 2020
1 parent 6ae277f commit 31281e3
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/kripod/otion/compare/v0.3.2...v0.3.3) (2020-07-13)

### Bug Fixes

- add missing unitless property matcher pattern ([b93465e](https://github.com/kripod/otion/commit/b93465ef54f4a09792e718559f016b818b70bf46))
- support manual vendor prefixing for '-ms-\*' ([6ae277f](https://github.com/kripod/otion/commit/6ae277fe4f2bc64d0343676bf9320ac6e5cb339d))

## [0.3.2](https://github.com/kripod/otion/compare/v0.3.1...v0.3.2) (2020-05-21)

### 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.2",
"version": "0.3.3",
"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.3.3](https://github.com/kripod/otion/compare/v0.3.2...v0.3.3) (2020-07-13)

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

## [0.3.2](https://github.com/kripod/otion/compare/v0.3.1...v0.3.2) (2020-05-21)

**Note:** Version bump only for package otion-example-gatsby
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "0.3.3",
"private": true,
"scripts": {
"build": "gatsby build",
Expand All @@ -13,9 +13,9 @@
"@types/react-dom": "^16.9.8",
"gatsby": "^2.22.12",
"gatsby-plugin-otion": "^0.3.1",
"otion": "^0.3.2",
"otion": "^0.3.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-otion": "^0.3.2"
"react-otion": "^0.3.3"
}
}
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.3.3](https://github.com/kripod/otion/compare/v0.3.2...v0.3.3) (2020-07-13)

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

## [0.3.2](https://github.com/kripod/otion/compare/v0.3.1...v0.3.2) (2020-05-21)

**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.3.2",
"version": "0.3.3",
"private": true,
"scripts": {
"build": "next build",
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"next": "^9.4.4",
"otion": "^0.3.2",
"otion": "^0.3.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-otion": "^0.3.2"
"react-otion": "^0.3.3"
}
}
7 changes: 7 additions & 0 deletions packages/otion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/kripod/otion/compare/v0.3.2...v0.3.3) (2020-07-13)

### Bug Fixes

- add missing unitless property matcher pattern ([b93465e](https://github.com/kripod/otion/commit/b93465ef54f4a09792e718559f016b818b70bf46))
- support manual vendor prefixing for '-ms-\*' ([6ae277f](https://github.com/kripod/otion/commit/6ae277fe4f2bc64d0343676bf9320ac6e5cb339d))

## [0.3.2](https://github.com/kripod/otion/compare/v0.3.1...v0.3.2) (2020-05-21)

### 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.2",
"version": "0.3.3",
"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.3.3](https://github.com/kripod/otion/compare/v0.3.2...v0.3.3) (2020-07-13)

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

## [0.3.2](https://github.com/kripod/otion/compare/v0.3.1...v0.3.2) (2020-05-21)

**Note:** Version bump only for package react-otion
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.2",
"version": "0.3.3",
"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.2",
"otion": "^0.3.3",
"react": "^16.13.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 31281e3

Please sign in to comment.