From 7e973ba43e03ed4683e9c88198d029cbfc136fe0 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 19 Apr 2024 12:14:56 +0200 Subject: [PATCH] chore: release v1.2.0 --- CHANGELOG.md | 10 ++++++++++ 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 +- 15 files changed, 24 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e9372e0c..d68d90a5c8 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 9b01edb3b4..902a3b7fec 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 2dbb3a07c7..a979860ff2 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 98dd3bac88..2673101b21 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 022a99f5b5..7495ee0722 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 751be314d7..b1a41de3bd 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 4cc9afc1c6..4890465fe2 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 d2e4b70669..97c36cb963 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 f95b991283..3144ba38ba 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 90777af771..2f5517caea 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 e50b9994eb..72f35769a8 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 46698f3d81..f20ce4fd2d 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 ab949a3fe1..e45cbbf834 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 ab949a3fe1..e45cbbf834 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 c7f359fbfd..602f8389b8 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",