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 29, 2019
1 parent a55f3d4 commit ad148de
Show file tree
Hide file tree
Showing 25 changed files with 98 additions and 58 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-oranges-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-mangos-clap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-ligers-chew.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-worms-grab.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-chefs-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-dancers-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-kings-sleep.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/babel-plugin-emotion/CHANGELOG.md
@@ -1,5 +1,16 @@
# 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

* [`b3a0f148`](https://github.com/emotion-js/emotion/commit/b3a0f1484f2efcc78b447639ff2e0bc0f29915ae) [#1574](https://github.com/emotion-js/emotion/pull/1574) Thanks [@Andarist](https://github.com/Andarist)! - Fix babel plugin crashing when called programmatically without providing a filename

* Updated dependencies [[`a55f3d49`](https://github.com/emotion-js/emotion/commit/a55f3d49c2febdf7eb1bede3f12da13c3efa1399)]:
- @emotion/serialize@0.11.14

## 10.0.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -13,7 +13,7 @@
"@babel/helper-module-imports": "^7.0.0",
"@emotion/hash": "0.7.3",
"@emotion/memoize": "0.7.3",
"@emotion/serialize": "^0.11.12",
"@emotion/serialize": "^0.11.14",
"babel-plugin-macros": "^2.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"convert-source-map": "^1.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-plugin-jsx-pragmatic/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/babel-plugin-jsx-pragmatic

## 0.1.4

### Patch Changes

- [`539bc0c2`](https://github.com/emotion-js/emotion/commit/539bc0c2acf164b6c31f5df55f05db35932af100) [#1576](https://github.com/emotion-js/emotion/pull/1576) Thanks [@Andarist](https://github.com/Andarist)! - Insert import to @emotion/core after existing imports to avoid ordering issues with polyfills

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-jsx-pragmatic/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-plugin-jsx-pragmatic",
"version": "0.1.3",
"version": "0.1.4",
"description": "Insert code to load a module corresponding to JSX pragma.",
"main": "dist/babel-plugin-jsx-pragmatic.cjs.js",
"module": "dist/babel-plugin-jsx-pragmatic.esm.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/babel-preset-css-prop/CHANGELOG.md
@@ -1,5 +1,17 @@
# @emotion/babel-preset-css-prop

## 10.0.23

### Patch Changes

- [`539bc0c2`](https://github.com/emotion-js/emotion/commit/539bc0c2acf164b6c31f5df55f05db35932af100) [#1576](https://github.com/emotion-js/emotion/pull/1576) Thanks [@Andarist](https://github.com/Andarist)! - Insert import to @emotion/core after existing imports to avoid ordering issues with polyfills

* [`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 [[`539bc0c2`](https://github.com/emotion-js/emotion/commit/539bc0c2acf164b6c31f5df55f05db35932af100), [`3927293d`](https://github.com/emotion-js/emotion/commit/3927293d0b9d96b4a7c00196e8430728759b1161), [`b3a0f148`](https://github.com/emotion-js/emotion/commit/b3a0f1484f2efcc78b447639ff2e0bc0f29915ae)]:
- @emotion/babel-plugin-jsx-pragmatic@0.1.4
- babel-plugin-emotion@10.0.23

## 10.0.22

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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 @@ -9,8 +9,8 @@
"dependencies": {
"@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"
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.4",
"babel-plugin-emotion": "^10.0.23"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/emotion/CHANGELOG.md
@@ -1,5 +1,14 @@
# emotion

## 10.0.23

### Patch Changes

- [`1ae94891`](https://github.com/emotion-js/emotion/commit/1ae948917326e2bc2bc978c59d04cb2695c72e38) [#1583](https://github.com/emotion-js/emotion/pull/1583) Thanks [@Andarist](https://github.com/Andarist)! - Export TS & Flow types for emotion/macro

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

## 10.0.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/emotion/package.json
@@ -1,6 +1,6 @@
{
"name": "emotion",
"version": "10.0.17",
"version": "10.0.23",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/emotion.cjs.js",
"module": "dist/emotion.esm.js",
Expand All @@ -17,7 +17,7 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"babel-plugin-emotion": "^10.0.17",
"babel-plugin-emotion": "^10.0.23",
"create-emotion": "^10.0.14"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/is-prop-valid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/is-prop-valid

## 0.8.4

### Patch Changes

- [`6cdb5695`](https://github.com/emotion-js/emotion/commit/6cdb56959bc4b64d7178604f1eb64a058c2e58c2) [#1584](https://github.com/emotion-js/emotion/pull/1584) Thanks [@probablyup](https://github.com/probablyup)! - add "on" amp html attribute to the whitelist

## 0.8.3

- Updated dependencies [c81c0033]:
Expand Down
4 changes: 2 additions & 2 deletions packages/is-prop-valid/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/is-prop-valid",
"version": "0.8.3",
"version": "0.8.4",
"description": "A function to check whether a prop is valid for HTML and SVG elements",
"main": "dist/is-prop-valid.cjs.js",
"module": "dist/is-prop-valid.esm.js",
Expand Down Expand Up @@ -28,4 +28,4 @@
"./dist/is-prop-valid.cjs.js": "./dist/is-prop-valid.browser.cjs.js",
"./dist/is-prop-valid.esm.js": "./dist/is-prop-valid.browser.esm.js"
}
}
}
8 changes: 8 additions & 0 deletions packages/primitives/CHANGELOG.md
@@ -1,5 +1,13 @@
# @emotion/primitives

## 10.0.23

### Patch Changes

- Updated dependencies [[`6cdb5695`](https://github.com/emotion-js/emotion/commit/6cdb56959bc4b64d7178604f1eb64a058c2e58c2), [`3927293d`](https://github.com/emotion-js/emotion/commit/3927293d0b9d96b4a7c00196e8430728759b1161), [`b3a0f148`](https://github.com/emotion-js/emotion/commit/b3a0f1484f2efcc78b447639ff2e0bc0f29915ae)]:
- @emotion/is-prop-valid@0.8.4
- babel-plugin-emotion@10.0.23

## 10.0.22

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/primitives/package.json
@@ -1,16 +1,16 @@
{
"name": "@emotion/primitives",
"version": "10.0.22",
"version": "10.0.23",
"main": "dist/primitives.cjs.js",
"module": "dist/primitives.esm.js",
"files": [
"src",
"dist"
],
"dependencies": {
"@emotion/is-prop-valid": "0.8.3",
"@emotion/is-prop-valid": "0.8.4",
"@emotion/primitives-core": "10.0.22",
"babel-plugin-emotion": "^10.0.22"
"babel-plugin-emotion": "^10.0.23"
},
"peerDependencies": {
"react": ">=16.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/serialize/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/serialize

## 0.11.14

### Patch Changes

- [`a55f3d49`](https://github.com/emotion-js/emotion/commit/a55f3d49c2febdf7eb1bede3f12da13c3efa1399) [#1581](https://github.com/emotion-js/emotion/pull/1581) Thanks [@Andarist](https://github.com/Andarist)! - Don't cause invalid rule to be serialized when using object style with falsy value

## 0.11.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serialize/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/serialize",
"version": "0.11.13",
"version": "0.11.14",
"description": "serialization utils for emotion",
"main": "dist/serialize.cjs.js",
"module": "dist/serialize.esm.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/styled-base/CHANGELOG.md
@@ -1,5 +1,15 @@
# @emotion/styled-base

## 10.0.23

### Patch Changes

- [`97673098`](https://github.com/emotion-js/emotion/commit/97673098945a75b716d4cac100c1af46a5ae18f2) [#1570](https://github.com/emotion-js/emotion/pull/1570) Thanks [@FezVrasta](https://github.com/FezVrasta)! - Fixed package's Flow types

- Updated dependencies [[`a55f3d49`](https://github.com/emotion-js/emotion/commit/a55f3d49c2febdf7eb1bede3f12da13c3efa1399), [`6cdb5695`](https://github.com/emotion-js/emotion/commit/6cdb56959bc4b64d7178604f1eb64a058c2e58c2)]:
- @emotion/serialize@0.11.14
- @emotion/is-prop-valid@0.8.4

## 10.0.22

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/styled-base/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled-base",
"version": "10.0.22",
"version": "10.0.23",
"description": "base styled API for emotion",
"main": "dist/styled-base.cjs.js",
"module": "dist/styled-base.esm.js",
Expand All @@ -16,8 +16,8 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@emotion/is-prop-valid": "0.8.3",
"@emotion/serialize": "^0.11.12",
"@emotion/is-prop-valid": "0.8.4",
"@emotion/serialize": "^0.11.14",
"@emotion/utils": "0.11.2"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/styled/CHANGELOG.md
@@ -1,5 +1,15 @@
# @emotion/styled

## 10.0.23

### Patch Changes

- [`97673098`](https://github.com/emotion-js/emotion/commit/97673098945a75b716d4cac100c1af46a5ae18f2) [#1570](https://github.com/emotion-js/emotion/pull/1570) Thanks [@FezVrasta](https://github.com/FezVrasta)! - Fixed package's Flow types

- Updated dependencies [[`3927293d`](https://github.com/emotion-js/emotion/commit/3927293d0b9d96b4a7c00196e8430728759b1161), [`97673098`](https://github.com/emotion-js/emotion/commit/97673098945a75b716d4cac100c1af46a5ae18f2), [`b3a0f148`](https://github.com/emotion-js/emotion/commit/b3a0f1484f2efcc78b447639ff2e0bc0f29915ae)]:
- babel-plugin-emotion@10.0.23
- @emotion/styled-base@10.0.23

## 10.0.22

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/styled/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled",
"version": "10.0.22",
"version": "10.0.23",
"description": "styled API for emotion",
"main": "dist/styled.cjs.js",
"module": "dist/styled.esm.js",
Expand All @@ -11,8 +11,8 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/styled-base": "^10.0.22",
"babel-plugin-emotion": "^10.0.22"
"@emotion/styled-base": "^10.0.23",
"babel-plugin-emotion": "^10.0.23"
},
"devDependencies": {
"@emotion/core": "^10.0.22",
Expand Down

0 comments on commit ad148de

Please sign in to comment.