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 Oct 12, 2022
1 parent 61c6696 commit 5679162
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-scissors-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-ladybugs-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-bats-check.md

This file was deleted.

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

## 11.10.5

### Patch Changes

- [#2884](https://github.com/emotion-js/emotion/pull/2884) [`da1e68e8`](https://github.com/emotion-js/emotion/commit/da1e68e829c53114dc1aab79b09e32a37d731fcf) Thanks [@billyjanitsch](https://github.com/billyjanitsch)! - Fix a dependency conflict when `@emotion/jest` was installed alongside `@types/jest@^29`.

## 11.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/jest",
"version": "11.10.0",
"version": "11.10.5",
"description": "Jest utilities for emotion",
"main": "dist/emotion-jest.cjs.js",
"module": "dist/emotion-jest.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/serialize/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/serialize

## 1.1.1

### Patch Changes

- [#2896](https://github.com/emotion-js/emotion/pull/2896) [`c02b1214`](https://github.com/emotion-js/emotion/commit/c02b12145a94df011e0fd6ffd54197a4d9369783) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue that prevented using `content: "element(name)"`. This is a valid special value and doesn't need to be quoted.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serialize/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/serialize",
"version": "1.1.0",
"version": "1.1.1",
"description": "serialization utils for emotion",
"main": "dist/emotion-serialize.cjs.js",
"module": "dist/emotion-serialize.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/sheet/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/sheet

## 1.2.1

### Patch Changes

- [#2920](https://github.com/emotion-js/emotion/pull/2920) [`61c66963`](https://github.com/emotion-js/emotion/commit/61c66963dd8426b59d1ec424b5d1b41a371f9d49) Thanks [@pvdstel](https://github.com/pvdstel)! - Do not log failed rule insertions in the speedy mode for even more vendor-prefixed pseudo-elements/classes like `:-ms-expand` and `:-ms-reveal`.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sheet/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/sheet",
"version": "1.2.0",
"version": "1.2.1",
"description": "emotion's stylesheet",
"main": "dist/emotion-sheet.cjs.js",
"module": "dist/emotion-sheet.esm.js",
Expand Down

0 comments on commit 5679162

Please sign in to comment.