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 Oct 10, 2020
1 parent a425902 commit ee54352
Show file tree
Hide file tree
Showing 53 changed files with 289 additions and 66 deletions.
3 changes: 1 addition & 2 deletions .changeset/pre.json
Expand Up @@ -82,6 +82,7 @@
"mean-deers-confess",
"mean-drinks-watch",
"modern-grapes-obey",
"modern-lizards-tickle",
"moody-ravens-deny",
"moody-stingrays-sort",
"neat-geese-knock",
Expand All @@ -97,14 +98,12 @@
"polite-shirts-smell",
"polite-ties-rest",
"polite-tips-attend",
"proud-bats-cheer",
"purple-teachers-clean",
"rare-toes-grow",
"rotten-adults-guess",
"rotten-onions-hide",
"rotten-yaks-protect",
"selfish-pans-enjoy",
"shaggy-buses-explain",
"shaggy-cheetahs-vanish",
"sharp-frogs-applaud",
"shiny-knives-tell",
Expand Down
11 changes: 11 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
@@ -1,5 +1,16 @@
# @emotion/babel-plugin

## 11.0.0-rc.0

### Major Changes

- [`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63) [#2030](https://github.com/emotion-js/emotion/pull/2030) Thanks [@Andarist](https://github.com/Andarist)! - Release candidate version.

### Patch Changes

- Updated dependencies [[`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63)]:
- @emotion/serialize@1.0.0-rc.0

## 11.0.0-next.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-plugin",
"version": "11.0.0-next.17",
"version": "11.0.0-rc.0",
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
"main": "dist/babel-plugin.cjs.js",
"module": "dist/babel-plugin.esm.js",
Expand All @@ -18,7 +18,7 @@
"@babel/runtime": "^7.7.2",
"@emotion/hash": "^0.8.0",
"@emotion/memoize": "^0.7.4",
"@emotion/serialize": "^1.0.0-next.5",
"@emotion/serialize": "^1.0.0-rc.0",
"babel-plugin-macros": "^2.6.1",
"convert-source-map": "^1.5.0",
"escape-string-regexp": "^1.0.5",
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.0

### Major Changes

- [`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63) [#2030](https://github.com/emotion-js/emotion/pull/2030) Thanks [@Andarist](https://github.com/Andarist)! - Release candidate version.

### Patch Changes

- Updated dependencies [[`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63)]:
- @emotion/babel-plugin@11.0.0-rc.0

## 11.0.0-next.10

### 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-next.10",
"version": "11.0.0-rc.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 All @@ -12,7 +12,7 @@
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.7.0",
"@babel/runtime": "^7.7.2",
"@emotion/babel-plugin": "^11.0.0-next.10",
"@emotion/babel-plugin": "^11.0.0-rc.0",
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.4"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cache/CHANGELOG.md
@@ -1,5 +1,17 @@
# @emotion/cache

## 11.0.0-rc.0

### Major Changes

- [`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63) [#2030](https://github.com/emotion-js/emotion/pull/2030) Thanks [@Andarist](https://github.com/Andarist)! - Release candidate version.

### Patch Changes

- Updated dependencies [[`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63)]:
- @emotion/sheet@1.0.0-rc.0
- @emotion/utils@1.0.0-rc.0

## 11.0.0-next.19

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/cache",
"version": "11.0.0-next.19",
"version": "11.0.0-rc.0",
"description": "emotion's cache",
"main": "dist/cache.cjs.js",
"module": "dist/cache.esm.js",
Expand All @@ -16,8 +16,8 @@
},
"dependencies": {
"@emotion/memoize": "^0.7.4",
"@emotion/sheet": "^1.0.0-next.5",
"@emotion/utils": "^1.0.0-next.1",
"@emotion/sheet": "^1.0.0-rc.0",
"@emotion/utils": "^1.0.0-rc.0",
"@emotion/weak-memoize": "^0.2.5",
"stylis": "^4.0.3"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/css/CHANGELOG.md
@@ -1,5 +1,20 @@
# emotion

## 11.0.0-rc.0

### Major Changes

- [`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63) [#2030](https://github.com/emotion-js/emotion/pull/2030) Thanks [@Andarist](https://github.com/Andarist)! - Release candidate version.

### Patch Changes

- Updated dependencies [[`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63)]:
- @emotion/babel-plugin@11.0.0-rc.0
- @emotion/cache@11.0.0-rc.0
- @emotion/serialize@1.0.0-rc.0
- @emotion/sheet@1.0.0-rc.0
- @emotion/utils@1.0.0-rc.0

## 11.0.0-next.19

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/css",
"version": "11.0.0-next.19",
"version": "11.0.0-rc.0",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/css.cjs.js",
"module": "dist/css.esm.js",
Expand All @@ -18,11 +18,11 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/babel-plugin": "^11.0.0-next.17",
"@emotion/cache": "^11.0.0-next.19",
"@emotion/serialize": "^1.0.0-next.5",
"@emotion/sheet": "^1.0.0-next.5",
"@emotion/utils": "^1.0.0-next.1"
"@emotion/babel-plugin": "^11.0.0-rc.0",
"@emotion/cache": "^11.0.0-rc.0",
"@emotion/serialize": "^1.0.0-rc.0",
"@emotion/sheet": "^1.0.0-rc.0",
"@emotion/utils": "^1.0.0-rc.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/eslint-plugin

## 11.0.0-rc.0

### Major Changes

- [`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63) [#2030](https://github.com/emotion-js/emotion/pull/2030) Thanks [@Andarist](https://github.com/Andarist)! - Release candidate version.

## 11.0.0-next.10

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/eslint-plugin",
"version": "11.0.0-next.10",
"version": "11.0.0-rc.0",
"description": "ESLint rules for emotion",
"scripts": {
"test:typescript": "exit 0"
Expand Down
6 changes: 6 additions & 0 deletions packages/is-prop-valid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/is-prop-valid

## 1.0.0-rc.0

### Minor Changes

- [`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63) [#2030](https://github.com/emotion-js/emotion/pull/2030) Thanks [@Andarist](https://github.com/Andarist)! - Release candidate version.

## 0.9.0-next.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/is-prop-valid/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/is-prop-valid",
"version": "0.9.0-next.1",
"version": "1.0.0-rc.0",
"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
6 changes: 6 additions & 0 deletions packages/jest/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/jest

## 11.0.0-rc.0

### Major Changes

- [`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63) [#2030](https://github.com/emotion-js/emotion/pull/2030) Thanks [@Andarist](https://github.com/Andarist)! - Release candidate version.

## 11.0.0-next.19

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/jest",
"version": "11.0.0-next.19",
"version": "11.0.0-rc.0",
"description": "Jest utilities for emotion",
"main": "dist/jest.cjs.js",
"module": "dist/jest.esm.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
}
},
"devDependencies": {
"@emotion/css": "11.0.0-next.19",
"@emotion/react": "11.0.0-next.19",
"@emotion/css": "11.0.0-rc.0",
"@emotion/react": "11.0.0-rc.0",
"dtslint": "^0.3.0",
"enzyme-to-json": "^3.6.1",
"preact": "^8.2.9",
Expand Down
11 changes: 11 additions & 0 deletions packages/native/CHANGELOG.md
@@ -1,5 +1,16 @@
# @emotion/native

## 11.0.0-rc.0

### Major Changes

- [`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63) [#2030](https://github.com/emotion-js/emotion/pull/2030) Thanks [@Andarist](https://github.com/Andarist)! - Release candidate version.

### Patch Changes

- Updated dependencies [[`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63)]:
- @emotion/primitives-core@11.0.0-rc.0

## 11.0.0-next.19

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

## 11.0.0-rc.0

### Major Changes

- [`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63) [#2030](https://github.com/emotion-js/emotion/pull/2030) Thanks [@Andarist](https://github.com/Andarist)! - Release candidate version.

### Patch Changes

- Updated dependencies [[`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63)]:
- @emotion/react@11.0.0-rc.0

## 11.0.0-next.19

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/primitives-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives-core",
"version": "11.0.0-next.19",
"version": "11.0.0-rc.0",
"description": "Shared utilities for emotion primitives and native",
"main": "dist/primitives-core.cjs.js",
"module": "dist/primitives-core.esm.js",
Expand All @@ -16,11 +16,11 @@
"css-to-react-native": "^3.0.0"
},
"peerDependencies": {
"@emotion/react": "^11.0.0-next.19",
"@emotion/react": "^11.0.0-rc.0",
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/react": "11.0.0-next.19",
"@emotion/react": "11.0.0-rc.0",
"react": "^16.11.0"
},
"homepage": "https://emotion.sh",
Expand Down
13 changes: 13 additions & 0 deletions packages/primitives/CHANGELOG.md
@@ -1,5 +1,18 @@
# @emotion/primitives

## 11.0.0-rc.0

### Major Changes

- [`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63) [#2030](https://github.com/emotion-js/emotion/pull/2030) Thanks [@Andarist](https://github.com/Andarist)! - Release candidate version.

### Patch Changes

- Updated dependencies [[`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63)]:
- @emotion/babel-plugin@11.0.0-rc.0
- @emotion/is-prop-valid@1.0.0-rc.0
- @emotion/primitives-core@11.0.0-rc.0

## 11.0.0-next.19

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/primitives/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives",
"version": "11.0.0-next.19",
"version": "11.0.0-rc.0",
"main": "dist/primitives.cjs.js",
"module": "dist/primitives.esm.js",
"scripts": {
Expand All @@ -12,9 +12,9 @@
"macro.js"
],
"dependencies": {
"@emotion/babel-plugin": "^11.0.0-next.17",
"@emotion/is-prop-valid": "^0.9.0-next.1",
"@emotion/primitives-core": "^11.0.0-next.19"
"@emotion/babel-plugin": "^11.0.0-rc.0",
"@emotion/is-prop-valid": "^1.0.0-rc.0",
"@emotion/primitives-core": "^11.0.0-rc.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,19 @@
# @emotion/react

## 11.0.0-rc.0

### Major Changes

- [`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63) [#2030](https://github.com/emotion-js/emotion/pull/2030) Thanks [@Andarist](https://github.com/Andarist)! - Release candidate version.

### Patch Changes

- Updated dependencies [[`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63)]:
- @emotion/cache@11.0.0-rc.0
- @emotion/serialize@1.0.0-rc.0
- @emotion/sheet@1.0.0-rc.0
- @emotion/utils@1.0.0-rc.0

## 11.0.0-next.19

### Patch Changes
Expand Down

0 comments on commit ee54352

Please sign in to comment.