Skip to content

Commit

Permalink
Version Packages (#2128)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Dec 5, 2020
1 parent 3f8bf70 commit 90bc7c1
Show file tree
Hide file tree
Showing 18 changed files with 45 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-hairs-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-worms-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-dots-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-starfishes-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-spoons-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-swans-care.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
@@ -1,5 +1,14 @@
# @emotion/babel-plugin

## 11.1.2

### Patch Changes

- [`de378ab8`](https://github.com/emotion-js/emotion/commit/de378ab8693c74be5714c6c12ccc191ed2d7ac1a) [#2147](https://github.com/emotion-js/emotion/pull/2147) Thanks [@macalinao](https://github.com/macalinao)! - Fixed an issue with template strings minifier crashing on two consecutive interpolations without any meaningful string in between them.

- Updated dependencies [[`ee6a673f`](https://github.com/emotion-js/emotion/commit/ee6a673f74e934bf738d5346ddfc7982caa23827)]:
- @emotion/memoize@0.7.5

## 11.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-plugin",
"version": "11.0.0",
"version": "11.1.2",
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
"main": "dist/emotion-babel-plugin.cjs.js",
"module": "dist/emotion-babel-plugin.esm.js",
Expand All @@ -17,7 +17,7 @@
"@babel/plugin-syntax-jsx": "^7.12.1",
"@babel/runtime": "^7.7.2",
"@emotion/hash": "^0.8.0",
"@emotion/memoize": "^0.7.4",
"@emotion/memoize": "^0.7.5",
"@emotion/serialize": "^1.0.0",
"babel-plugin-macros": "^2.6.1",
"convert-source-map": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@emotion/css": "11.0.0",
"@emotion/react": "11.1.1",
"@emotion/react": "11.1.2",
"@types/jest": "^26.0.14",
"dtslint": "^0.3.0",
"enzyme-to-json": "^3.6.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/memoize/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/memoize

## 0.7.5

### Patch Changes

- [`ee6a673f`](https://github.com/emotion-js/emotion/commit/ee6a673f74e934bf738d5346ddfc7982caa23827) [#2141](https://github.com/emotion-js/emotion/pull/2141) Thanks [@ChALkeR](https://github.com/ChALkeR)! - Fixed an issue with prototype properties not being correctly handled.

## 0.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/memoize/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/memoize",
"version": "0.7.4",
"version": "0.7.5",
"description": "emotion's memoize utility",
"main": "dist/emotion-memoize.cjs.js",
"module": "dist/emotion-memoize.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives-core/package.json
Expand Up @@ -20,7 +20,7 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/react": "11.1.1",
"@emotion/react": "11.1.2",
"react": "16.14.0"
},
"homepage": "https://emotion.sh",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,18 @@
# @emotion/react

## 11.1.2

### Patch Changes

- [`3f8bf70e`](https://github.com/emotion-js/emotion/commit/3f8bf70e995267ace1e04b6a97df35ae23902fed) [#2132](https://github.com/emotion-js/emotion/pull/2132) Thanks [@dcastil](https://github.com/dcastil)! - `displayName`s have been added to `Global` and `ClassNames` components so React Developer Tools should display those better now.

* [`1ee34005`](https://github.com/emotion-js/emotion/commit/1ee34005a5e02c9041b36f73395700f1965388eb) [#2122](https://github.com/emotion-js/emotion/pull/2122) Thanks [@dcastil](https://github.com/dcastil)! - Improved label extraction from the stack traces to handle components with numbers in their names.

- [`e5843530`](https://github.com/emotion-js/emotion/commit/e58435308d880a69c6ccfde15d745e6c95d3c333) [#2140](https://github.com/emotion-js/emotion/pull/2140) Thanks [@hasparus](https://github.com/hasparus)! - Fixed an issue with `css` prop type not being added to all components that accept a string `className` correctly.

- Updated dependencies [[`5469d003`](https://github.com/emotion-js/emotion/commit/5469d0034d055a34587e9d05332f6da4d4722b1c)]:
- @emotion/sheet@1.0.1

## 11.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.1.1",
"version": "11.1.2",
"main": "dist/emotion-react.cjs.js",
"module": "dist/emotion-react.esm.js",
"browser": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/runtime": "^7.7.2",
"@emotion/cache": "^11.0.0",
"@emotion/serialize": "^1.0.0",
"@emotion/sheet": "^1.0.0",
"@emotion/sheet": "^1.0.1",
"@emotion/utils": "^1.0.0",
"@emotion/weak-memoize": "^0.2.5",
"hoist-non-react-statics": "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -28,7 +28,7 @@
}
},
"devDependencies": {
"@emotion/babel-plugin": "11.0.0",
"@emotion/babel-plugin": "11.1.2",
"@emotion/css": "11.0.0",
"@emotion/css-prettifier": "1.0.0",
"@types/node": "^10.11.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/sheet/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/sheet

## 1.0.1

### Patch Changes

- [`5469d003`](https://github.com/emotion-js/emotion/commit/5469d0034d055a34587e9d05332f6da4d4722b1c) [#2149](https://github.com/emotion-js/emotion/pull/2149) Thanks [@Andarist](https://github.com/Andarist)! - Do not log failed rule insertions in the speedy mode for vendor-prefixed pseudo-elements/classes like `::-moz-placeholder`.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sheet/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/sheet",
"version": "1.0.0",
"version": "1.0.1",
"description": "emotion's stylesheet",
"main": "dist/emotion-sheet.cjs.js",
"module": "dist/emotion-sheet.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/package.json
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@emotion/babel-plugin": "^11.0.0",
"@emotion/babel-plugin": "^11.1.2",
"@emotion/is-prop-valid": "^1.0.0",
"@emotion/serialize": "^1.0.0",
"@emotion/utils": "^1.0.0"
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@emotion/react": "11.1.1",
"@emotion/react": "11.1.2",
"dtslint": "^0.3.0",
"react": "16.14.0"
},
Expand Down

0 comments on commit 90bc7c1

Please sign in to comment.