From f41444162d14c426a3935b33154faec78024dc1f Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 3 Dec 2024 15:06:52 +0800 Subject: [PATCH] chore: release v1.6.2 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- packages/devtools-kit/package.json | 2 +- packages/devtools-ui-kit/package.json | 2 +- packages/devtools-wizard/package.json | 2 +- packages/devtools/package.json | 2 +- playgrounds/empty/package.json | 2 +- playgrounds/module-starter/client/package.json | 2 +- playgrounds/module-starter/package.json | 2 +- playgrounds/module-starter/playground/package.json | 2 +- playgrounds/tab-layers/package.json | 2 +- playgrounds/tab-pinia/package.json | 2 +- playgrounds/tab-seo/package.json | 2 +- playgrounds/tab-server-route/package.json | 2 +- playgrounds/tab-timeline/package.json | 2 +- playgrounds/v4/package.json | 2 +- 16 files changed, 29 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f02ac250..1a39b8b4ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.6.2](https://github.com/nuxt/devtools/compare/v1.6.1...v1.6.2) (2024-12-03) + + +### Bug Fixes + +* add v4 compatibility version handeling for pages tab ([#758](https://github.com/nuxt/devtools/issues/758)) ([bd8651c](https://github.com/nuxt/devtools/commit/bd8651cc66d21314f101334527332759f4940035)) + + +### Features + +* support `vite-plugin-inspect` for both Vite 5 and 6 ([#757](https://github.com/nuxt/devtools/issues/757)) ([cfcbc24](https://github.com/nuxt/devtools/commit/cfcbc244bfaa3d2d0a647504b422cb35e2419026)) + + + ## [1.6.1](https://github.com/nuxt/devtools/compare/v1.6.0...v1.6.1) (2024-11-20) diff --git a/package.json b/package.json index 37609017b6..32c6ba2787 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt-devtools/monorepo", "type": "module", - "version": "1.6.1", + "version": "1.6.2", "private": true, "packageManager": "pnpm@9.14.4", "repository": { diff --git a/packages/devtools-kit/package.json b/packages/devtools-kit/package.json index 40216fdcec..692291dc3f 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.1", + "version": "1.6.2", "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 2dbf171e13..394327d4be 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.1", + "version": "1.6.2", "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 62a782e235..2f508cc632 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.1", + "version": "1.6.2", "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 3152da074d..40d4b4898d 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/devtools", "type": "module", - "version": "1.6.1", + "version": "1.6.2", "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 73a2833010..7b03232f8c 100644 --- a/playgrounds/empty/package.json +++ b/playgrounds/empty/package.json @@ -1,6 +1,6 @@ { "name": "empty", - "version": "1.6.1", + "version": "1.6.2", "private": true, "main": "nuxt.config.ts", "files": [ diff --git a/playgrounds/module-starter/client/package.json b/playgrounds/module-starter/client/package.json index 79cc63fb5d..5d4dbf8731 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.1", + "version": "1.6.2", "private": true } diff --git a/playgrounds/module-starter/package.json b/playgrounds/module-starter/package.json index 1c38d01cc4..cf20479b51 100644 --- a/playgrounds/module-starter/package.json +++ b/playgrounds/module-starter/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.6.1", + "version": "1.6.2", "private": true, "exports": { ".": { diff --git a/playgrounds/module-starter/playground/package.json b/playgrounds/module-starter/playground/package.json index d605adea9e..f8325d96e0 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.1", + "version": "1.6.2", "private": true } diff --git a/playgrounds/tab-layers/package.json b/playgrounds/tab-layers/package.json index d270075acb..f9aff4b8f2 100644 --- a/playgrounds/tab-layers/package.json +++ b/playgrounds/tab-layers/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.6.2", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-pinia/package.json b/playgrounds/tab-pinia/package.json index 77e90b6386..17e03851ee 100644 --- a/playgrounds/tab-pinia/package.json +++ b/playgrounds/tab-pinia/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.6.2", "private": true, "scripts": { "dev": "nuxi dev", diff --git a/playgrounds/tab-seo/package.json b/playgrounds/tab-seo/package.json index f542d8b504..d4fee2c8a9 100644 --- a/playgrounds/tab-seo/package.json +++ b/playgrounds/tab-seo/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.6.2", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-server-route/package.json b/playgrounds/tab-server-route/package.json index f542d8b504..d4fee2c8a9 100644 --- a/playgrounds/tab-server-route/package.json +++ b/playgrounds/tab-server-route/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.6.2", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-timeline/package.json b/playgrounds/tab-timeline/package.json index 807d4387ff..1bb6a3e320 100644 --- a/playgrounds/tab-timeline/package.json +++ b/playgrounds/tab-timeline/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.6.2", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/v4/package.json b/playgrounds/v4/package.json index d270075acb..f9aff4b8f2 100644 --- a/playgrounds/v4/package.json +++ b/playgrounds/v4/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.6.2", "private": true, "scripts": { "build": "nuxt build",