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 Feb 27, 2020
1 parent 7bff037 commit 756ca36
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Expand Up @@ -47,11 +47,13 @@
"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",
"five-paws-try",
Expand Down
6 changes: 6 additions & 0 deletions packages/native/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/native

## 11.0.0-next.12

### Patch Changes

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

## 11.0.0-next.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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 Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/react

## 11.0.0-next.12

### Patch Changes

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

## 11.0.0-next.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 756ca36

Please sign in to comment.