Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 21, 2020
1 parent 58b2bbc commit ea80a8b
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 16 deletions.
3 changes: 1 addition & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"lazy-elephants-stare",
"light-mice-relate",
"long-apes-admire",
"long-geckos-raise",
"lovely-owls-remember",
"lovely-wasps-reply",
"lucky-swans-kneel",
Expand All @@ -89,7 +90,6 @@
"neat-ligers-film",
"nervous-clouds-brush",
"nervous-nails-develop",
"new-melons-draw",
"nine-mugs-care",
"odd-flowers-breathe",
"odd-geese-matter",
Expand Down Expand Up @@ -123,7 +123,6 @@
"sweet-hotels-return",
"tall-weeks-compete",
"tasty-goats-crash",
"tender-steaks-melt",
"tiny-eels-shout",
"tough-fans-do",
"tricky-bears-hope",
Expand Down
2 changes: 2 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @emotion/jest

## 11.0.0-next.16

## 11.0.0-next.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/jest",
"version": "11.0.0-next.15",
"version": "11.0.0-next.16",
"description": "Jest utilities for emotion",
"main": "dist/jest.cjs.js",
"module": "dist/jest.esm.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@emotion/css": "11.0.0-next.15",
"@emotion/react": "11.0.0-next.15",
"@emotion/react": "11.0.0-next.16",
"dtslint": "^0.3.0",
"enzyme-to-json": "^3.2.1",
"preact": "^8.2.9",
Expand Down
7 changes: 7 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/native

## 11.0.0-next.16

### Patch Changes

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

## 11.0.0-next.15

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/native",
"version": "11.0.0-next.15",
"version": "11.0.0-next.16",
"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.15"
"@emotion/primitives-core": "11.0.0-next.16"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/primitives-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/primitives-core

## 11.0.0-next.16

### Patch Changes

- Updated dependencies [[`58b2bbca`](https://github.com/emotion-js/emotion/commit/58b2bbcad63f8ea22389ccdc2a8f6c5064984e82)]:
- @emotion/react@11.0.0-next.16

## 11.0.0-next.15

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/primitives-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives-core",
"version": "11.0.0-next.15",
"version": "11.0.0-next.16",
"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.15",
"@emotion/react": "^11.0.0-next.16",
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/react": "11.0.0-next.15",
"@emotion/react": "11.0.0-next.16",
"react": "^16.11.0"
},
"homepage": "https://emotion.sh",
Expand Down
7 changes: 7 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/primitives

## 11.0.0-next.16

### Patch Changes

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

## 11.0.0-next.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives",
"version": "11.0.0-next.15",
"version": "11.0.0-next.16",
"main": "dist/primitives.cjs.js",
"module": "dist/primitives.esm.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@emotion/babel-plugin": "^11.0.0-next.15",
"@emotion/is-prop-valid": "0.9.0-next.1",
"@emotion/primitives-core": "11.0.0-next.15"
"@emotion/primitives-core": "11.0.0-next.16"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/react

## 11.0.0-next.16

### Patch Changes

- [`58b2bbca`](https://github.com/emotion-js/emotion/commit/58b2bbcad63f8ea22389ccdc2a8f6c5064984e82) [#1981](https://github.com/emotion-js/emotion/pull/1981) Thanks [@Andarist](https://github.com/Andarist)! - Changed the key of the global flag that helps us identify that `@emotion/react` has been loaded more than once to include the current major version of `@emotion/react`.

## 11.0.0-next.15

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.0.0-next.15",
"version": "11.0.0-next.16",
"main": "dist/react.cjs.js",
"module": "dist/react.esm.js",
"browser": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"@emotion/css": "11.0.0-next.15",
"@emotion/css-prettifier": "1.0.0-next.0",
"@emotion/server": "11.0.0-next.15",
"@emotion/styled": "11.0.0-next.15",
"@emotion/styled": "11.0.0-next.16",
"@types/react": "^16.9.11",
"dtslint": "^0.3.0",
"html-tag-names": "^1.1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/styled

## 11.0.0-next.16

### Patch Changes

- Updated dependencies [[`58b2bbca`](https://github.com/emotion-js/emotion/commit/58b2bbcad63f8ea22389ccdc2a8f6c5064984e82)]:
- @emotion/react@11.0.0-next.16

## 11.0.0-next.15

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled",
"version": "11.0.0-next.15",
"version": "11.0.0-next.16",
"description": "styled API for emotion",
"main": "dist/styled.cjs.js",
"module": "dist/styled.esm.js",
Expand All @@ -19,7 +19,7 @@
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@emotion/react": "^11.0.0-next.15",
"@emotion/react": "^11.0.0-next.16",
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@emotion/react": "11.0.0-next.15",
"@emotion/react": "11.0.0-next.16",
"dtslint": "^0.3.0",
"react": "^16.11.0"
},
Expand Down

0 comments on commit ea80a8b

Please sign in to comment.