Skip to content

Commit a8b9a7f

Browse files
github-actions[bot]emmatown
authored andcommitted
Version Packages (#1504)
1 parent ffc7c58 commit a8b9a7f

File tree

24 files changed

+91
-85
lines changed

24 files changed

+91
-85
lines changed

.changeset/dirty-owls-remain/changes.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changeset/dirty-owls-remain/changes.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changeset/happy-socks-grab/changes.json

Lines changed: 0 additions & 52 deletions
This file was deleted.

.changeset/happy-socks-grab/changes.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/babel-plugin-emotion/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# babel-plugin-emotion
22

3+
## 10.0.19
4+
5+
- Updated dependencies [c81c0033]:
6+
- @emotion/serialize@0.11.11
7+
- @emotion/hash@0.7.3
8+
- @emotion/memoize@0.7.3
9+
310
## 10.0.17
411

512
### Patch Changes

packages/babel-plugin-emotion/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-emotion",
3-
"version": "10.0.17",
3+
"version": "10.0.19",
44
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
55
"main": "dist/babel-plugin-emotion.cjs.js",
66
"module": "dist/babel-plugin-emotion.esm.js",
@@ -11,9 +11,9 @@
1111
],
1212
"dependencies": {
1313
"@babel/helper-module-imports": "^7.0.0",
14-
"@emotion/hash": "0.7.2",
15-
"@emotion/memoize": "0.7.2",
16-
"@emotion/serialize": "^0.11.10",
14+
"@emotion/hash": "0.7.3",
15+
"@emotion/memoize": "0.7.3",
16+
"@emotion/serialize": "^0.11.11",
1717
"babel-plugin-macros": "^2.0.0",
1818
"babel-plugin-syntax-jsx": "^6.18.0",
1919
"convert-source-map": "^1.5.0",

packages/cache/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/cache
22

3+
## 10.0.19
4+
5+
- Updated dependencies [c81c0033]:
6+
- @emotion/hash@0.7.3
7+
- @emotion/weak-memoize@0.2.4
8+
39
## 10.0.17
410

511
### Patch Changes

packages/cache/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/cache",
3-
"version": "10.0.17",
3+
"version": "10.0.19",
44
"description": "emotion's cache",
55
"main": "dist/cache.cjs.js",
66
"module": "dist/cache.esm.js",
@@ -18,10 +18,10 @@
1818
"@emotion/sheet": "0.9.3",
1919
"@emotion/stylis": "0.8.4",
2020
"@emotion/utils": "0.11.2",
21-
"@emotion/weak-memoize": "0.2.3"
21+
"@emotion/weak-memoize": "0.2.4"
2222
},
2323
"devDependencies": {
24-
"@emotion/hash": "0.7.2",
24+
"@emotion/hash": "0.7.3",
2525
"dtslint": "^0.3.0"
2626
},
2727
"publishConfig": {

packages/emotion-theming/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# emotion-theming
22

3+
## 10.0.19
4+
5+
### Patch Changes
6+
7+
- [ffc7c58c](https://github.com/emotion-js/emotion/commit/ffc7c58c13277c8f05861e2534fc2a85fff01b76) [#1509](https://github.com/emotion-js/emotion/pull/1509) Thanks [@XeeD](https://github.com/XeeD)! - Add TypeScript type definition for the useTheme hook in emotion-theming
8+
9+
- Updated dependencies [c81c0033]:
10+
- @emotion/weak-memoize@0.2.4
11+
312
## 10.0.18
413

514
### Patch Changes

packages/emotion-theming/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emotion-theming",
3-
"version": "10.0.18",
3+
"version": "10.0.19",
44
"description": "A CSS-in-JS theming solution, inspired by styled-components",
55
"main": "dist/emotion-theming.cjs.js",
66
"module": "dist/emotion-theming.esm.js",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@babel/runtime": "^7.5.5",
43-
"@emotion/weak-memoize": "0.2.3",
43+
"@emotion/weak-memoize": "0.2.4",
4444
"hoist-non-react-statics": "^3.3.0"
4545
},
4646
"peerDependencies": {

0 commit comments

Comments
 (0)