Skip to content

Commit

Permalink
Version Packages (#2062)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 1, 2020
1 parent 04b1dda commit 0abe324
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/nine-waves-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-icons-drum.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/babel-preset-css-prop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/babel-preset-css-prop

## 10.1.0

### Minor Changes

- [`71514b06`](https://github.com/emotion-js/emotion/commit/71514b06fe172517168f98321499f05e74388de6) [#1970](https://github.com/emotion-js/emotion/pull/1970) Thanks [@FLGMwt](https://github.com/FLGMwt)! - A new `runtime` option has been added that can be configured to `'automatic'` to opt into [the new JSX runtimes](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html). To use this a compatible React version has to be used.

## 10.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-css-prop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-preset-css-prop",
"version": "10.0.27",
"version": "10.1.0",
"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 Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @emotion/core

## 10.1.0

### Minor Changes

- [`71514b06`](https://github.com/emotion-js/emotion/commit/71514b06fe172517168f98321499f05e74388de6) [#1970](https://github.com/emotion-js/emotion/pull/1970) Thanks [@FLGMwt](https://github.com/FLGMwt)! - Support for [the new JSX runtimes](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) has been added. They require compatible React versions and shouldn't be manually used.

To use them you can use the new `@jsxImportSource @emotion/core` pragma instead of the old `@jsx jsx` or you can use `@emotion/babel-preset-css-prop` with `{ runtime: 'automatic' }` option to have it handled automatically for you for the whole project.

## 10.0.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/core",
"version": "10.0.35",
"version": "10.1.0",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
"browser": {
Expand Down

0 comments on commit 0abe324

Please sign in to comment.