diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e4e22311..277475a013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.6.4](https://github.com/nuxt/devtools/compare/v1.6.3...v1.6.4) (2024-12-12) + + +### Bug Fixes + +* upgrade `@vue/devtools` ([8485fcb](https://github.com/nuxt/devtools/commit/8485fcbea2e841c15cdfc4018def83108b49143f)) + + + ## [1.6.3](https://github.com/nuxt/devtools/compare/v1.6.2...v1.6.3) (2024-12-03) diff --git a/package.json b/package.json index 733c9fe944..f1afc6996e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt-devtools/monorepo", "type": "module", - "version": "1.6.3", + "version": "1.6.4", "private": true, "packageManager": "pnpm@9.15.0", "repository": { diff --git a/packages/devtools-kit/package.json b/packages/devtools-kit/package.json index b9250722d4..039bed1a24 100644 --- a/packages/devtools-kit/package.json +++ b/packages/devtools-kit/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/devtools-kit", "type": "module", - "version": "1.6.3", + "version": "1.6.4", "license": "MIT", "homepage": "https://devtools.nuxt.com/module/utils-kit", "repository": { diff --git a/packages/devtools-ui-kit/package.json b/packages/devtools-ui-kit/package.json index 7b70894d24..97f529829e 100644 --- a/packages/devtools-ui-kit/package.json +++ b/packages/devtools-ui-kit/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/devtools-ui-kit", "type": "module", - "version": "1.6.3", + "version": "1.6.4", "license": "MIT", "homepage": "https://devtools.nuxt.com/module/ui-kit", "repository": { diff --git a/packages/devtools-wizard/package.json b/packages/devtools-wizard/package.json index 687f1b743b..daba80c54c 100644 --- a/packages/devtools-wizard/package.json +++ b/packages/devtools-wizard/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/devtools-wizard", "type": "module", - "version": "1.6.3", + "version": "1.6.4", "description": "CLI Wizard to toggle Nuxt DevTools", "license": "MIT", "homepage": "https://devtools.nuxt.com", diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 807a34fe7a..af7b39be2b 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/devtools", "type": "module", - "version": "1.6.3", + "version": "1.6.4", "description": "The Nuxt DevTools gives you insights and transparency about your Nuxt App.", "license": "MIT", "homepage": "https://devtools.nuxt.com", diff --git a/playgrounds/empty/package.json b/playgrounds/empty/package.json index d6c08ba151..7e3d2b5c9f 100644 --- a/playgrounds/empty/package.json +++ b/playgrounds/empty/package.json @@ -1,6 +1,6 @@ { "name": "empty", - "version": "1.6.3", + "version": "1.6.4", "private": true, "main": "nuxt.config.ts", "files": [ diff --git a/playgrounds/module-starter/client/package.json b/playgrounds/module-starter/client/package.json index 9fa9da5dd5..e905f1c75d 100644 --- a/playgrounds/module-starter/client/package.json +++ b/playgrounds/module-starter/client/package.json @@ -1,5 +1,5 @@ { "name": "my-module-client", - "version": "1.6.3", + "version": "1.6.4", "private": true } diff --git a/playgrounds/module-starter/package.json b/playgrounds/module-starter/package.json index e9949436e2..03a83c2a65 100644 --- a/playgrounds/module-starter/package.json +++ b/playgrounds/module-starter/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.6.3", + "version": "1.6.4", "private": true, "exports": { ".": { diff --git a/playgrounds/module-starter/playground/package.json b/playgrounds/module-starter/playground/package.json index d49204f84e..bc16dd219b 100644 --- a/playgrounds/module-starter/playground/package.json +++ b/playgrounds/module-starter/playground/package.json @@ -1,5 +1,5 @@ { "name": "my-module-playground", - "version": "1.6.3", + "version": "1.6.4", "private": true } diff --git a/playgrounds/tab-layers/package.json b/playgrounds/tab-layers/package.json index 0522df4b3a..06b16fe919 100644 --- a/playgrounds/tab-layers/package.json +++ b/playgrounds/tab-layers/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.3", + "version": "1.6.4", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-pinia/package.json b/playgrounds/tab-pinia/package.json index 778be1574c..9b8b6af7f1 100644 --- a/playgrounds/tab-pinia/package.json +++ b/playgrounds/tab-pinia/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.3", + "version": "1.6.4", "private": true, "scripts": { "dev": "nuxi dev", diff --git a/playgrounds/tab-seo/package.json b/playgrounds/tab-seo/package.json index 15b590775e..2a37f7bc84 100644 --- a/playgrounds/tab-seo/package.json +++ b/playgrounds/tab-seo/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.3", + "version": "1.6.4", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-server-route/package.json b/playgrounds/tab-server-route/package.json index 15b590775e..2a37f7bc84 100644 --- a/playgrounds/tab-server-route/package.json +++ b/playgrounds/tab-server-route/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.3", + "version": "1.6.4", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-timeline/package.json b/playgrounds/tab-timeline/package.json index c7fcf3f376..397158609a 100644 --- a/playgrounds/tab-timeline/package.json +++ b/playgrounds/tab-timeline/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.3", + "version": "1.6.4", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/v4/package.json b/playgrounds/v4/package.json index 0522df4b3a..06b16fe919 100644 --- a/playgrounds/v4/package.json +++ b/playgrounds/v4/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.3", + "version": "1.6.4", "private": true, "scripts": { "build": "nuxt build",