Skip to content

Commit

Permalink
ci(changeset): generate PR with changelog & (next) version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 16, 2020
1 parent 5c7ec85 commit fe8c70e
Show file tree
Hide file tree
Showing 23 changed files with 183 additions and 36 deletions.
16 changes: 14 additions & 2 deletions .changeset/pre.json
Expand Up @@ -45,15 +45,16 @@
"@emotion/server": "11.0.0-next.0"
},
"changesets": [
"long-apes-admire",
"polite-tips-attend",
"angry-cheetahs-march",
"angry-rats-type",
"brave-rice-yawn",
"clever-emus-watch",
"cool-candles-lie",
"curvy-timers-decide",
"dry-frogs-perform",
"dull-carrots-enjoy",
"eleven-apes-cheer",
"few-donkeys-check",
"five-paws-try",
"five-spoons-roll",
"flat-adults-add",
Expand All @@ -65,33 +66,44 @@
"large-snakes-ring",
"lazy-elephants-stare",
"light-mice-relate",
"long-apes-admire",
"lovely-owls-remember",
"lucky-swans-kneel",
"mean-deers-confess",
"mean-drinks-watch",
"modern-grapes-obey",
"modern-socks-remember",
"moody-stingrays-sort",
"neat-geese-knock",
"neat-ligers-film",
"nervous-clouds-brush",
"new-melons-draw",
"nine-mugs-care",
"odd-flowers-breathe",
"odd-geese-matter",
"odd-insects-cough",
"plenty-horses-sparkle",
"polite-impalas-doubt",
"polite-shirts-smell",
"polite-tips-attend",
"purple-teachers-clean",
"rare-books-own",
"rare-toes-grow",
"rich-hotels-sing",
"rotten-adults-guess",
"shaggy-cheetahs-vanish",
"sharp-frogs-applaud",
"shiny-knives-tell",
"shiny-snails-obey",
"silver-bulldogs-beg",
"smooth-carpets-matter",
"soft-moose-attend",
"sour-poets-move",
"sour-suns-repeat",
"spotty-llamas-mate",
"strange-pumas-suffer",
"stupid-radios-draw",
"sweet-hotels-return",
"tall-weeks-compete",
"tasty-goats-crash",
"tender-steaks-melt",
Expand Down
13 changes: 13 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
@@ -1,5 +1,18 @@
# @emotion/babel-plugin

## 11.0.0-next.12

### Minor Changes

- [`5c7ec859`](https://github.com/emotion-js/emotion/commit/5c7ec85904633a11185066fa591dc8969f3f2ff2) [#1805](https://github.com/emotion-js/emotion/pull/1805) Thanks [@Andarist](https://github.com/Andarist)! - Requirements for a label extraction have been relaxed. In certain situations it was previously required for a containing function to have a PascalCased name.

### Patch Changes

- [`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d) [#1732](https://github.com/emotion-js/emotion/pull/1732) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a regression from [a PR which has optimized Babel output](https://github.com/emotion-js/emotion/pull/1656) which has caused inserted label not being extracted correctly and also broke styles composition in certain situations.

- Updated dependencies [[`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d)]:
- @emotion/serialize@1.0.0-next.0

## 11.0.0-next.11

### 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.11",
"version": "11.0.0-next.12",
"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": "^0.11.15-next.4",
"@emotion/serialize": "^1.0.0-next.0",
"babel-plugin-macros": "^2.6.1",
"convert-source-map": "^1.5.0",
"escape-string-regexp": "^1.0.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/cache/CHANGELOG.md
@@ -1,5 +1,15 @@
# @emotion/cache

## 11.0.0-next.12

### Major Changes

- [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d) [#1572](https://github.com/emotion-js/emotion/pull/1572) Thanks [@Andarist](https://github.com/Andarist)! - From now on `key` option is required. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache. If multiple caches share the same key they might "fight" for each other's style elements.

### Patch Changes

- [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d) [#1572](https://github.com/emotion-js/emotion/pull/1572) Thanks [@Andarist](https://github.com/Andarist)! - Fixed issue with SSRed styles causing a React rehydration mismatch between server & client when cache was created in render.

## 11.0.0-next.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/cache",
"version": "11.0.0-next.10",
"version": "11.0.0-next.12",
"description": "emotion's cache",
"main": "dist/cache.cjs.js",
"module": "dist/cache.esm.js",
Expand Down
28 changes: 28 additions & 0 deletions packages/css/CHANGELOG.md
@@ -1,5 +1,33 @@
# emotion

## 11.0.0-next.12

### Major Changes

- [`5bea60b1`](https://github.com/emotion-js/emotion/commit/5bea60b1ffab85fbc965532006c3a94ea139f0bf) [#1807](https://github.com/emotion-js/emotion/pull/1807) Thanks [@Andarist](https://github.com/Andarist)! - Removed support for interpolating class names returned from `css`, so this will no longer be possible:

```js
const cls1 = css`
color: blue;
`
const cls2 = css`
& .${cls1} {
color: red;
}
`
```

This has already been deprecated for the lifetime of v10.

* [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d) [#1572](https://github.com/emotion-js/emotion/pull/1572) Thanks [@Andarist](https://github.com/Andarist)! - From now on `key` option is required when creating a custom instance. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache. If multiple caches share the same key they might "fight" for each other's style elements.

### Patch Changes

- Updated dependencies [[`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d), [`5c7ec859`](https://github.com/emotion-js/emotion/commit/5c7ec85904633a11185066fa591dc8969f3f2ff2), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d), [`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d)]:
- @emotion/serialize@1.0.0-next.0
- @emotion/babel-plugin@11.0.0-next.12
- @emotion/cache@11.0.0-next.12

## 11.0.0-next.11

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

## 11.0.0-next.12

### Patch Changes

- Updated dependencies [[`7dea6d7a`](https://github.com/emotion-js/emotion/commit/7dea6d7a9a87f00cf9b695b58a2f65b67e17fabd), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d), [`be2eb614`](https://github.com/emotion-js/emotion/commit/be2eb614d2bc369a382dbc6aa347f66801605f3b), [`5bea60b1`](https://github.com/emotion-js/emotion/commit/5bea60b1ffab85fbc965532006c3a94ea139f0bf), [`75e2f9e1`](https://github.com/emotion-js/emotion/commit/75e2f9e1848bc0161f8db3c663438ada3042ae66), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d)]:
- @emotion/react@11.0.0-next.12
- @emotion/css@11.0.0-next.12

## 11.0.0-next.10

### 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-next.10",
"version": "11.0.0-next.12",
"description": "Jest utilities for emotion",
"main": "dist/jest.cjs.js",
"module": "dist/jest.esm.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
}
},
"devDependencies": {
"@emotion/css": "11.0.0-next.11",
"@emotion/react": "11.0.0-next.11",
"@emotion/css": "11.0.0-next.12",
"@emotion/react": "11.0.0-next.12",
"dtslint": "^0.3.0",
"enzyme-to-json": "^3.2.1",
"preact": "^8.2.9",
Expand Down
9 changes: 9 additions & 0 deletions packages/native/CHANGELOG.md
@@ -1,5 +1,14 @@
# @emotion/native

## 11.0.0-next.12

### Patch Changes

- [`11fc27f8`](https://github.com/emotion-js/emotion/commit/11fc27f8fa00661353cc7650111afaa068399aca) [#1750](https://github.com/emotion-js/emotion/pull/1750) Thanks [@Zn4rK](https://github.com/Zn4rK)! - Match supported components to what is exported from the latest version of React Native (0.61.5).

- Updated dependencies []:
- @emotion/primitives-core@11.0.0-next.12

## 11.0.0-next.11

### 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.11",
"version": "11.0.0-next.12",
"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.61.5"
},
"dependencies": {
"@emotion/primitives-core": "11.0.0-next.10"
"@emotion/primitives-core": "11.0.0-next.12"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/primitives-core/CHANGELOG.md
@@ -1,5 +1,12 @@
# @emotion/primitives-core

## 11.0.0-next.12

### Patch Changes

- Updated dependencies [[`7dea6d7a`](https://github.com/emotion-js/emotion/commit/7dea6d7a9a87f00cf9b695b58a2f65b67e17fabd), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d), [`be2eb614`](https://github.com/emotion-js/emotion/commit/be2eb614d2bc369a382dbc6aa347f66801605f3b), [`75e2f9e1`](https://github.com/emotion-js/emotion/commit/75e2f9e1848bc0161f8db3c663438ada3042ae66)]:
- @emotion/react@11.0.0-next.12

## 11.0.0-next.10

### 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.10",
"version": "11.0.0-next.12",
"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": "^2.2.1"
},
"peerDependencies": {
"@emotion/react": "^11.0.0-next.10",
"@emotion/react": "^11.0.0-next.12",
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/react": "11.0.0-next.11",
"@emotion/react": "11.0.0-next.12",
"react": "^16.11.0"
},
"homepage": "https://emotion.sh",
Expand Down
8 changes: 8 additions & 0 deletions packages/primitives/CHANGELOG.md
@@ -1,5 +1,13 @@
# @emotion/primitives

## 11.0.0-next.12

### Patch Changes

- Updated dependencies [[`5c7ec859`](https://github.com/emotion-js/emotion/commit/5c7ec85904633a11185066fa591dc8969f3f2ff2), [`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d)]:
- @emotion/babel-plugin@11.0.0-next.12
- @emotion/primitives-core@11.0.0-next.12

## 11.0.0-next.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/primitives/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives",
"version": "11.0.0-next.10",
"version": "11.0.0-next.12",
"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.10",
"@emotion/babel-plugin": "^11.0.0-next.12",
"@emotion/is-prop-valid": "0.9.0-next.1",
"@emotion/primitives-core": "11.0.0-next.10"
"@emotion/primitives-core": "11.0.0-next.12"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,26 @@
# @emotion/react

## 11.0.0-next.12

### Major Changes

- [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d) [#1572](https://github.com/emotion-js/emotion/pull/1572) Thanks [@Andarist](https://github.com/Andarist)! - `[data-emotion]` attribute on SSRed styled has changed. You should never rely on it though.

### Patch Changes

- [`7dea6d7a`](https://github.com/emotion-js/emotion/commit/7dea6d7a9a87f00cf9b695b58a2f65b67e17fabd) [#1734](https://github.com/emotion-js/emotion/pull/1734) Thanks [@Andarist](https://github.com/Andarist)! - Fixed styles inserted by `<Global/>` component not inheriting `speedy` option from a cache passed to a wrapping `<CacheProvider/>`.

* [`be2eb614`](https://github.com/emotion-js/emotion/commit/be2eb614d2bc369a382dbc6aa347f66801605f3b) [#1806](https://github.com/emotion-js/emotion/pull/1806) Thanks [@Andarist](https://github.com/Andarist)! - Do not warn about `@emotion/react` being loaded twice in Jest. For some reason Jest sometimes evaluates modules twice when `jest.mock` is being called.

- [`75e2f9e1`](https://github.com/emotion-js/emotion/commit/75e2f9e1848bc0161f8db3c663438ada3042ae66) [#1810](https://github.com/emotion-js/emotion/pull/1810) Thanks [@Andarist](https://github.com/Andarist)! - Add a dev-only warning about styles created with `css` from `@emotion/react` being passed to `cx` from `<ClassNames/>`.

- Updated dependencies [[`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d), [`5bea60b1`](https://github.com/emotion-js/emotion/commit/5bea60b1ffab85fbc965532006c3a94ea139f0bf), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d)]:
- @emotion/serialize@1.0.0-next.0
- @emotion/server@11.0.0-next.12
- @emotion/styled@11.0.0-next.12
- @emotion/cache@11.0.0-next.12
- @emotion/css@11.0.0-next.12

## 11.0.0-next.11

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.0.0-next.11",
"version": "11.0.0-next.12",
"main": "dist/react.cjs.js",
"module": "dist/react.esm.js",
"browser": {
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@emotion/cache": "^11.0.0-next.10",
"@emotion/serialize": "^0.11.15-next.4",
"@emotion/cache": "^11.0.0-next.12",
"@emotion/serialize": "^1.0.0-next.0",
"@emotion/sheet": "0.10.0-next.1",
"@emotion/utils": "0.11.3",
"@emotion/weak-memoize": "0.2.5",
Expand All @@ -41,9 +41,9 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@emotion/css": "11.0.0-next.11",
"@emotion/server": "11.0.0-next.10",
"@emotion/styled": "11.0.0-next.11",
"@emotion/css": "11.0.0-next.12",
"@emotion/server": "11.0.0-next.12",
"@emotion/styled": "11.0.0-next.12",
"@types/react": "^16.9.11",
"dtslint": "^0.3.0",
"html-tag-names": "^1.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/serialize/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/serialize

## 1.0.0-next.0

### Patch Changes

- [`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d) [#1732](https://github.com/emotion-js/emotion/pull/1732) Thanks [@Andarist](https://github.com/Andarist)! - An additional semicolon is now inserted after interpolated arrays to cover cases when it doesn't have a trailing semi itself and thus breaking composition with styles coming after it.

## 0.11.15-next.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serialize/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/serialize",
"version": "0.11.16",
"version": "1.0.0-next.0",
"description": "serialization utils for emotion",
"main": "dist/serialize.cjs.js",
"module": "dist/serialize.esm.js",
Expand Down

0 comments on commit fe8c70e

Please sign in to comment.