diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e9372e0..d68d90a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.2.0](https://github.com/nuxt/devtools/compare/v1.1.5...v1.2.0) (2024-04-19) + + +### Bug Fixes + +* adopt forward-compatible approach to `builder:watch` ([#637](https://github.com/nuxt/devtools/issues/637)) ([800d71f](https://github.com/nuxt/devtools/commit/800d71fd4962a0bf4357484c1fbecc6dec8a743e)) +* opt in to `import.meta.*` properties ([#635](https://github.com/nuxt/devtools/issues/635)) ([ce60ab4](https://github.com/nuxt/devtools/commit/ce60ab426ac9000f5abee741a6e3d3144f868f18)) + + + ## [1.1.5](https://github.com/nuxt/devtools/compare/v1.1.4...v1.1.5) (2024-03-28) diff --git a/package.json b/package.json index 9b01edb3b..902a3b7fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt-devtools/monorepo", "type": "module", - "version": "1.1.5", + "version": "1.2.0", "private": true, "packageManager": "pnpm@9.0.4", "repository": { diff --git a/packages/devtools-kit/package.json b/packages/devtools-kit/package.json index 2dbb3a07c..a979860ff 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.5", + "version": "1.2.0", "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 98dd3bac8..2673101b2 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.5", + "version": "1.2.0", "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 022a99f5b..7495ee072 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.5", + "version": "1.2.0", "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 751be314d..b1a41de3b 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/devtools", "type": "module", - "version": "1.1.5", + "version": "1.2.0", "license": "MIT", "homepage": "https://devtools.nuxt.com", "repository": { diff --git a/playgrounds/empty/package.json b/playgrounds/empty/package.json index 4cc9afc1c..4890465fe 100644 --- a/playgrounds/empty/package.json +++ b/playgrounds/empty/package.json @@ -1,6 +1,6 @@ { "name": "empty", - "version": "1.1.5", + "version": "1.2.0", "private": true, "main": "nuxt.config.ts", "files": [ diff --git a/playgrounds/module-starter/client/package.json b/playgrounds/module-starter/client/package.json index d2e4b7066..97c36cb96 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.5", + "version": "1.2.0", "private": true } diff --git a/playgrounds/module-starter/package.json b/playgrounds/module-starter/package.json index f95b99128..3144ba38b 100644 --- a/playgrounds/module-starter/package.json +++ b/playgrounds/module-starter/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.1.5", + "version": "1.2.0", "private": true, "exports": { ".": { diff --git a/playgrounds/module-starter/playground/package.json b/playgrounds/module-starter/playground/package.json index 90777af77..2f5517cae 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.5", + "version": "1.2.0", "private": true } diff --git a/playgrounds/tab-layers/package.json b/playgrounds/tab-layers/package.json index e50b9994e..72f35769a 100644 --- a/playgrounds/tab-layers/package.json +++ b/playgrounds/tab-layers/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.5", + "version": "1.2.0", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-pinia/package.json b/playgrounds/tab-pinia/package.json index 46698f3d8..f20ce4fd2 100644 --- a/playgrounds/tab-pinia/package.json +++ b/playgrounds/tab-pinia/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.5", + "version": "1.2.0", "private": true, "scripts": { "dev": "nuxi dev", diff --git a/playgrounds/tab-seo/package.json b/playgrounds/tab-seo/package.json index ab949a3fe..e45cbbf83 100644 --- a/playgrounds/tab-seo/package.json +++ b/playgrounds/tab-seo/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.5", + "version": "1.2.0", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-server-route/package.json b/playgrounds/tab-server-route/package.json index ab949a3fe..e45cbbf83 100644 --- a/playgrounds/tab-server-route/package.json +++ b/playgrounds/tab-server-route/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.5", + "version": "1.2.0", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-timeline/package.json b/playgrounds/tab-timeline/package.json index c7f359fbf..602f8389b 100644 --- a/playgrounds/tab-timeline/package.json +++ b/playgrounds/tab-timeline/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.5", + "version": "1.2.0", "private": true, "scripts": { "build": "nuxt build",