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 #3160

Merged
merged 2 commits into from
Feb 27, 2024
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/khaki-brooms-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-dolphins-remember.md

This file was deleted.

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

## 1.2.2

### Patch Changes

- [#3156](https://github.com/emotion-js/emotion/pull/3156) [`0bfa9786`](https://github.com/emotion-js/emotion/commit/0bfa97860d768905c88edcafac6e2554565352f8) Thanks [@nnguyen01](https://github.com/nnguyen01)! - Adds `disableRemotePlayback` to the list of allowed props.

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/is-prop-valid/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/is-prop-valid",
"version": "1.2.1",
"version": "1.2.2",
"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 Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/css": "11.11.2",
"@emotion/react": "11.11.3",
"@emotion/react": "11.11.4",
"@types/jest": "^27.0.3",
"enzyme-to-json": "^3.6.1",
"pretty-format": "^22.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives-core/package.json
Expand Up @@ -17,7 +17,7 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/react": "11.11.3",
"@emotion/react": "11.11.4",
"react": "16.14.0"
},
"homepage": "https://emotion.sh",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/react

## 11.11.4

### Patch Changes

- [#3159](https://github.com/emotion-js/emotion/pull/3159) [`5b82631d`](https://github.com/emotion-js/emotion/commit/5b82631d79a58e87e560024d724b849f3921b6e0) Thanks [@iegik](https://github.com/iegik)! - Renamed an internal `hasOwnProperty` to `hasOwn`. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution with `Object.freeze(Object.prototype)`.

## 11.11.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.11.3",
"version": "11.11.4",
"main": "dist/emotion-react.cjs.js",
"module": "dist/emotion-react.esm.js",
"browser": {
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/package.json
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@babel/runtime": "^7.18.3",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/is-prop-valid": "^1.2.1",
"@emotion/is-prop-valid": "^1.2.2",
"@emotion/serialize": "^1.1.3",
"@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
"@emotion/utils": "^1.2.1"
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/react": "11.11.3",
"@emotion/react": "11.11.4",
"react": "16.14.0",
"typescript": "^4.5.5"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -2435,7 +2435,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/is-prop-valid@^1.2.1, @emotion/is-prop-valid@workspace:packages/is-prop-valid":
"@emotion/is-prop-valid@^1.2.1, @emotion/is-prop-valid@^1.2.2, @emotion/is-prop-valid@workspace:packages/is-prop-valid":
version: 0.0.0-use.local
resolution: "@emotion/is-prop-valid@workspace:packages/is-prop-valid"
dependencies:
Expand All @@ -2462,7 +2462,7 @@ __metadata:
"@definitelytyped/dtslint": 0.0.112
"@emotion/css": 11.11.2
"@emotion/css-prettifier": ^1.1.3
"@emotion/react": 11.11.3
"@emotion/react": 11.11.4
"@types/jest": ^27.0.3
chalk: ^4.1.0
enzyme-to-json: ^3.6.1
Expand Down Expand Up @@ -2525,7 +2525,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@emotion/primitives-core@workspace:packages/primitives-core"
dependencies:
"@emotion/react": 11.11.3
"@emotion/react": 11.11.4
css-to-react-native: ^3.0.0
react: 16.14.0
peerDependencies:
Expand All @@ -2551,7 +2551,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/react@11.11.3, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
"@emotion/react@11.11.4, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@emotion/react@workspace:packages/react"
dependencies:
Expand Down Expand Up @@ -2632,8 +2632,8 @@ __metadata:
"@babel/runtime": ^7.18.3
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": ^11.11.0
"@emotion/is-prop-valid": ^1.2.1
"@emotion/react": 11.11.3
"@emotion/is-prop-valid": ^1.2.2
"@emotion/react": 11.11.4
"@emotion/serialize": ^1.1.3
"@emotion/use-insertion-effect-with-fallbacks": ^1.0.1
"@emotion/utils": ^1.2.1
Expand Down