Skip to content

Commit

Permalink
Version Packages (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and emmatown committed Oct 5, 2019
1 parent 0eafebb commit a07f8a7
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .changeset/many-worms-beam/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/many-worms-beam/changes.md

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/slow-apricots-hunt/changes.json

This file was deleted.

1 change: 0 additions & 1 deletion .changeset/slow-apricots-hunt/changes.md

This file was deleted.

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

## 10.0.21

### Patch Changes

- [0eafebb5](https://github.com/emotion-js/emotion/commit/0eafebb5119212897f81084f63a807c02b0012fc) [#1538](https://github.com/emotion-js/emotion/pull/1538) Thanks [@Andarist](https://github.com/Andarist)! - Push source maps & labels to cooked/raw arrays in TS-transpiled tagged template expressions

## 10.0.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-emotion",
"version": "10.0.20",
"version": "10.0.21",
"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 Expand Up @@ -39,4 +39,4 @@
"bugs": {
"url": "https://github.com/emotion-js/emotion/issues"
}
}
}
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/core

## 10.0.21

### Patch Changes

- [7855db4a](https://github.com/emotion-js/emotion/commit/7855db4ae379f212e7b972b9108419154e17ed45) [#1537](https://github.com/emotion-js/emotion/pull/1537) Thanks [@Andarist](https://github.com/Andarist)! - Add missing `/* #__PURE__ */` annotation to creation of EmotionCssPropInternal

## 10.0.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/core",
"version": "10.0.20",
"version": "10.0.21",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
"browser": {
Expand Down Expand Up @@ -48,4 +48,4 @@
"preconstruct": {
"umdName": "emotionCore"
}
}
}

0 comments on commit a07f8a7

Please sign in to comment.