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 Jul 12, 2020
1 parent 1e10d8c commit 408dda5
Show file tree
Hide file tree
Showing 17 changed files with 105 additions and 22 deletions.
9 changes: 8 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"clever-emus-watch",
"cool-candles-lie",
"curvy-timers-decide",
"cyan-jobs-carry",
"dry-frogs-perform",
"dull-carrots-enjoy",
"eleven-apes-cheer",
Expand All @@ -62,6 +63,7 @@
"five-paws-try",
"five-spoons-roll",
"flat-adults-add",
"fluffy-fireants-collect",
"four-cars-tell",
"giant-oranges-impress",
"gorgeous-steaks-report",
Expand Down Expand Up @@ -99,11 +101,13 @@
"rare-toes-grow",
"rich-hotels-sing",
"rotten-adults-guess",
"rotten-yaks-protect",
"shaggy-cheetahs-vanish",
"sharp-frogs-applaud",
"shiny-knives-tell",
"shiny-snails-obey",
"silver-bulldogs-beg",
"small-berries-chew",
"smooth-carpets-matter",
"soft-moose-attend",
"sour-poets-move",
Expand All @@ -115,6 +119,7 @@
"tall-weeks-compete",
"tasty-goats-crash",
"tender-steaks-melt",
"tidy-ghosts-smile",
"tough-fans-do",
"tricky-bears-hope",
"tricky-cameras-notice",
Expand All @@ -123,8 +128,10 @@
"violet-spiders-itch",
"warm-ties-drop",
"weak-islands-confess",
"wet-cycles-fail",
"wicked-dolphins-cough",
"wicked-mails-obey",
"witty-dots-return"
"witty-dots-return",
"young-sloths-relate"
]
}
6 changes: 6 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# emotion

## 11.0.0-next.14

### Patch Changes

- [`6d32d82b`](https://github.com/emotion-js/emotion/commit/6d32d82beb45b18e5f18a37932b862ad19b17044) [#1848](https://github.com/emotion-js/emotion/pull/1848) Thanks [@osdiab](https://github.com/osdiab)! - Added `speedy` method to the TS type declaration of the `sheet` object available on Emotion instances. In addition to that - `StyleSheet` type is no longer exported from this package and instead `CSSStyleSheet` is available now. The `StyleSheet` type might still be imported from `@emotion/sheet`, but it has no `speedy` method and thus it's not the same as what is available in this package as `CSSStyleSheet`.

## 11.0.0-next.13

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.13",
"version": "11.0.0-next.14",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/css.cjs.js",
"module": "dist/css.esm.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @emotion/jest

## 11.0.0-next.14

### Major Changes

- [`cd77efbf`](https://github.com/emotion-js/emotion/commit/cd77efbf263486e2b189221f4076e1098d78c379) [#1920](https://github.com/emotion-js/emotion/pull/1920) Thanks [@Andarist](https://github.com/Andarist)! - The root entry (`@emotion/jest`) no longer has `default` and `serializer` exports. You can still import `createSerializer` from it to create your own serializer if needed.

* [`cd77efbf`](https://github.com/emotion-js/emotion/commit/cd77efbf263486e2b189221f4076e1098d78c379) [#1920](https://github.com/emotion-js/emotion/pull/1920) Thanks [@Andarist](https://github.com/Andarist)! - `@emotion/jest/enzyme` entrypoint has been renamed to `@emotion/jest/enzyme-serializer`. It's main purpose is compatibility with Jest's `snapshotSerializers` option, so it no longer has a default export - it only has `test` & `serialize` exports.. You can import `createEnzymeSerializer` from the root entry (`@emotion/jest`) and create your own serializer if needed.

- [`cd77efbf`](https://github.com/emotion-js/emotion/commit/cd77efbf263486e2b189221f4076e1098d78c379) [#1920](https://github.com/emotion-js/emotion/pull/1920) Thanks [@Andarist](https://github.com/Andarist)! - `@emotion/jest/serializer`'s main purpose is compatibility with Jest's `snapshotSerializers` option, so it no longer has a default export - it only has `test` & `serialize` exports. You can import `createSerializer` from the root entry (`@emotion/jest`) and create your own serializer if needed.

### Patch Changes

- Updated dependencies [[`58dc08a6`](https://github.com/emotion-js/emotion/commit/58dc08a6a013fb5cfa10bb85e06e53a8ff7eeb51), [`c7ae4755`](https://github.com/emotion-js/emotion/commit/c7ae475517bae25787c91f25bbcfe3f46794a479), [`6d32d82b`](https://github.com/emotion-js/emotion/commit/6d32d82beb45b18e5f18a37932b862ad19b17044)]:
- @emotion/react@11.0.0-next.14
- @emotion/css@11.0.0-next.14

## 11.0.0-next.13

### Major 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.13",
"version": "11.0.0-next.14",
"description": "Jest utilities for emotion",
"main": "dist/jest.cjs.js",
"module": "dist/jest.esm.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
}
},
"devDependencies": {
"@emotion/css": "11.0.0-next.13",
"@emotion/react": "11.0.0-next.13",
"@emotion/css": "11.0.0-next.14",
"@emotion/react": "11.0.0-next.14",
"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.14

### Patch Changes

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

## 11.0.0-next.13

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

### Patch Changes

- Updated dependencies [[`58dc08a6`](https://github.com/emotion-js/emotion/commit/58dc08a6a013fb5cfa10bb85e06e53a8ff7eeb51), [`c7ae4755`](https://github.com/emotion-js/emotion/commit/c7ae475517bae25787c91f25bbcfe3f46794a479)]:
- @emotion/react@11.0.0-next.14

## 11.0.0-next.13

### 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.13",
"version": "11.0.0-next.14",
"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.13",
"@emotion/react": "^11.0.0-next.14",
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/react": "11.0.0-next.13",
"@emotion/react": "11.0.0-next.14",
"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.14

### Patch Changes

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

## 11.0.0-next.13

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

## 11.0.0-next.14

### Patch Changes

- [`58dc08a6`](https://github.com/emotion-js/emotion/commit/58dc08a6a013fb5cfa10bb85e06e53a8ff7eeb51) [#1837](https://github.com/emotion-js/emotion/pull/1837) Thanks [@arcanis](https://github.com/arcanis)! - Fixed TS compatibility under [PnP](https://classic.yarnpkg.com/en/docs/pnp/) environments by making `@types/react` an optional peer dependency.

* [`c7ae4755`](https://github.com/emotion-js/emotion/commit/c7ae475517bae25787c91f25bbcfe3f46794a479) [#1762](https://github.com/emotion-js/emotion/pull/1762) Thanks [@Andarist](https://github.com/Andarist)! - Changed the interface to which support for `css` prop is being added. It's now `React.Attributes` instead of `React.DOMAttributes<T>` and `JSX.IntrinsicAttributes`. This change is really minor and shouldn't affect any consuming code.

* Updated dependencies [[`4d3b60d0`](https://github.com/emotion-js/emotion/commit/4d3b60d0d448a61d762ee150e6cb7a2c995ccc2f), [`58dc08a6`](https://github.com/emotion-js/emotion/commit/58dc08a6a013fb5cfa10bb85e06e53a8ff7eeb51), [`6d32d82b`](https://github.com/emotion-js/emotion/commit/6d32d82beb45b18e5f18a37932b862ad19b17044)]:
- @emotion/styled@11.0.0-next.14
- @emotion/css@11.0.0-next.14
- @emotion/server@11.0.0-next.14

## 11.0.0-next.13

### Major Changes
Expand Down
8 changes: 4 additions & 4 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.13",
"version": "11.0.0-next.14",
"main": "dist/react.cjs.js",
"module": "dist/react.esm.js",
"browser": {
Expand Down Expand Up @@ -44,10 +44,10 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@emotion/css": "11.0.0-next.13",
"@emotion/css": "11.0.0-next.14",
"@emotion/css-prettifier": "1.0.0-next.0",
"@emotion/server": "11.0.0-next.13",
"@emotion/styled": "11.0.0-next.13",
"@emotion/server": "11.0.0-next.14",
"@emotion/styled": "11.0.0-next.14",
"@types/react": "^16.9.11",
"dtslint": "^0.3.0",
"html-tag-names": "^1.1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/server

## 11.0.0-next.14

### Patch Changes

- Updated dependencies [[`6d32d82b`](https://github.com/emotion-js/emotion/commit/6d32d82beb45b18e5f18a37932b862ad19b17044)]:
- @emotion/css@11.0.0-next.14

## 11.0.0-next.13

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.13",
"version": "11.0.0-next.14",
"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,7 +20,7 @@
"through": "^2.3.8"
},
"peerDependencies": {
"@emotion/css": "^11.0.0-next.13"
"@emotion/css": "^11.0.0-next.14"
},
"peerDependenciesMeta": {
"@emotion/css": {
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@emotion/babel-plugin": "11.0.0-next.13",
"@emotion/css": "11.0.0-next.13",
"@emotion/css": "11.0.0-next.14",
"@emotion/css-prettifier": "1.0.0-next.0",
"@types/node": "^10.11.4",
"dtslint": "^0.3.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @emotion/styled

## 11.0.0-next.14

### Minor Changes

- [`4d3b60d0`](https://github.com/emotion-js/emotion/commit/4d3b60d0d448a61d762ee150e6cb7a2c995ccc2f) [#1874](https://github.com/emotion-js/emotion/pull/1874) Thanks [@connor-baer](https://github.com/connor-baer)! - Added basic TS type support for `as` prop on styled components. It's possible to pass any component to it but it has no effect on other accepted props. This means that it's not 100% type-safe so use it sparingly and with care.

### Patch Changes

- [`58dc08a6`](https://github.com/emotion-js/emotion/commit/58dc08a6a013fb5cfa10bb85e06e53a8ff7eeb51) [#1837](https://github.com/emotion-js/emotion/pull/1837) Thanks [@arcanis](https://github.com/arcanis)! - Fixed TS compatibility under [PnP](https://classic.yarnpkg.com/en/docs/pnp/) environments by making `@types/react` an optional peer dependency.

- Updated dependencies [[`58dc08a6`](https://github.com/emotion-js/emotion/commit/58dc08a6a013fb5cfa10bb85e06e53a8ff7eeb51), [`c7ae4755`](https://github.com/emotion-js/emotion/commit/c7ae475517bae25787c91f25bbcfe3f46794a479)]:
- @emotion/react@11.0.0-next.14

## 11.0.0-next.13

### Major 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.13",
"version": "11.0.0-next.14",
"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.13",
"@emotion/react": "^11.0.0-next.14",
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@emotion/react": "11.0.0-next.13",
"@emotion/react": "11.0.0-next.14",
"dtslint": "^0.3.0",
"react": "^16.11.0"
},
Expand Down

0 comments on commit 408dda5

Please sign in to comment.