Skip to content

Commit

Permalink
Version Packages (#2710)
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 Apr 6, 2022
1 parent fc52bed commit 7a478fc
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/polite-icons-judge.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-deers-cheat.md

This file was deleted.

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

## 11.9.0

### Patch Changes

- [#2700](https://github.com/emotion-js/emotion/pull/2700) [`d9357621`](https://github.com/emotion-js/emotion/commit/d935762131b1474f2474296ee4706f7ecd59b6dd) Thanks [@arturmuller](https://github.com/arturmuller)! - Fixed a false positive warning for `content` properties that included `var()`.

- Updated dependencies [[`d9357621`](https://github.com/emotion-js/emotion/commit/d935762131b1474f2474296ee4706f7ecd59b6dd)]:
- @emotion/serialize@1.0.3

## 11.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/css",
"version": "11.7.1",
"version": "11.9.0",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/emotion-css.cjs.js",
"module": "dist/emotion-css.esm.js",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@emotion/babel-plugin": "^11.7.1",
"@emotion/cache": "^11.7.1",
"@emotion/serialize": "^1.0.0",
"@emotion/serialize": "^1.0.3",
"@emotion/sheet": "^1.0.3",
"@emotion/utils": "^1.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/jest/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/jest

## 11.9.0

### Minor Changes

- [#2709](https://github.com/emotion-js/emotion/pull/2709) [`1a25293f`](https://github.com/emotion-js/emotion/commit/1a25293fffa348d55bbf78e8855a6390bc54230b) Thanks [@thompsongl](https://github.com/thompsongl)! - Added `includeStyles` option to `createSerializer` to optionally disable styles printing.

## 11.8.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/jest",
"version": "11.8.0",
"version": "11.9.0",
"description": "Jest utilities for emotion",
"main": "dist/emotion-jest.cjs.js",
"module": "dist/emotion-jest.esm.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
}
},
"devDependencies": {
"@emotion/css": "11.7.1",
"@emotion/react": "11.8.2",
"@emotion/css": "11.9.0",
"@emotion/react": "11.9.0",
"@types/jest": "^27.0.3",
"dtslint": "^4.2.1",
"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.8.2",
"@emotion/react": "11.9.0",
"react": "16.14.0"
},
"homepage": "https://emotion.sh",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,14 @@
# @emotion/react

## 11.9.0

### Patch Changes

- [#2700](https://github.com/emotion-js/emotion/pull/2700) [`d9357621`](https://github.com/emotion-js/emotion/commit/d935762131b1474f2474296ee4706f7ecd59b6dd) Thanks [@arturmuller](https://github.com/arturmuller)! - Fixed a false positive warning for `content` properties that included `var()`.

- Updated dependencies [[`d9357621`](https://github.com/emotion-js/emotion/commit/d935762131b1474f2474296ee4706f7ecd59b6dd)]:
- @emotion/serialize@1.0.3

## 11.8.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.8.2",
"version": "11.9.0",
"main": "dist/emotion-react.cjs.js",
"module": "dist/emotion-react.esm.js",
"browser": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/runtime": "^7.13.10",
"@emotion/babel-plugin": "^11.7.1",
"@emotion/cache": "^11.7.1",
"@emotion/serialize": "^1.0.2",
"@emotion/serialize": "^1.0.3",
"@emotion/utils": "^1.1.0",
"@emotion/weak-memoize": "^0.2.5",
"hoist-non-react-statics": "^3.3.1"
Expand All @@ -48,7 +48,7 @@
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@emotion/css": "11.7.1",
"@emotion/css": "11.9.0",
"@emotion/css-prettifier": "1.0.1",
"@emotion/server": "11.4.0",
"@emotion/styled": "11.8.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/serialize/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/serialize

## 1.0.3

### Patch Changes

- [#2700](https://github.com/emotion-js/emotion/pull/2700) [`d9357621`](https://github.com/emotion-js/emotion/commit/d935762131b1474f2474296ee4706f7ecd59b6dd) Thanks [@arturmuller](https://github.com/arturmuller)! - Fixed a false positive warning for `content` properties that included `var()`.

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serialize/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/serialize",
"version": "1.0.2",
"version": "1.0.3",
"description": "serialization utils for emotion",
"main": "dist/emotion-serialize.cjs.js",
"module": "dist/emotion-serialize.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@emotion/babel-plugin": "11.7.2",
"@emotion/css": "11.7.1",
"@emotion/css": "11.9.0",
"@emotion/css-prettifier": "1.0.1",
"@types/node": "^10.11.4",
"dtslint": "^4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/package.json
Expand Up @@ -14,7 +14,7 @@
"@babel/runtime": "^7.13.10",
"@emotion/babel-plugin": "^11.7.1",
"@emotion/is-prop-valid": "^1.1.2",
"@emotion/serialize": "^1.0.2",
"@emotion/serialize": "^1.0.3",
"@emotion/utils": "^1.1.0"
},
"peerDependencies": {
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@emotion/react": "11.8.2",
"@emotion/react": "11.9.0",
"dtslint": "^4.2.1",
"react": "16.14.0",
"typescript": "^4.5.5"
Expand Down

0 comments on commit 7a478fc

Please sign in to comment.