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 #1612

Merged
merged 1 commit into from Nov 9, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/pre.json
Expand Up @@ -42,11 +42,17 @@
"changesets": [
"long-apes-admire",
"curvy-timers-decide",
"five-spoons-roll",
"flat-adults-add",
"giant-oranges-impress",
"light-mice-relate",
"neat-ligers-film",
"nine-mugs-care",
"rare-books-own",
"rare-toes-grow",
"spotty-llamas-mate",
"strange-pumas-suffer",
"stupid-radios-draw",
"two-baboons-mate"
]
}
18 changes: 18 additions & 0 deletions packages/babel-plugin-emotion/CHANGELOG.md
@@ -1,5 +1,23 @@
# babel-plugin-emotion

## 11.0.0-next.3

### Major Changes

- [`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1) [#1220](https://github.com/emotion-js/emotion/pull/1220) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Removed support for the `instances` option, any usage of it should be replaced with the `importMap` option

* [`f9feab1a`](https://github.com/emotion-js/emotion/commit/f9feab1a5d1ca88e53c3f7a063be5d5871cc93e8) [#1575](https://github.com/emotion-js/emotion/pull/1575) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Removed support for `@emotion/styled-base` package. It has been moved to `@emotion/styled` and is available as `@emotion/styled/base`. This simplifies how the regular and base versions relate to each other and eliminates problems with stricter package managers when `@emotion/styled-base` was not installed explicitly by a user.

### Minor Changes

- [`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1) [#1220](https://github.com/emotion-js/emotion/pull/1220) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added the `importMap` option which allows you to tell babel-plugin-emotion what imports it should look at to determine what it should transform so if you re-export Emotion's exports, you can still use the Babel transforms

### Patch Changes

- [`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1) [#1220](https://github.com/emotion-js/emotion/pull/1220) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fix issue with not updating referenced import when bailing out on already transpiled vanilla emotion nodes (a regression introduced in #1602)
- Updated dependencies [[`8a896a31`](https://github.com/emotion-js/emotion/commit/8a896a31434a1d2f69e1f1467c446c884c929387), [`a085003d`](https://github.com/emotion-js/emotion/commit/a085003d4c8ca284c116668d7217fb747802ed85)]:
- @emotion/serialize@0.11.15-next.1

## 11.0.0-next.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-emotion/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-emotion",
"version": "11.0.0-next.1",
"version": "11.0.0-next.3",
"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 All @@ -17,7 +17,7 @@
"@babel/runtime": "^7.7.2",
"@emotion/hash": "0.7.3",
"@emotion/memoize": "0.7.3",
"@emotion/serialize": "^1.0.0-next.0",
"@emotion/serialize": "^0.11.15-next.1",
"babel-plugin-macros": "^2.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"convert-source-map": "^1.5.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/babel-preset-css-prop/CHANGELOG.md
@@ -1,5 +1,20 @@
# @emotion/babel-preset-css-prop

## 11.0.0-next.3

### Major Changes

- [`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1) [#1220](https://github.com/emotion-js/emotion/pull/1220) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Removed support for the `instances` option, any usage of it should be replaced with the `importMap` option

### Minor Changes

- [`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1) [#1220](https://github.com/emotion-js/emotion/pull/1220) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added the `importMap` option which allows you to tell babel-plugin-emotion what imports it should look at to determine what it should transform so if you re-export Emotion's exports, you can still use the Babel transforms

### Patch Changes

- Updated dependencies [[`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1), [`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1), [`f9feab1a`](https://github.com/emotion-js/emotion/commit/f9feab1a5d1ca88e53c3f7a063be5d5871cc93e8), [`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1)]:
- babel-plugin-emotion@11.0.0-next.3

## 11.0.0-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-css-prop/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-preset-css-prop",
"version": "11.0.0-next.0",
"version": "11.0.0-next.3",
"description": "A babel preset to automatically enable emotion's css prop",
"main": "dist/babel-preset-css-prop.cjs.js",
"module": "dist/babel-preset-css-prop.esm.js",
Expand All @@ -13,7 +13,7 @@
"@babel/plugin-transform-react-jsx": "^7.7.0",
"@babel/runtime": "^7.7.2",
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.4",
"babel-plugin-emotion": "^11.0.0-next.0"
"babel-plugin-emotion": "^11.0.0-next.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,16 @@
# @emotion/core

## 11.0.0-next.3

### Patch Changes

- [`a085003d`](https://github.com/emotion-js/emotion/commit/a085003d4c8ca284c116668d7217fb747802ed85) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@Andarist](https://github.com/Andarist)! - Add missing `#__PURE__` annotations
- Updated dependencies [[`8a896a31`](https://github.com/emotion-js/emotion/commit/8a896a31434a1d2f69e1f1467c446c884c929387), [`a085003d`](https://github.com/emotion-js/emotion/commit/a085003d4c8ca284c116668d7217fb747802ed85), [`f9feab1a`](https://github.com/emotion-js/emotion/commit/f9feab1a5d1ca88e53c3f7a063be5d5871cc93e8)]:
- @emotion/serialize@0.11.15-next.1
- @emotion/styled@11.0.0-next.3
- @emotion/css@11.0.0-next.3
- emotion-theming@11.0.0-next.3

## 11.0.0-next.2

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/core",
"version": "11.0.0-next.2",
"version": "11.0.0-next.3",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
"browser": {
Expand All @@ -21,21 +21,21 @@
"dependencies": {
"@babel/runtime": "^7.7.2",
"@emotion/cache": "^11.0.0-next.0",
"@emotion/css": "^11.0.0-next.1",
"@emotion/serialize": "^1.0.0-next.0",
"@emotion/css": "^11.0.0-next.3",
"@emotion/serialize": "^0.11.15-next.1",
"@emotion/sheet": "0.9.3",
"@emotion/utils": "0.11.2"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/styled": "^11.0.0-next.2",
"@emotion/styled": "^11.0.0-next.3",
"@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.2",
"emotion-theming": "^11.0.0-next.3",
"html-tag-names": "^1.1.2",
"react": "^16.11.0",
"svg-tag-names": "^1.1.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/create-emotion/CHANGELOG.md
@@ -1,5 +1,12 @@
# create-emotion

## 11.0.0-next.3

### Patch Changes

- Updated dependencies [[`8a896a31`](https://github.com/emotion-js/emotion/commit/8a896a31434a1d2f69e1f1467c446c884c929387), [`a085003d`](https://github.com/emotion-js/emotion/commit/a085003d4c8ca284c116668d7217fb747802ed85)]:
- @emotion/serialize@0.11.15-next.1

## 11.0.0-next.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-emotion/package.json
@@ -1,6 +1,6 @@
{
"name": "create-emotion",
"version": "11.0.0-next.1",
"version": "11.0.0-next.3",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/create-emotion.cjs.js",
"module": "dist/create-emotion.esm.js",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@emotion/cache": "^11.0.0-next.0",
"@emotion/serialize": "^1.0.0-next.0",
"@emotion/serialize": "^0.11.15-next.1",
"@emotion/sheet": "0.9.3",
"@emotion/utils": "0.11.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/css/CHANGELOG.md
@@ -1,5 +1,13 @@
# @emotion/css

## 11.0.0-next.3

### Patch Changes

- Updated dependencies [[`8a896a31`](https://github.com/emotion-js/emotion/commit/8a896a31434a1d2f69e1f1467c446c884c929387), [`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1), [`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1), [`a085003d`](https://github.com/emotion-js/emotion/commit/a085003d4c8ca284c116668d7217fb747802ed85), [`f9feab1a`](https://github.com/emotion-js/emotion/commit/f9feab1a5d1ca88e53c3f7a063be5d5871cc93e8), [`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1)]:
- @emotion/serialize@0.11.15-next.1
- babel-plugin-emotion@11.0.0-next.3

## 11.0.0-next.1

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/css",
"version": "11.0.0-next.1",
"version": "11.0.0-next.3",
"description": "a function to serialize css and object styless",
"main": "dist/css.cjs.js",
"module": "dist/css.esm.js",
Expand All @@ -11,9 +11,9 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/serialize": "^1.0.0-next.0",
"@emotion/serialize": "^0.11.15-next.1",
"@emotion/utils": "0.11.2",
"babel-plugin-emotion": "^11.0.0-next.1"
"babel-plugin-emotion": "^11.0.0-next.3"
},
"devDependencies": {
"dtslint": "^0.3.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/emotion-theming/CHANGELOG.md
@@ -1,5 +1,13 @@
# emotion-theming

## 11.0.0-next.3

### Patch Changes

- Updated dependencies [[`a085003d`](https://github.com/emotion-js/emotion/commit/a085003d4c8ca284c116668d7217fb747802ed85), [`f9feab1a`](https://github.com/emotion-js/emotion/commit/f9feab1a5d1ca88e53c3f7a063be5d5871cc93e8)]:
- @emotion/core@11.0.0-next.3
- @emotion/styled@11.0.0-next.3

## 11.0.0-next.2

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/emotion-theming/package.json
@@ -1,6 +1,6 @@
{
"name": "emotion-theming",
"version": "11.0.0-next.2",
"version": "11.0.0-next.3",
"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.2",
"@emotion/styled": "^11.0.0-next.2",
"@emotion/core": "^11.0.0-next.3",
"@emotion/styled": "^11.0.0-next.3",
"@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.2",
"@emotion/core": "^11.0.0-next.3",
"react": ">=16.8.0"
},
"umd:main": "dist/emotion-theming.umd.min.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/is-prop-valid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/is-prop-valid

## 0.8.6-next.0

### Patch Changes

- [`a085003d`](https://github.com/emotion-js/emotion/commit/a085003d4c8ca284c116668d7217fb747802ed85) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@Andarist](https://github.com/Andarist)! - Add missing `#__PURE__` annotations

## 0.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/is-prop-valid/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/is-prop-valid",
"version": "0.8.5",
"version": "0.8.6-next.0",
"description": "A function to check whether a prop is valid for HTML and SVG elements",
"main": "dist/is-prop-valid.cjs.js",
"module": "dist/is-prop-valid.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-emotion/CHANGELOG.md
@@ -1,5 +1,12 @@
# jest-emotion

## 11.0.0-next.3

### Patch Changes

- Updated dependencies [[`a085003d`](https://github.com/emotion-js/emotion/commit/a085003d4c8ca284c116668d7217fb747802ed85)]:
- @emotion/core@11.0.0-next.3

## 11.0.0-next.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-emotion/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-emotion",
"version": "11.0.0-next.1",
"version": "11.0.0-next.3",
"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.1",
"@emotion/core": "^11.0.0-next.3",
"dtslint": "^0.3.0",
"emotion": "^11.0.0-next.0",
"enzyme-to-json": "^3.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/native/CHANGELOG.md
@@ -1,5 +1,13 @@
# @emotion/native

## 11.0.0-next.3

### Patch Changes

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

## 11.0.0-next.2

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/native/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/native",
"version": "11.0.0-next.2",
"version": "11.0.0-next.3",
"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.2",
"emotion-theming": "^11.0.0-next.3",
"react": "^16.11.0",
"react-native": "^0.57.0"
},
"dependencies": {
"@emotion/primitives-core": "11.0.0-next.2"
"@emotion/primitives-core": "11.0.0-next.3"
},
"peerDependencies": {
"react-native": ">=0.14.0 <1"
Expand Down
7 changes: 7 additions & 0 deletions packages/primitives-core/CHANGELOG.md
@@ -1,5 +1,12 @@
# @emotion/primitives-core

## 11.0.0-next.3

### Patch Changes

- Updated dependencies [[`a085003d`](https://github.com/emotion-js/emotion/commit/a085003d4c8ca284c116668d7217fb747802ed85)]:
- @emotion/core@11.0.0-next.3

## 11.0.0-next.2

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

## 11.0.0-next.3

### Patch Changes

- Updated dependencies [[`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1), [`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1), [`a085003d`](https://github.com/emotion-js/emotion/commit/a085003d4c8ca284c116668d7217fb747802ed85), [`f9feab1a`](https://github.com/emotion-js/emotion/commit/f9feab1a5d1ca88e53c3f7a063be5d5871cc93e8), [`c5b12d90`](https://github.com/emotion-js/emotion/commit/c5b12d90316477e95ce3680a3c745cde328a14c1)]:
- babel-plugin-emotion@11.0.0-next.3
- @emotion/is-prop-valid@0.8.6-next.0
- emotion-theming@11.0.0-next.3
- @emotion/primitives-core@11.0.0-next.3

## 11.0.0-next.2

### Major Changes
Expand Down