Skip to content

Commit af68d2b

Browse files
Merge pull request #29 from nuxt-modules/chore/upgrade-emotion
chore/upgrade emotion
2 parents 845a628 + 08c0bc1 commit af68d2b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Fix: flatten emotion/css version
8+
39
## 1.0.1
410

511
### Patch Changes
612

713
- Upgrade emotion packages and add changesets publish workflow
14+
815
## 1.0.0
916

1017
### Major Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/emotion",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
55
"repository": "nuxt-modules/emotion",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
"test": "vitest"
2626
},
2727
"dependencies": {
28-
"@emotion/css": "^11.10.6",
28+
"@emotion/css": "^11.10.0",
2929
"@emotion/server": "^11.10.0",
3030
"@nuxt/kit": "^3.2.2"
3131
},

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)