Skip to content

Commit

Permalink
Version Packages (rc)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2020
1 parent cf56694 commit 3553f23
Show file tree
Hide file tree
Showing 16 changed files with 75 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Expand Up @@ -56,6 +56,7 @@
"curvy-timers-decide",
"cyan-jobs-carry",
"dry-frogs-perform",
"eighty-grapes-rule",
"eleven-apes-cheer",
"famous-bats-grow",
"few-donkeys-check",
Expand Down Expand Up @@ -107,7 +108,9 @@
"shaggy-cheetahs-vanish",
"sharp-frogs-applaud",
"shiny-knives-tell",
"silent-onions-call",
"silver-bulldogs-beg",
"slow-tables-shave",
"smooth-carpets-matter",
"soft-moose-attend",
"sour-poets-move",
Expand All @@ -122,10 +125,12 @@
"tough-fans-do",
"tricky-bears-hope",
"two-baboons-mate",
"two-cooks-kiss",
"two-kiwis-give",
"violet-spiders-itch",
"warm-ties-drop",
"weak-islands-confess",
"weak-pears-design",
"wet-cycles-fail",
"wicked-mails-obey",
"witty-dots-return",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/babel-plugin

## 11.0.0-rc.1

### Major Changes

- [`b7d21373`](https://github.com/emotion-js/emotion/commit/b7d21373d967d0f958dd59aaaa650047e23e8e8b) [#2080](https://github.com/emotion-js/emotion/pull/2080) Thanks [@Andarist](https://github.com/Andarist)! - `cssPropOptimization` defaults now to `true` regardless of the `@emotion/react` import presence.

## 11.0.0-rc.0

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

## 11.0.0-rc.1

### Major Changes

- [`9e3671c4`](https://github.com/emotion-js/emotion/commit/9e3671c466975fb31cd45431e25cb60ffb677a70) [#2076](https://github.com/emotion-js/emotion/pull/2076) Thanks [@Andarist](https://github.com/Andarist)! - Removed `runtime` option that was introduced to this preset and deprecated shortly after that. If you want to configure `runtime: "automatic"`, replace `@emotion/babel-preset-css-prop` with `@babel/preset-react` and `@emotion/babel-plugin`. You can find out how to configure things properly here: https://emotion.sh/docs/css-prop#babel-preset

### Patch Changes

- Updated dependencies [[`b7d21373`](https://github.com/emotion-js/emotion/commit/b7d21373d967d0f958dd59aaaa650047e23e8e8b)]:
- @emotion/babel-plugin@11.0.0-rc.1

## 11.0.0-rc.0

### Major 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": "11.0.0-rc.0",
"version": "11.0.0-rc.1",
"description": "A babel preset to automatically enable emotion's css prop",
"main": "dist/emotion-babel-preset-css-prop.cjs.js",
"module": "dist/emotion-babel-preset-css-prop.esm.js",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.12.1",
"@babel/runtime": "^7.7.2",
"@emotion/babel-plugin": "^11.0.0-rc.0",
"@emotion/babel-plugin": "^11.0.0-rc.1",
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.5"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cache/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/cache

## 11.0.0-rc.1

### Patch Changes

- [`6e157aa1`](https://github.com/emotion-js/emotion/commit/6e157aa198ac32d326d1aa1a921f459d880a8428) [#2042](https://github.com/emotion-js/emotion/pull/2042) Thanks [@Andarist](https://github.com/Andarist)! - Remove missing key error from production environments to cut down the bundlesize footprint.

## 11.0.0-rc.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/cache",
"version": "11.0.0-rc.0",
"version": "11.0.0-rc.1",
"description": "emotion's cache",
"main": "dist/emotion-cache.cjs.js",
"module": "dist/emotion-cache.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/jest/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/jest

## 11.0.0-rc.1

### Patch Changes

- [`3abcf673`](https://github.com/emotion-js/emotion/commit/3abcf673d6d2ea8d802602dde1d5af33af75ac4c) [#2043](https://github.com/emotion-js/emotion/pull/2043) Thanks [@Andarist](https://github.com/Andarist)! - `@types/jest` has been moved from the dependencies to the optional peer dependencies as it should not be installed automatically for users not using TypeScript.

## 11.0.0-rc.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/jest",
"version": "11.0.0-rc.0",
"version": "11.0.0-rc.1",
"description": "Jest utilities for emotion",
"main": "dist/emotion-jest.cjs.js",
"module": "dist/emotion-jest.esm.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/native/CHANGELOG.md
@@ -1,5 +1,16 @@
# @emotion/native

## 11.0.0-rc.1

### Minor Changes

- [`2d597857`](https://github.com/emotion-js/emotion/commit/2d5978579f758163663c1bfb40e7d76bc24ae26a) [#2058](https://github.com/emotion-js/emotion/pull/2058) Thanks [@efoken](https://github.com/efoken)! - Added support for the `as` prop.

### Patch Changes

- Updated dependencies [[`2d597857`](https://github.com/emotion-js/emotion/commit/2d5978579f758163663c1bfb40e7d76bc24ae26a)]:
- @emotion/primitives-core@11.0.0-rc.1

## 11.0.0-rc.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/native/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/native",
"version": "11.0.0-rc.0",
"version": "11.0.0-rc.1",
"description": "Style and render React Native components using emotion",
"main": "dist/emotion-native.cjs.js",
"module": "dist/emotion-native.esm.js",
Expand All @@ -22,7 +22,7 @@
"react-native": "^0.63.2"
},
"dependencies": {
"@emotion/primitives-core": "^11.0.0-rc.0"
"@emotion/primitives-core": "^11.0.0-rc.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/primitives-core/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/primitives-core

## 11.0.0-rc.1

### Minor Changes

- [`2d597857`](https://github.com/emotion-js/emotion/commit/2d5978579f758163663c1bfb40e7d76bc24ae26a) [#2058](https://github.com/emotion-js/emotion/pull/2058) Thanks [@efoken](https://github.com/efoken)! - Added support for the `as` prop.

## 11.0.0-rc.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives-core",
"version": "11.0.0-rc.0",
"version": "11.0.0-rc.1",
"description": "Shared utilities for emotion primitives and native",
"main": "dist/emotion-primitives-core.cjs.js",
"module": "dist/emotion-primitives-core.esm.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/primitives/CHANGELOG.md
@@ -1,5 +1,17 @@
# @emotion/primitives

## 11.0.0-rc.1

### Minor Changes

- [`2d597857`](https://github.com/emotion-js/emotion/commit/2d5978579f758163663c1bfb40e7d76bc24ae26a) [#2058](https://github.com/emotion-js/emotion/pull/2058) Thanks [@efoken](https://github.com/efoken)! - Added support for the `as` prop.

### Patch Changes

- Updated dependencies [[`b7d21373`](https://github.com/emotion-js/emotion/commit/b7d21373d967d0f958dd59aaaa650047e23e8e8b), [`2d597857`](https://github.com/emotion-js/emotion/commit/2d5978579f758163663c1bfb40e7d76bc24ae26a)]:
- @emotion/babel-plugin@11.0.0-rc.1
- @emotion/primitives-core@11.0.0-rc.1

## 11.0.0-rc.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/primitives/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives",
"version": "11.0.0-rc.0",
"version": "11.0.0-rc.1",
"main": "dist/emotion-primitives.cjs.js",
"module": "dist/emotion-primitives.esm.js",
"scripts": {
Expand All @@ -12,9 +12,9 @@
"macro.js"
],
"dependencies": {
"@emotion/babel-plugin": "^11.0.0-rc.0",
"@emotion/babel-plugin": "^11.0.0-rc.1",
"@emotion/is-prop-valid": "^1.0.0-rc.0",
"@emotion/primitives-core": "^11.0.0-rc.0"
"@emotion/primitives-core": "^11.0.0-rc.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -28,7 +28,7 @@
}
},
"devDependencies": {
"@emotion/babel-plugin": "11.0.0-rc.0",
"@emotion/babel-plugin": "11.0.0-rc.1",
"@emotion/css": "11.0.0-rc.0",
"@emotion/css-prettifier": "1.0.0-next.0",
"@types/node": "^10.11.4",
Expand Down

0 comments on commit 3553f23

Please sign in to comment.