Skip to content

Commit

Permalink
Version Packages (#3280)
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] authored Dec 9, 2024
1 parent a19d019 commit 3c19ce5
Show file tree
Hide file tree
Showing 19 changed files with 71 additions and 55 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-garlics-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-suits-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-cups-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-baboons-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-ears-give.md

This file was deleted.

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

## 11.14.0

### Minor Changes

- [#3277](https://github.com/emotion-js/emotion/pull/3277) [`8dc1a6d`](https://github.com/emotion-js/emotion/commit/8dc1a6dd19d2dc9ce435ef0aff85ccf5647f5d2e) 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.

## 11.13.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/cache",
"version": "11.13.5",
"version": "11.14.0",
"description": "emotion's cache",
"main": "dist/emotion-cache.cjs.js",
"module": "dist/emotion-cache.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/css-prettifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/css-prettifier

## 1.2.0

### Minor Changes

- [#3278](https://github.com/emotion-js/emotion/pull/3278) [`282b61d`](https://github.com/emotion-js/emotion/commit/282b61d2ad4e39ea65af88351a894a903c2d42c4) 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.

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "1.2.0",
"description": "Simple Stylis-based CSS prettifier",
"keywords": [
"emotion"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@emotion/css-prettifier": "^1.1.4",
"@emotion/css-prettifier": "^1.2.0",
"chalk": "^4.1.0",
"specificity": "^0.4.1",
"stylis": "4.2.0"
Expand All @@ -77,7 +77,7 @@
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/css": "11.13.5",
"@emotion/react": "11.13.5",
"@emotion/react": "11.14.0",
"@types/jest": "^29.5.12",
"enzyme-to-json": "^3.6.1",
"pretty-format": "^22.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/react": "11.13.5",
"@emotion/react": "11.14.0",
"@types/css-to-react-native": "^3.0.0",
"react": "16.14.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @emotion/react

## 11.14.0

### Minor Changes

- [#3281](https://github.com/emotion-js/emotion/pull/3281) [`fc4d7bd`](https://github.com/emotion-js/emotion/commit/fc4d7bd744c205f55513dcd4e4e5134198c219de) 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.

### Patch Changes

- Updated dependencies [[`8dc1a6d`](https://github.com/emotion-js/emotion/commit/8dc1a6dd19d2dc9ce435ef0aff85ccf5647f5d2e), [`e1bf17e`](https://github.com/emotion-js/emotion/commit/e1bf17ee87ec51da1412eb5291460ea95a39d27a)]:
- @emotion/cache@11.14.0
- @emotion/use-insertion-effect-with-fallbacks@1.2.0

## 11.13.5

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.13.5",
"version": "11.14.0",
"main": "dist/emotion-react.cjs.js",
"module": "dist/emotion-react.esm.js",
"types": "dist/emotion-react.cjs.d.ts",
Expand Down Expand Up @@ -262,9 +262,9 @@
"dependencies": {
"@babel/runtime": "^7.18.3",
"@emotion/babel-plugin": "^11.13.5",
"@emotion/cache": "^11.13.5",
"@emotion/cache": "^11.14.0",
"@emotion/serialize": "^1.3.3",
"@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
"@emotion/utils": "^1.4.2",
"@emotion/weak-memoize": "^0.4.0",
"hoist-non-react-statics": "^3.3.1"
Expand All @@ -280,9 +280,9 @@
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/css": "11.13.5",
"@emotion/css-prettifier": "1.1.4",
"@emotion/css-prettifier": "1.2.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.13.5",
"@emotion/styled": "11.14.0",
"@types/hoist-non-react-statics": "^3.3.5",
"html-tag-names": "^1.1.2",
"react": "16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@definitelytyped/dtslint": "0.0.112",
"@emotion/babel-plugin": "11.13.5",
"@emotion/css": "11.13.5",
"@emotion/css-prettifier": "1.1.4",
"@emotion/css-prettifier": "1.2.0",
"@types/node": "^12.20.37",
"typescript": "^5.4.5"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @emotion/styled

## 11.14.0

### Minor Changes

- [#3284](https://github.com/emotion-js/emotion/pull/3284) [`a19d019`](https://github.com/emotion-js/emotion/commit/a19d019bd418ebc3b9cba0e58f58b36ac2862a42) 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.

### Patch Changes

- Updated dependencies [[`e1bf17e`](https://github.com/emotion-js/emotion/commit/e1bf17ee87ec51da1412eb5291460ea95a39d27a)]:
- @emotion/use-insertion-effect-with-fallbacks@1.2.0

## 11.13.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled",
"version": "11.13.5",
"version": "11.14.0",
"description": "styled API for emotion",
"main": "dist/emotion-styled.cjs.js",
"module": "dist/emotion-styled.esm.js",
Expand All @@ -15,7 +15,7 @@
"@emotion/babel-plugin": "^11.13.5",
"@emotion/is-prop-valid": "^1.3.0",
"@emotion/serialize": "^1.3.3",
"@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
"@emotion/utils": "^1.4.2"
},
"peerDependencies": {
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/react": "11.13.5",
"@emotion/react": "11.14.0",
"react": "16.14.0",
"typescript": "^5.4.5"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/use-insertion-effect-with-fallbacks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/use-insertion-effect-with-fallbacks

## 1.2.0

### Minor Changes

- [#3279](https://github.com/emotion-js/emotion/pull/3279) [`e1bf17e`](https://github.com/emotion-js/emotion/commit/e1bf17ee87ec51da1412eb5291460ea95a39d27a) Thanks [@Andarist](https://github.com/Andarist)! - Source code has been migrated to TypeScript.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-insertion-effect-with-fallbacks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/use-insertion-effect-with-fallbacks",
"version": "1.1.0",
"version": "1.2.0",
"description": "A wrapper package that uses `useInsertionEffect` or a fallback for it",
"main": "dist/emotion-use-insertion-effect-with-fallbacks.cjs.js",
"module": "dist/emotion-use-insertion-effect-with-fallbacks.esm.js",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2704,7 +2704,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/cache@^11.13.5, @emotion/cache@workspace:packages/cache":
"@emotion/cache@^11.13.5, @emotion/cache@^11.14.0, @emotion/cache@workspace:packages/cache":
version: 0.0.0-use.local
resolution: "@emotion/cache@workspace:packages/cache"
dependencies:
Expand All @@ -2720,7 +2720,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/css-prettifier@1.1.4, @emotion/css-prettifier@^1.1.4, @emotion/css-prettifier@workspace:packages/css-prettifier":
"@emotion/css-prettifier@1.2.0, @emotion/css-prettifier@^1.2.0, @emotion/css-prettifier@workspace:packages/css-prettifier":
version: 0.0.0-use.local
resolution: "@emotion/css-prettifier@workspace:packages/css-prettifier"
dependencies:
Expand Down Expand Up @@ -2792,8 +2792,8 @@ __metadata:
"@babel/runtime": ^7.18.3
"@definitelytyped/dtslint": 0.0.112
"@emotion/css": 11.13.5
"@emotion/css-prettifier": ^1.1.4
"@emotion/react": 11.13.5
"@emotion/css-prettifier": ^1.2.0
"@emotion/react": 11.14.0
"@types/jest": ^29.5.12
chalk: ^4.1.0
enzyme-to-json: ^3.6.1
Expand Down Expand Up @@ -2856,7 +2856,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@emotion/primitives-core@workspace:packages/primitives-core"
dependencies:
"@emotion/react": 11.13.5
"@emotion/react": 11.14.0
"@types/css-to-react-native": ^3.0.0
css-to-react-native: ^3.0.0
react: 16.14.0
Expand All @@ -2883,20 +2883,20 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/react@11.13.5, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
"@emotion/react@11.14.0, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@emotion/react@workspace:packages/react"
dependencies:
"@babel/runtime": ^7.18.3
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": ^11.13.5
"@emotion/cache": ^11.13.5
"@emotion/cache": ^11.14.0
"@emotion/css": 11.13.5
"@emotion/css-prettifier": 1.1.4
"@emotion/css-prettifier": 1.2.0
"@emotion/serialize": ^1.3.3
"@emotion/server": 11.11.0
"@emotion/styled": 11.13.5
"@emotion/use-insertion-effect-with-fallbacks": ^1.1.0
"@emotion/styled": 11.14.0
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
"@emotion/utils": ^1.4.2
"@emotion/weak-memoize": ^0.4.0
"@types/hoist-non-react-statics": ^3.3.5
Expand Down Expand Up @@ -2934,7 +2934,7 @@ __metadata:
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": 11.13.5
"@emotion/css": 11.13.5
"@emotion/css-prettifier": 1.1.4
"@emotion/css-prettifier": 1.2.0
"@emotion/utils": ^1.4.2
"@types/node": ^12.20.37
html-tokenize: ^2.0.0
Expand All @@ -2958,17 +2958,17 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/styled@11.13.5, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled":
"@emotion/styled@11.14.0, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled":
version: 0.0.0-use.local
resolution: "@emotion/styled@workspace:packages/styled"
dependencies:
"@babel/runtime": ^7.18.3
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": ^11.13.5
"@emotion/is-prop-valid": ^1.3.0
"@emotion/react": 11.13.5
"@emotion/react": 11.14.0
"@emotion/serialize": ^1.3.3
"@emotion/use-insertion-effect-with-fallbacks": ^1.1.0
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
"@emotion/utils": ^1.4.2
react: 16.14.0
typescript: ^5.4.5
Expand All @@ -2987,7 +2987,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/use-insertion-effect-with-fallbacks@^1.1.0, @emotion/use-insertion-effect-with-fallbacks@workspace:packages/use-insertion-effect-with-fallbacks":
"@emotion/use-insertion-effect-with-fallbacks@^1.2.0, @emotion/use-insertion-effect-with-fallbacks@workspace:packages/use-insertion-effect-with-fallbacks":
version: 0.0.0-use.local
resolution: "@emotion/use-insertion-effect-with-fallbacks@workspace:packages/use-insertion-effect-with-fallbacks"
dependencies:
Expand Down

0 comments on commit 3c19ce5

Please sign in to comment.