Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2838

Merged
merged 1 commit into from Jul 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/eighty-bulldogs-ring.md

This file was deleted.

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

## 11.9.5

### Patch Changes

- [#2799](https://github.com/emotion-js/emotion/pull/2799) [`5b99a849`](https://github.com/emotion-js/emotion/commit/5b99a849364119d979c6d1fe5e5a0e9ea4e74011) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with the lack of `/*#__PURE__*/` annotations before styled calls transformed from tagged template expressions.

## 11.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-plugin",
"version": "11.9.2",
"version": "11.9.5",
"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 Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/babel-plugin": "11.9.2",
"@emotion/babel-plugin": "11.9.5",
"@emotion/css": "11.9.0",
"@emotion/css-prettifier": "1.0.1",
"@types/node": "^12.20.37",
Expand Down