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 Jun 16, 2024
1 parent 4cc565f commit 807e43b
Show file tree
Hide file tree
Showing 55 changed files with 266 additions and 200 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-clocks-yell.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.

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) [`ea84c409`](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 [[`9ca22c6c`](https://github.com/emotion-js/emotion/commit/9ca22c6c23e9effa086d161a9b0ae1c645686680), [`7f8db2d7`](https://github.com/emotion-js/emotion/commit/7f8db2d7a900bb34995db66084a99d512811e33d), [`ea2c397b`](https://github.com/emotion-js/emotion/commit/ea2c397bbf7d9838086ec88b3eb86db9230d32ae)]:
- @emotion/serialize@1.2.0
- @emotion/memoize@0.9.0
- @emotion/hash@0.9.2

## 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 [[`ea84c409`](https://github.com/emotion-js/emotion/commit/ea84c4096d7bc28f03c4cdc1f453bb64d09dcd15)]:
- @emotion/babel-plugin-jsx-pragmatic@0.3.0
- @emotion/babel-plugin@11.12.0

## 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 [[`7f8db2d7`](https://github.com/emotion-js/emotion/commit/7f8db2d7a900bb34995db66084a99d512811e33d), [`b1d16b08`](https://github.com/emotion-js/emotion/commit/b1d16b087d057524f374e347fdfd6a03e505107a), [`16d8a8c2`](https://github.com/emotion-js/emotion/commit/16d8a8c2198461c4842c73048b406c346a70aa59), [`52aadc6e`](https://github.com/emotion-js/emotion/commit/52aadc6e77140867392f81545cc92e04fd84d453), [`52aadc6e`](https://github.com/emotion-js/emotion/commit/52aadc6e77140867392f81545cc92e04fd84d453)]:
- @emotion/memoize@0.9.0
- @emotion/weak-memoize@0.4.0
- @emotion/utils@1.3.0
- @emotion/sheet@1.3.0

## 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 [[`7f8db2d7`](https://github.com/emotion-js/emotion/commit/7f8db2d7a900bb34995db66084a99d512811e33d)]:
- @emotion/memoize@0.9.0

## 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) [`85772c33`](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) [`85772c33`](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 [[`9ca22c6c`](https://github.com/emotion-js/emotion/commit/9ca22c6c23e9effa086d161a9b0ae1c645686680), [`16d8a8c2`](https://github.com/emotion-js/emotion/commit/16d8a8c2198461c4842c73048b406c346a70aa59), [`52aadc6e`](https://github.com/emotion-js/emotion/commit/52aadc6e77140867392f81545cc92e04fd84d453), [`52aadc6e`](https://github.com/emotion-js/emotion/commit/52aadc6e77140867392f81545cc92e04fd84d453)]:
- @emotion/serialize@1.2.0
- @emotion/utils@1.3.0
- @emotion/sheet@1.3.0
- @emotion/babel-plugin@11.12.0
- @emotion/cache@11.12.0

## 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) [`304f7e3d`](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) [`304f7e3d`](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) [`304f7e3d`](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) [`ea2c397b`](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) [`a1e881b7`](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 [[`7f8db2d7`](https://github.com/emotion-js/emotion/commit/7f8db2d7a900bb34995db66084a99d512811e33d)]:
- @emotion/memoize@0.9.0

## 1.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/is-prop-valid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/is-prop-valid",
"version": "1.2.2",
"version": "1.3.0",
"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 All @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"@emotion/memoize": "^0.8.1"
"@emotion/memoize": "^0.9.0"
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
Expand Down
Loading

0 comments on commit 807e43b

Please sign in to comment.