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 a293f90 commit bbee79a
Show file tree
Hide file tree
Showing 22 changed files with 124 additions and 26 deletions.
6 changes: 6 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,10 @@
"shaggy-cheetahs-vanish",
"sharp-frogs-applaud",
"shiny-knives-tell",
"short-lobsters-fix",
"silent-onions-call",
"silver-bulldogs-beg",
"slow-tables-shave",
"smooth-carpets-matter",
"soft-moose-attend",
"sour-poets-move",
Expand All @@ -122,10 +126,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
12 changes: 12 additions & 0 deletions packages/css/CHANGELOG.md
@@ -1,5 +1,17 @@
# emotion

## 11.0.0-rc.1

### Major Changes

- [`a293f907`](https://github.com/emotion-js/emotion/commit/a293f907162192f50cfc9268482d043a7cbd986c) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - UMD filenames have been changed.

### Patch Changes

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

## 11.0.0-rc.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/css",
"version": "11.0.0-rc.0",
"version": "11.0.0-rc.1",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/emotion-css.cjs.js",
"module": "dist/emotion-css.esm.js",
Expand All @@ -18,8 +18,8 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/babel-plugin": "^11.0.0-rc.0",
"@emotion/cache": "^11.0.0-rc.0",
"@emotion/babel-plugin": "^11.0.0-rc.1",
"@emotion/cache": "^11.0.0-rc.1",
"@emotion/serialize": "^1.0.0-rc.0",
"@emotion/sheet": "^1.0.0-rc.0",
"@emotion/utils": "^1.0.0-rc.0"
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
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -35,8 +35,8 @@
}
},
"devDependencies": {
"@emotion/css": "11.0.0-rc.0",
"@emotion/react": "11.0.0-rc.0",
"@emotion/css": "11.0.0-rc.1",
"@emotion/react": "11.0.0-rc.1",
"@types/jest": "^26.0.14",
"dtslint": "^0.3.0",
"enzyme-to-json": "^3.6.1",
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
4 changes: 2 additions & 2 deletions 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 All @@ -20,7 +20,7 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/react": "11.0.0-rc.0",
"@emotion/react": "11.0.0-rc.1",
"react": "16.14.0"
},
"homepage": "https://emotion.sh",
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
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,16 @@
# @emotion/react

## 11.0.0-rc.1

### Major Changes

- [`a293f907`](https://github.com/emotion-js/emotion/commit/a293f907162192f50cfc9268482d043a7cbd986c) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - UMD filenames have been changed.

### Patch Changes

- Updated dependencies [[`6e157aa1`](https://github.com/emotion-js/emotion/commit/6e157aa198ac32d326d1aa1a921f459d880a8428)]:
- @emotion/cache@11.0.0-rc.1

## 11.0.0-rc.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.0.0-rc.0",
"version": "11.0.0-rc.1",
"main": "dist/emotion-react.cjs.js",
"module": "dist/emotion-react.esm.js",
"browser": {
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@emotion/cache": "^11.0.0-rc.0",
"@emotion/cache": "^11.0.0-rc.1",
"@emotion/serialize": "^1.0.0-rc.0",
"@emotion/sheet": "^1.0.0-rc.0",
"@emotion/utils": "^1.0.0-rc.0",
Expand All @@ -46,10 +46,10 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@emotion/css": "11.0.0-rc.0",
"@emotion/css": "11.0.0-rc.1",
"@emotion/css-prettifier": "1.0.0-next.0",
"@emotion/server": "11.0.0-rc.0",
"@emotion/styled": "11.0.0-rc.0",
"@emotion/styled": "11.0.0-rc.1",
"@types/react": "^16.9.11",
"dtslint": "^0.3.0",
"html-tag-names": "^1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Expand Up @@ -28,8 +28,8 @@
}
},
"devDependencies": {
"@emotion/babel-plugin": "11.0.0-rc.0",
"@emotion/css": "11.0.0-rc.0",
"@emotion/babel-plugin": "11.0.0-rc.1",
"@emotion/css": "11.0.0-rc.1",
"@emotion/css-prettifier": "1.0.0-next.0",
"@types/node": "^10.11.4",
"dtslint": "^0.3.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/styled/CHANGELOG.md
@@ -1,5 +1,16 @@
# @emotion/styled

## 11.0.0-rc.1

### Major Changes

- [`a293f907`](https://github.com/emotion-js/emotion/commit/a293f907162192f50cfc9268482d043a7cbd986c) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - UMD filenames have been changed.

### 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
6 changes: 3 additions & 3 deletions packages/styled/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled",
"version": "11.0.0-rc.0",
"version": "11.0.0-rc.1",
"description": "styled API for emotion",
"main": "dist/emotion-styled.cjs.js",
"module": "dist/emotion-styled.esm.js",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@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/serialize": "^1.0.0-rc.0",
"@emotion/utils": "^1.0.0-rc.0"
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@emotion/react": "11.0.0-rc.0",
"@emotion/react": "11.0.0-rc.1",
"dtslint": "^0.3.0",
"react": "16.14.0"
},
Expand Down

0 comments on commit bbee79a

Please sign in to comment.