Skip to content

Commit

Permalink
Merge pull request #29 from nuxt-modules/chore/upgrade-emotion
Browse files Browse the repository at this point in the history
chore/upgrade emotion
  • Loading branch information
codebender828 authored Feb 25, 2023
2 parents 845a628 + 08c0bc1 commit af68d2b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Changelog

## 1.0.2

### Patch Changes

- Fix: flatten emotion/css version

## 1.0.1

### Patch Changes

- Upgrade emotion packages and add changesets publish workflow

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/emotion",
"version": "1.0.1",
"version": "1.0.2",
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
"repository": "nuxt-modules/emotion",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"test": "vitest"
},
"dependencies": {
"@emotion/css": "^11.10.6",
"@emotion/css": "^11.10.0",
"@emotion/server": "^11.10.0",
"@nuxt/kit": "^3.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af68d2b

Please sign in to comment.