Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (next) #1625

Merged
merged 1 commit into from
Nov 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@
"flat-adults-add",
"giant-oranges-impress",
"light-mice-relate",
"mean-deers-confess",
"modern-grapes-obey",
"neat-ligers-film",
"nine-mugs-care",
"odd-insects-cough",
"rare-books-own",
"rare-toes-grow",
"spotty-llamas-mate",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-plugin-emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# babel-plugin-emotion

## 11.0.0-next.4

### Major Changes

- [`c65c5d88`](https://github.com/emotion-js/emotion/commit/c65c5d887002d76557eaefcb98091d795b13f9a9) [#973](https://github.com/emotion-js/emotion/pull/973) Thanks [@Andarist](https://github.com/Andarist)! - Drop Babel 6 support

## 11.0.0-next.3

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-emotion",
"version": "11.0.0-next.3",
"version": "11.0.0-next.4",
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
"main": "dist/babel-plugin-emotion.cjs.js",
"module": "dist/babel-plugin-emotion.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @emotion/core

## 11.0.0-next.4

### Patch Changes

- Updated dependencies [[`e6e079c3`](https://github.com/emotion-js/emotion/commit/e6e079c35074f027ac0586792e4f19595ac18c55)]:
- @emotion/styled@11.0.0-next.4
- emotion-theming@11.0.0-next.4

## 11.0.0-next.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/core",
"version": "11.0.0-next.3",
"version": "11.0.0-next.4",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
"browser": {
Expand Down Expand Up @@ -37,12 +37,12 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@emotion/styled": "^11.0.0-next.3",
"@emotion/styled": "^11.0.0-next.4",
"@types/react": "^16.9.11",
"dtslint": "^0.3.0",
"emotion": "^11.0.0-next.0",
"emotion-server": "^11.0.0-next.0",
"emotion-theming": "^11.0.0-next.3",
"emotion-theming": "^11.0.0-next.4",
"html-tag-names": "^1.1.2",
"react": "^16.11.0",
"svg-tag-names": "^1.1.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/emotion-theming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# emotion-theming

## 11.0.0-next.4

### Patch Changes

- Updated dependencies [[`e6e079c3`](https://github.com/emotion-js/emotion/commit/e6e079c35074f027ac0586792e4f19595ac18c55)]:
- @emotion/styled@11.0.0-next.4
- @emotion/core@11.0.0-next.4

## 11.0.0-next.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/emotion-theming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion-theming",
"version": "11.0.0-next.3",
"version": "11.0.0-next.4",
"description": "A CSS-in-JS theming solution, inspired by styled-components",
"main": "dist/emotion-theming.cjs.js",
"module": "dist/emotion-theming.esm.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://emotion.sh",
"devDependencies": {
"@emotion/core": "^11.0.0-next.3",
"@emotion/styled": "^11.0.0-next.3",
"@emotion/core": "^11.0.0-next.4",
"@emotion/styled": "^11.0.0-next.4",
"@types/react": "^16.9.11",
"dtslint": "^0.3.0",
"react": "^16.11.0"
Expand All @@ -44,7 +44,7 @@
"hoist-non-react-statics": "^3.3.0"
},
"peerDependencies": {
"@emotion/core": "^11.0.0-next.3",
"@emotion/core": "^11.0.0-next.4",
"react": ">=16.8.0"
},
"umd:main": "dist/emotion-theming.umd.min.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/jest-emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# jest-emotion

## 11.0.0-next.4

### Major Changes

- [`702f3fd2`](https://github.com/emotion-js/emotion/commit/702f3fd22aab8f3cb09dd547c07b9045ca5c3d9c) [#973](https://github.com/emotion-js/emotion/pull/973) Thanks [@spudly](https://github.com/spudly)! - Added the `T` parameter to the `Matchers` interface in the TypeScript definitions to make this module compatible with `@types/jest@^24.0.20`.

### Patch Changes

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

## 11.0.0-next.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-emotion",
"version": "11.0.0-next.3",
"version": "11.0.0-next.4",
"description": "Jest utilities for emotion",
"main": "dist/jest-emotion.cjs.js",
"types": "types/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"specificity": "^0.4.1"
},
"devDependencies": {
"@emotion/core": "^11.0.0-next.3",
"@emotion/core": "^11.0.0-next.4",
"dtslint": "^0.3.0",
"emotion": "^11.0.0-next.0",
"enzyme-to-json": "^3.2.1",
Expand Down Expand Up @@ -50,4 +50,4 @@
"browser": {
"./dist/jest-emotion.cjs.js": "./dist/jest-emotion.browser.cjs.js"
}
}
}
8 changes: 8 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @emotion/native

## 11.0.0-next.4

### Patch Changes

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

## 11.0.0-next.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "11.0.0-next.4",
"description": "Style and render React Native components using emotion",
"main": "dist/native.cjs.js",
"module": "dist/native.esm.js",
Expand All @@ -12,12 +12,12 @@
"dist"
],
"devDependencies": {
"emotion-theming": "^11.0.0-next.3",
"emotion-theming": "^11.0.0-next.4",
"react": "^16.11.0",
"react-native": "^0.57.0"
},
"dependencies": {
"@emotion/primitives-core": "11.0.0-next.3"
"@emotion/primitives-core": "11.0.0-next.4"
},
"peerDependencies": {
"react-native": ">=0.14.0 <1"
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.4

### Patch Changes

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

## 11.0.0-next.3

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

## 11.0.0-next.4

### Patch Changes

- Updated dependencies [[`c65c5d88`](https://github.com/emotion-js/emotion/commit/c65c5d887002d76557eaefcb98091d795b13f9a9)]:
- babel-plugin-emotion@11.0.0-next.4
- emotion-theming@11.0.0-next.4
- @emotion/primitives-core@11.0.0-next.4

## 11.0.0-next.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "11.0.0-next.4",
"main": "dist/primitives.cjs.js",
"module": "dist/primitives.esm.js",
"scripts": {
Expand All @@ -12,15 +12,15 @@
],
"dependencies": {
"@emotion/is-prop-valid": "0.8.6-next.0",
"@emotion/primitives-core": "11.0.0-next.3",
"babel-plugin-emotion": "^11.0.0-next.3"
"@emotion/primitives-core": "11.0.0-next.4",
"babel-plugin-emotion": "^11.0.0-next.4"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-primitives": "^0.7.0"
},
"devDependencies": {
"emotion-theming": "^11.0.0-next.3",
"emotion-theming": "^11.0.0-next.4",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"react": "^16.11.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @emotion/styled

## 11.0.0-next.4

### Patch Changes

- [`e6e079c3`](https://github.com/emotion-js/emotion/commit/e6e079c35074f027ac0586792e4f19595ac18c55) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@frankwallis](https://github.com/frankwallis)! - Fix for TypeScript error when importing `@emotion/styled/base` in combination with `isolatedModules` option.
- Updated dependencies [[`c65c5d88`](https://github.com/emotion-js/emotion/commit/c65c5d887002d76557eaefcb98091d795b13f9a9)]:
- babel-plugin-emotion@11.0.0-next.4
- @emotion/core@11.0.0-next.4

## 11.0.0-next.3

### 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.3",
"version": "11.0.0-next.4",
"description": "styled API for emotion",
"main": "dist/styled.cjs.js",
"module": "dist/styled.esm.js",
Expand All @@ -15,11 +15,11 @@
"@emotion/is-prop-valid": "0.8.6-next.0",
"@emotion/serialize": "^0.11.15-next.1",
"@emotion/utils": "0.11.2",
"babel-plugin-emotion": "^11.0.0-next.3"
"babel-plugin-emotion": "^11.0.0-next.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@emotion/core": "^11.0.0-next.3",
"@emotion/core": "^11.0.0-next.4",
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@emotion/core": "^11.0.0-next.3",
"@emotion/core": "^11.0.0-next.4",
"dtslint": "^0.3.0",
"react": "^16.11.0"
},
Expand Down