From 6832cdfbba339d6f4b4b4003f46f4e683e3d3328 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 28 Mar 2024 09:09:54 +0100 Subject: [PATCH] chore: release v1.1.5 --- CHANGELOG.md | 9 +++++++++ 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, 23 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b4e84f632..d5e9372e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.5](https://github.com/nuxt/devtools/compare/v1.1.4...v1.1.5) (2024-03-28) + + +### Features + +* update `@vue/devtools-applet`, fix [#640](https://github.com/nuxt/devtools/issues/640) ([cbb711d](https://github.com/nuxt/devtools/commit/cbb711d1d56ff27bb78055945267c05ad8cc7328)) + + + ## [1.1.4](https://github.com/nuxt/devtools/compare/v1.1.3...v1.1.4) (2024-03-26) diff --git a/package.json b/package.json index eef8187028..f097ea3679 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt-devtools/monorepo", "type": "module", - "version": "1.1.4", + "version": "1.1.5", "private": true, "packageManager": "pnpm@8.15.5", "repository": { diff --git a/packages/devtools-kit/package.json b/packages/devtools-kit/package.json index 68bac76f4e..4abf420784 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.4", + "version": "1.1.5", "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 ffc878f922..cd33c2fb1e 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.4", + "version": "1.1.5", "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 11744e0d14..3976664cdb 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.4", + "version": "1.1.5", "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 0016df2a5b..ab0162fad5 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/devtools", "type": "module", - "version": "1.1.4", + "version": "1.1.5", "license": "MIT", "homepage": "https://devtools.nuxt.com", "repository": { diff --git a/playgrounds/empty/package.json b/playgrounds/empty/package.json index 37e99597e7..a1a71b74fe 100644 --- a/playgrounds/empty/package.json +++ b/playgrounds/empty/package.json @@ -1,6 +1,6 @@ { "name": "empty", - "version": "1.1.4", + "version": "1.1.5", "private": true, "main": "nuxt.config.ts", "files": [ diff --git a/playgrounds/module-starter/client/package.json b/playgrounds/module-starter/client/package.json index ad1cf34ab7..d2e4b70669 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.4", + "version": "1.1.5", "private": true } diff --git a/playgrounds/module-starter/package.json b/playgrounds/module-starter/package.json index c1cc39d0d7..ec6f63e604 100644 --- a/playgrounds/module-starter/package.json +++ b/playgrounds/module-starter/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.1.4", + "version": "1.1.5", "private": true, "exports": { ".": { diff --git a/playgrounds/module-starter/playground/package.json b/playgrounds/module-starter/playground/package.json index abc7191d70..90777af771 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.4", + "version": "1.1.5", "private": true } diff --git a/playgrounds/tab-layers/package.json b/playgrounds/tab-layers/package.json index 9c7da97492..e50b9994eb 100644 --- a/playgrounds/tab-layers/package.json +++ b/playgrounds/tab-layers/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.4", + "version": "1.1.5", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-pinia/package.json b/playgrounds/tab-pinia/package.json index 8073511505..ebb89717ba 100644 --- a/playgrounds/tab-pinia/package.json +++ b/playgrounds/tab-pinia/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.4", + "version": "1.1.5", "private": true, "scripts": { "dev": "nuxi dev", diff --git a/playgrounds/tab-seo/package.json b/playgrounds/tab-seo/package.json index e7d148aeb6..fe0f459cfa 100644 --- a/playgrounds/tab-seo/package.json +++ b/playgrounds/tab-seo/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.4", + "version": "1.1.5", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-server-route/package.json b/playgrounds/tab-server-route/package.json index e7d148aeb6..fe0f459cfa 100644 --- a/playgrounds/tab-server-route/package.json +++ b/playgrounds/tab-server-route/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.4", + "version": "1.1.5", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-timeline/package.json b/playgrounds/tab-timeline/package.json index 280a970917..7bc1efa283 100644 --- a/playgrounds/tab-timeline/package.json +++ b/playgrounds/tab-timeline/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.4", + "version": "1.1.5", "private": true, "scripts": { "build": "nuxt build",