diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b9b7b504..3b4e84f632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.1.4](https://github.com/nuxt/devtools/compare/v1.1.3...v1.1.4) (2024-03-26) + + +### Bug Fixes + +* update vue devtools applet ([5163c0d](https://github.com/nuxt/devtools/commit/5163c0de4cc9ba3e9ad75adb686852d65ffdf29e)) +* vite-inspect iframe url ([#633](https://github.com/nuxt/devtools/issues/633)) ([2c942e5](https://github.com/nuxt/devtools/commit/2c942e59a664204b9a16acfd086c60588f1e3b4a)) + + + ## [1.1.3](https://github.com/nuxt/devtools/compare/v1.1.2...v1.1.3) (2024-03-21) diff --git a/package.json b/package.json index 07e01c026e..44945d196e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt-devtools/monorepo", "type": "module", - "version": "1.1.3", + "version": "1.1.4", "private": true, "packageManager": "pnpm@8.15.5", "repository": { diff --git a/packages/devtools-kit/package.json b/packages/devtools-kit/package.json index 679ddb492e..68bac76f4e 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.1.3", + "version": "1.1.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 43d4f70ab3..5888da1df0 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.1.3", + "version": "1.1.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 f1a8fcf69a..11744e0d14 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.1.3", + "version": "1.1.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 538e4d63dd..80026bc226 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/devtools", "type": "module", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "homepage": "https://devtools.nuxt.com", "repository": { diff --git a/playgrounds/empty/package.json b/playgrounds/empty/package.json index 46dacee20b..37e99597e7 100644 --- a/playgrounds/empty/package.json +++ b/playgrounds/empty/package.json @@ -1,6 +1,6 @@ { "name": "empty", - "version": "1.1.3", + "version": "1.1.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 79cb0f6d39..ad1cf34ab7 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.1.3", + "version": "1.1.4", "private": true } diff --git a/playgrounds/module-starter/package.json b/playgrounds/module-starter/package.json index 51580fcc27..c1cc39d0d7 100644 --- a/playgrounds/module-starter/package.json +++ b/playgrounds/module-starter/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.1.3", + "version": "1.1.4", "private": true, "exports": { ".": { diff --git a/playgrounds/module-starter/playground/package.json b/playgrounds/module-starter/playground/package.json index 7bc3b46345..abc7191d70 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.1.3", + "version": "1.1.4", "private": true } diff --git a/playgrounds/tab-layers/package.json b/playgrounds/tab-layers/package.json index d492a1f279..9c7da97492 100644 --- a/playgrounds/tab-layers/package.json +++ b/playgrounds/tab-layers/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.3", + "version": "1.1.4", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-pinia/package.json b/playgrounds/tab-pinia/package.json index f1c17445ab..8073511505 100644 --- a/playgrounds/tab-pinia/package.json +++ b/playgrounds/tab-pinia/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.3", + "version": "1.1.4", "private": true, "scripts": { "dev": "nuxi dev", diff --git a/playgrounds/tab-seo/package.json b/playgrounds/tab-seo/package.json index af27f1aa34..e7d148aeb6 100644 --- a/playgrounds/tab-seo/package.json +++ b/playgrounds/tab-seo/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.3", + "version": "1.1.4", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-server-route/package.json b/playgrounds/tab-server-route/package.json index af27f1aa34..e7d148aeb6 100644 --- a/playgrounds/tab-server-route/package.json +++ b/playgrounds/tab-server-route/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.3", + "version": "1.1.4", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-timeline/package.json b/playgrounds/tab-timeline/package.json index 24ff114f4b..280a970917 100644 --- a/playgrounds/tab-timeline/package.json +++ b/playgrounds/tab-timeline/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.3", + "version": "1.1.4", "private": true, "scripts": { "build": "nuxt build",