Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 22, 2022
1 parent d253163 commit 166b80b
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-queens-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-cameras-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-clouds-listen.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/is-prop-valid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/is-prop-valid

## 1.1.2

### Patch Changes

- [#2621](https://github.com/emotion-js/emotion/pull/2621) [`d2531639`](https://github.com/emotion-js/emotion/commit/d25316393639232df16ba836b407e3678eea5e4d) Thanks [@andreasmcdermott](https://github.com/andreasmcdermott)! - Added [`abbr`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-abbr) prop to the allowlist of forwardable props.

## 1.1.1

### 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": "1.1.1",
"version": "1.1.2",
"description": "A function to check whether a prop is valid for HTML and SVG elements",
"main": "dist/emotion-is-prop-valid.cjs.js",
"module": "dist/emotion-is-prop-valid.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@emotion/css": "11.7.1",
"@emotion/react": "11.7.1",
"@emotion/react": "11.7.3",
"@types/jest": "^27.0.3",
"dtslint": "^0.3.0",
"enzyme-to-json": "^3.6.1",
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.7.1",
"@emotion/react": "11.7.3",
"react": "16.14.0"
},
"homepage": "https://emotion.sh",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,13 @@
# @emotion/react

## 11.7.3

### Patch Changes

- [#2609](https://github.com/emotion-js/emotion/pull/2609) [`242f7d8c`](https://github.com/emotion-js/emotion/commit/242f7d8c9f3ddbba2a69664bcc0fa22501df849f) Thanks [@Andarist](https://github.com/Andarist)! - Added `@emotion/babel-plugin` as a dependency - this is an actual dependency of the `@emotion/react/macro` entrypoint and it has to be explicitly declared to fix compatibility with strict package managers.

* [#2615](https://github.com/emotion-js/emotion/pull/2615) [`3d672acd`](https://github.com/emotion-js/emotion/commit/3d672acd4d379f5861012d6e6d38feadd212966a) Thanks [@srmagura](https://github.com/srmagura)! - Fix an edge case where runtime label extraction in class components led to invalid class names in Firefox. This only affected the development build of Emotion.

## 11.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.7.1",
"version": "11.7.3",
"main": "dist/emotion-react.cjs.js",
"module": "dist/emotion-react.esm.js",
"browser": {
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/package.json
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@babel/runtime": "^7.13.10",
"@emotion/babel-plugin": "^11.7.1",
"@emotion/is-prop-valid": "^1.1.1",
"@emotion/is-prop-valid": "^1.1.2",
"@emotion/serialize": "^1.0.2",
"@emotion/utils": "^1.0.0"
},
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@emotion/react": "11.7.1",
"@emotion/react": "11.7.3",
"dtslint": "^0.3.0",
"react": "16.14.0"
},
Expand Down

0 comments on commit 166b80b

Please sign in to comment.