Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 25, 2019
1 parent 3927293 commit 03fbf2d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/green-worms-grab.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/babel-plugin-emotion/CHANGELOG.md
@@ -1,5 +1,11 @@
# babel-plugin-emotion

## 10.0.23

### Patch Changes

- [`3927293d`](https://github.com/emotion-js/emotion/commit/3927293d0b9d96b4a7c00196e8430728759b1161) [#1569](https://github.com/emotion-js/emotion/pull/1569) Thanks [@Andarist](https://github.com/Andarist)! - Add dev hint about css object (generated by Babel) being stringified by accident

## 10.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-emotion/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-emotion",
"version": "10.0.22",
"version": "10.0.23",
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
"main": "dist/babel-plugin-emotion.cjs.js",
"module": "dist/babel-plugin-emotion.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/babel-preset-css-prop/CHANGELOG.md
@@ -1,5 +1,14 @@
# @emotion/babel-preset-css-prop

## 10.0.23

### Patch Changes

- [`3927293d`](https://github.com/emotion-js/emotion/commit/3927293d0b9d96b4a7c00196e8430728759b1161) [#1569](https://github.com/emotion-js/emotion/pull/1569) Thanks [@Andarist](https://github.com/Andarist)! - Add dev hint about css object (generated by Babel) being stringified by accident

- Updated dependencies [[`3927293d`](https://github.com/emotion-js/emotion/commit/3927293d0b9d96b4a7c00196e8430728759b1161)]:
- babel-plugin-emotion@10.0.23

## 10.0.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-css-prop/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-preset-css-prop",
"version": "10.0.22",
"version": "10.0.23",
"description": "A babel preset to automatically enable emotion's css prop",
"main": "dist/babel-preset-css-prop.cjs.js",
"module": "dist/babel-preset-css-prop.esm.js",
Expand All @@ -10,7 +10,7 @@
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/runtime": "^7.5.5",
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.3",
"babel-plugin-emotion": "^10.0.22"
"babel-plugin-emotion": "^10.0.23"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down

0 comments on commit 03fbf2d

Please sign in to comment.