Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clever-clocks-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curly-houses-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-spies-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-elephants-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-moons-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-yaks-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-hairs-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-zebras-admire.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/metal-boxes-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-penguins-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-tomatoes-work.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/neat-shoes-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-years-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-trees-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-dogs-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-tips-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-years-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-cooks-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-boxes-raise.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/babel-plugin-jsx-pragmatic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/babel-plugin-jsx-pragmatic

## 0.3.0

### Minor Changes

- [#2570](https://github.com/emotion-js/emotion/pull/2570) [`ea84c40`](https://github.com/emotion-js/emotion/commit/ea84c4096d7bc28f03c4cdc1f453bb64d09dcd15) Thanks [@G-Rath](https://github.com/G-Rath)! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-jsx-pragmatic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-plugin-jsx-pragmatic",
"version": "0.2.1",
"version": "0.3.0",
"description": "Insert code to load a module corresponding to JSX pragma.",
"main": "dist/emotion-babel-plugin-jsx-pragmatic.cjs.js",
"module": "dist/emotion-babel-plugin-jsx-pragmatic.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @emotion/babel-plugin

## 11.12.0

### Patch Changes

- Updated dependencies [[`9ca22c6`](https://github.com/emotion-js/emotion/commit/9ca22c6c23e9effa086d161a9b0ae1c645686680), [`7f8db2d`](https://github.com/emotion-js/emotion/commit/7f8db2d7a900bb34995db66084a99d512811e33d), [`ea2c397`](https://github.com/emotion-js/emotion/commit/ea2c397bbf7d9838086ec88b3eb86db9230d32ae)]:
- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]

## 11.11.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-plugin",
"version": "11.11.0",
"version": "11.12.0",
"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 @@ -20,9 +20,9 @@
"dependencies": {
"@babel/helper-module-imports": "^7.16.7",
"@babel/runtime": "^7.18.3",
"@emotion/hash": "^0.9.1",
"@emotion/memoize": "^0.8.1",
"@emotion/serialize": "^1.1.2",
"@emotion/hash": "^0.9.2",
"@emotion/memoize": "^0.9.0",
"@emotion/serialize": "^1.2.0",
"babel-plugin-macros": "^3.1.0",
"convert-source-map": "^1.5.0",
"escape-string-regexp": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-preset-css-prop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @emotion/babel-preset-css-prop

## 11.12.0

### Patch Changes

- Updated dependencies [[`ea84c40`](https://github.com/emotion-js/emotion/commit/ea84c4096d7bc28f03c4cdc1f453bb64d09dcd15)]:
- @emotion/[email protected]
- @emotion/[email protected]

## 11.11.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-css-prop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-preset-css-prop",
"version": "11.11.0",
"version": "11.12.0",
"description": "A babel preset to automatically enable emotion's css prop",
"main": "dist/emotion-babel-preset-css-prop.cjs.js",
"module": "dist/emotion-babel-preset-css-prop.esm.js",
Expand All @@ -17,8 +17,8 @@
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/runtime": "^7.18.3",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/babel-plugin-jsx-pragmatic": "^0.2.1"
"@emotion/babel-plugin": "^11.12.0",
"@emotion/babel-plugin-jsx-pragmatic": "^0.3.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @emotion/cache

## 11.12.0

### Patch Changes

- Updated dependencies [[`7f8db2d`](https://github.com/emotion-js/emotion/commit/7f8db2d7a900bb34995db66084a99d512811e33d), [`b1d16b0`](https://github.com/emotion-js/emotion/commit/b1d16b087d057524f374e347fdfd6a03e505107a), [`16d8a8c`](https://github.com/emotion-js/emotion/commit/16d8a8c2198461c4842c73048b406c346a70aa59), [`52aadc6`](https://github.com/emotion-js/emotion/commit/52aadc6e77140867392f81545cc92e04fd84d453), [`52aadc6`](https://github.com/emotion-js/emotion/commit/52aadc6e77140867392f81545cc92e04fd84d453)]:
- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]

## 11.11.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/cache",
"version": "11.11.0",
"version": "11.12.0",
"description": "emotion's cache",
"main": "dist/emotion-cache.cjs.js",
"module": "dist/emotion-cache.esm.js",
Expand All @@ -26,10 +26,10 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/memoize": "^0.8.1",
"@emotion/sheet": "^1.2.2",
"@emotion/utils": "^1.2.1",
"@emotion/weak-memoize": "^0.3.1",
"@emotion/memoize": "^0.9.0",
"@emotion/sheet": "^1.3.0",
"@emotion/utils": "^1.3.0",
"@emotion/weak-memoize": "^0.4.0",
"stylis": "4.2.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/css-prettifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/css-prettifier

## 1.1.4

### Patch Changes

- Updated dependencies [[`7f8db2d`](https://github.com/emotion-js/emotion/commit/7f8db2d7a900bb34995db66084a99d512811e33d)]:
- @emotion/[email protected]

## 1.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/css-prettifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/css-prettifier",
"version": "1.1.3",
"version": "1.1.4",
"description": "Simple Stylis-based CSS prettifier",
"keywords": [
"emotion"
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"repository": "https://github.com/emotion-js/emotion/tree/main/packages/css-prettifier",
"dependencies": {
"@emotion/memoize": "^0.8.1",
"@emotion/memoize": "^0.9.0",
"stylis": "4.2.0"
},
"publishConfig": {
Expand Down
17 changes: 17 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# emotion

## 11.12.0

### Minor Changes

- [#2558](https://github.com/emotion-js/emotion/pull/2558) [`85772c3`](https://github.com/emotion-js/emotion/commit/85772c33ecb01c70bc8afafa627c9fb7140b593c) Thanks [@emmatown](https://github.com/emmatown)! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.

### Patch Changes

- [#2558](https://github.com/emotion-js/emotion/pull/2558) [`85772c3`](https://github.com/emotion-js/emotion/commit/85772c33ecb01c70bc8afafa627c9fb7140b593c) Thanks [@emmatown](https://github.com/emmatown)! - Fixed `options` parameter to `createEmotion` from `@emotion/css/create-instance` incorrectly being marked as optional when it's required.

- Updated dependencies [[`9ca22c6`](https://github.com/emotion-js/emotion/commit/9ca22c6c23e9effa086d161a9b0ae1c645686680), [`16d8a8c`](https://github.com/emotion-js/emotion/commit/16d8a8c2198461c4842c73048b406c346a70aa59), [`52aadc6`](https://github.com/emotion-js/emotion/commit/52aadc6e77140867392f81545cc92e04fd84d453), [`52aadc6`](https://github.com/emotion-js/emotion/commit/52aadc6e77140867392f81545cc92e04fd84d453)]:
- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]

## 11.11.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/css",
"version": "11.11.2",
"version": "11.12.0",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/emotion-css.cjs.js",
"module": "dist/emotion-css.esm.js",
Expand All @@ -16,11 +16,11 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@emotion/cache": "^11.11.0",
"@emotion/serialize": "^1.1.2",
"@emotion/sheet": "^1.2.2",
"@emotion/utils": "^1.2.1"
"@emotion/babel-plugin": "^11.12.0",
"@emotion/cache": "^11.12.0",
"@emotion/serialize": "^1.2.0",
"@emotion/sheet": "^1.3.0",
"@emotion/utils": "^1.3.0"
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @emotion/eslint-plugin

## 11.12.0

### Minor Changes

- [#2568](https://github.com/emotion-js/emotion/pull/2568) [`304f7e3`](https://github.com/emotion-js/emotion/commit/304f7e3da4fb7a4c38eff0fa27cc6db417bfe10c) Thanks [@G-Rath](https://github.com/G-Rath)! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.

### Patch Changes

- [#2568](https://github.com/emotion-js/emotion/pull/2568) [`304f7e3`](https://github.com/emotion-js/emotion/commit/304f7e3da4fb7a4c38eff0fa27cc6db417bfe10c) Thanks [@G-Rath](https://github.com/G-Rath)! - An empty css prop (`<div css />`) will now raise an error in the `@emotion/syntax-preference` rule instead of crashing on this case.

- [#2568](https://github.com/emotion-js/emotion/pull/2568) [`304f7e3`](https://github.com/emotion-js/emotion/commit/304f7e3da4fb7a4c38eff0fa27cc6db417bfe10c) Thanks [@G-Rath](https://github.com/G-Rath)! - Fixed a crash on empty css prop (`<div css />`) in the `@emotion/jsx-import` rule.

## 11.11.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/eslint-plugin",
"version": "11.11.0",
"version": "11.12.0",
"description": "ESLint rules for emotion",
"keywords": [
"eslint",
Expand Down
6 changes: 6 additions & 0 deletions packages/hash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/hash

## 0.9.2

### Patch Changes

- [#2454](https://github.com/emotion-js/emotion/pull/2454) [`ea2c397`](https://github.com/emotion-js/emotion/commit/ea2c397bbf7d9838086ec88b3eb86db9230d32ae) Thanks [@Andarist](https://github.com/Andarist)! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/hash",
"version": "0.9.1",
"version": "0.9.2",
"description": "A MurmurHash2 implementation",
"main": "dist/emotion-hash.cjs.js",
"module": "dist/emotion-hash.esm.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/is-prop-valid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @emotion/is-prop-valid

## 1.3.0

### Minor Changes

- [#2432](https://github.com/emotion-js/emotion/pull/2432) [`a1e881b`](https://github.com/emotion-js/emotion/commit/a1e881b7dffdfa69f5ff32a708a25213b711bd15) Thanks [@sarayourfriend](https://github.com/sarayourfriend)! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.

### Patch Changes

- Updated dependencies [[`7f8db2d`](https://github.com/emotion-js/emotion/commit/7f8db2d7a900bb34995db66084a99d512811e33d)]:
- @emotion/[email protected]

## 1.2.2

### Patch Changes
Expand Down
Loading