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 Jun 13, 2020
1 parent 91046a8 commit 66f8fb1
Show file tree
Hide file tree
Showing 23 changed files with 126 additions and 33 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,14 @@
"dull-carrots-enjoy",
"eleven-apes-cheer",
"few-donkeys-check",
"few-forks-cheer",
"five-paws-try",
"five-spoons-roll",
"flat-adults-add",
"four-cars-tell",
"giant-oranges-impress",
"gorgeous-steaks-report",
"green-scissors-scream",
"grumpy-news-wonder",
"healthy-peaches-speak",
"large-snakes-ring",
Expand Down
12 changes: 12 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @emotion/babel-plugin

## 11.0.0-next.13

### Minor Changes

- [`5e803106`](https://github.com/emotion-js/emotion/commit/5e803106d391b7c036bdf634318b80337a1d9b70) [#1893](https://github.com/emotion-js/emotion/pull/1893) Thanks [@Andarist](https://github.com/Andarist)! - Added support for converting assignment expressions to labels in cases like this:

```js
styles = css``
Timeline.Item = styled.li``
Timeline.Item.Anchor = styled.a``
```

## 11.0.0-next.12

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-plugin",
"version": "11.0.0-next.12",
"version": "11.0.0-next.13",
"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 Down
7 changes: 7 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/cache

## 11.0.0-next.13

### Patch Changes

- Updated dependencies [[`91046a8c`](https://github.com/emotion-js/emotion/commit/91046a8c188327a65daac61583ef3c4458f30afb)]:
- @emotion/sheet@0.10.0-next.2

## 11.0.0-next.12

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/cache",
"version": "11.0.0-next.12",
"version": "11.0.0-next.13",
"description": "emotion's cache",
"main": "dist/cache.cjs.js",
"module": "dist/cache.esm.js",
Expand All @@ -15,7 +15,7 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/sheet": "0.10.0-next.1",
"@emotion/sheet": "0.10.0-next.2",
"@emotion/stylis": "0.8.5",
"@emotion/utils": "0.11.3",
"@emotion/weak-memoize": "0.2.5"
Expand Down
9 changes: 9 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# emotion

## 11.0.0-next.13

### Patch Changes

- Updated dependencies [[`91046a8c`](https://github.com/emotion-js/emotion/commit/91046a8c188327a65daac61583ef3c4458f30afb), [`5e803106`](https://github.com/emotion-js/emotion/commit/5e803106d391b7c036bdf634318b80337a1d9b70)]:
- @emotion/sheet@0.10.0-next.2
- @emotion/babel-plugin@11.0.0-next.13
- @emotion/cache@11.0.0-next.13

## 11.0.0-next.12

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

## 11.0.0-next.13

### Patch Changes

- Updated dependencies []:
- @emotion/css@11.0.0-next.13
- @emotion/react@11.0.0-next.13

## 11.0.0-next.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "11.0.0-next.13",
"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.12",
"@emotion/react": "11.0.0-next.12",
"@emotion/css": "11.0.0-next.13",
"@emotion/react": "11.0.0-next.13",
"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.13

### Patch Changes

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

## 11.0.0-next.12

### Patch 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.12",
"version": "11.0.0-next.13",
"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.12"
"@emotion/primitives-core": "11.0.0-next.13"
},
"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.13

### Patch Changes

- Updated dependencies []:
- @emotion/react@11.0.0-next.13

## 11.0.0-next.12

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

## 11.0.0-next.13

### Patch Changes

- Updated dependencies [[`5e803106`](https://github.com/emotion-js/emotion/commit/5e803106d391b7c036bdf634318b80337a1d9b70)]:
- @emotion/babel-plugin@11.0.0-next.13
- @emotion/primitives-core@11.0.0-next.13

## 11.0.0-next.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "11.0.0-next.13",
"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.12",
"@emotion/babel-plugin": "^11.0.0-next.13",
"@emotion/is-prop-valid": "0.9.0-next.1",
"@emotion/primitives-core": "11.0.0-next.12"
"@emotion/primitives-core": "11.0.0-next.13"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @emotion/react

## 11.0.0-next.13

### Patch Changes

- Updated dependencies [[`91046a8c`](https://github.com/emotion-js/emotion/commit/91046a8c188327a65daac61583ef3c4458f30afb)]:
- @emotion/sheet@0.10.0-next.2
- @emotion/cache@11.0.0-next.13
- @emotion/css@11.0.0-next.13
- @emotion/server@11.0.0-next.13
- @emotion/styled@11.0.0-next.13

## 11.0.0-next.12

### Major Changes
Expand Down
12 changes: 6 additions & 6 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.12",
"version": "11.0.0-next.13",
"main": "dist/react.cjs.js",
"module": "dist/react.esm.js",
"browser": {
Expand All @@ -23,9 +23,9 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@emotion/cache": "^11.0.0-next.12",
"@emotion/cache": "^11.0.0-next.13",
"@emotion/serialize": "^1.0.0-next.1",
"@emotion/sheet": "0.10.0-next.1",
"@emotion/sheet": "0.10.0-next.2",
"@emotion/utils": "0.11.3",
"@emotion/weak-memoize": "0.2.5",
"hoist-non-react-statics": "^3.3.1"
Expand All @@ -41,9 +41,9 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@emotion/css": "11.0.0-next.12",
"@emotion/server": "11.0.0-next.12",
"@emotion/styled": "11.0.0-next.12",
"@emotion/css": "11.0.0-next.13",
"@emotion/server": "11.0.0-next.13",
"@emotion/styled": "11.0.0-next.13",
"@types/react": "^16.9.11",
"dtslint": "^0.3.0",
"html-tag-names": "^1.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @emotion/server

## 11.0.0-next.13

### Patch Changes

- Updated dependencies [[`5e803106`](https://github.com/emotion-js/emotion/commit/5e803106d391b7c036bdf634318b80337a1d9b70)]:
- @emotion/babel-plugin@11.0.0-next.13
- @emotion/css@11.0.0-next.13

## 11.0.0-next.12

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/server",
"version": "11.0.0-next.12",
"version": "11.0.0-next.13",
"description": "Extract and inline critical css with emotion for server side rendering.",
"main": "dist/server.cjs.js",
"types": "types/index.d.ts",
Expand All @@ -20,16 +20,16 @@
"through": "^2.3.8"
},
"peerDependencies": {
"@emotion/css": "^11.0.0-next.12"
"@emotion/css": "^11.0.0-next.13"
},
"peerDependenciesMeta": {
"@emotion/css": {
"optional": true
}
},
"devDependencies": {
"@emotion/babel-plugin": "11.0.0-next.12",
"@emotion/css": "11.0.0-next.12",
"@emotion/babel-plugin": "11.0.0-next.13",
"@emotion/css": "11.0.0-next.13",
"@types/node": "^10.11.4",
"dtslint": "^0.3.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/sheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/sheet

## 0.10.0-next.2

### Patch Changes

- [`91046a8c`](https://github.com/emotion-js/emotion/commit/91046a8c188327a65daac61583ef3c4458f30afb) [#1900](https://github.com/emotion-js/emotion/pull/1900) Thanks [@Andarist](https://github.com/Andarist)! - Renamed `rehydrate` method to `hydrate` to align naming to what is already used in Emotion and React itself.

## 0.10.0-next.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/sheet",
"version": "0.10.0-next.1",
"version": "0.10.0-next.2",
"description": "emotion's stylesheet",
"main": "dist/sheet.cjs.js",
"module": "dist/sheet.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @emotion/styled

## 11.0.0-next.13

### Patch Changes

- Updated dependencies [[`5e803106`](https://github.com/emotion-js/emotion/commit/5e803106d391b7c036bdf634318b80337a1d9b70)]:
- @emotion/babel-plugin@11.0.0-next.13
- @emotion/react@11.0.0-next.13

## 11.0.0-next.12

### Major Changes
Expand Down
8 changes: 4 additions & 4 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.12",
"version": "11.0.0-next.13",
"description": "styled API for emotion",
"main": "dist/styled.cjs.js",
"module": "dist/styled.esm.js",
Expand All @@ -12,14 +12,14 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@emotion/babel-plugin": "^11.0.0-next.12",
"@emotion/babel-plugin": "^11.0.0-next.13",
"@emotion/is-prop-valid": "0.9.0-next.1",
"@emotion/serialize": "^1.0.0-next.1",
"@emotion/utils": "0.11.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@emotion/react": "^11.0.0-next.12",
"@emotion/react": "^11.0.0-next.13",
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@emotion/react": "11.0.0-next.12",
"@emotion/react": "11.0.0-next.13",
"dtslint": "^0.3.0",
"react": "^16.11.0"
},
Expand Down

0 comments on commit 66f8fb1

Please sign in to comment.