From 51b1990966bc917c37554f9c6d3105c768a6161a Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 10 May 2024 15:58:56 +0200 Subject: [PATCH] chore: release v1.3.1 --- 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 88c6de239..df6a114b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.3.1](https://github.com/nuxt/devtools/compare/v1.3.0...v1.3.1) (2024-05-10) + + +### Bug Fixes + +* module builder chunk path patch ([87199a1](https://github.com/nuxt/devtools/commit/87199a174ed662dffc6d1eeaa04116635576fca6)) + + + # [1.3.0](https://github.com/nuxt/devtools/compare/v1.2.0...v1.3.0) (2024-05-10) diff --git a/package.json b/package.json index 1e887e37a..857afb49a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt-devtools/monorepo", "type": "module", - "version": "1.3.0", + "version": "1.3.1", "private": true, "packageManager": "pnpm@9.1.0", "repository": { diff --git a/packages/devtools-kit/package.json b/packages/devtools-kit/package.json index c669e4cee..60c5a84e0 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.3.0", + "version": "1.3.1", "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 cf94af110..7e89c5eca 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.3.0", + "version": "1.3.1", "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 13d2f5f34..fe3d3710d 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.3.0", + "version": "1.3.1", "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 84fa975ec..d4f465a93 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/devtools", "type": "module", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "homepage": "https://devtools.nuxt.com", "repository": { diff --git a/playgrounds/empty/package.json b/playgrounds/empty/package.json index 4749791b1..0e425ab16 100644 --- a/playgrounds/empty/package.json +++ b/playgrounds/empty/package.json @@ -1,6 +1,6 @@ { "name": "empty", - "version": "1.3.0", + "version": "1.3.1", "private": true, "main": "nuxt.config.ts", "files": [ diff --git a/playgrounds/module-starter/client/package.json b/playgrounds/module-starter/client/package.json index 4e8ab0270..2e41adde2 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.3.0", + "version": "1.3.1", "private": true } diff --git a/playgrounds/module-starter/package.json b/playgrounds/module-starter/package.json index df27ce7d9..360596a20 100644 --- a/playgrounds/module-starter/package.json +++ b/playgrounds/module-starter/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.3.0", + "version": "1.3.1", "private": true, "exports": { ".": { diff --git a/playgrounds/module-starter/playground/package.json b/playgrounds/module-starter/playground/package.json index 67d33c52f..bd1eaa234 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.3.0", + "version": "1.3.1", "private": true } diff --git a/playgrounds/tab-layers/package.json b/playgrounds/tab-layers/package.json index 787bebe1a..dde0be6ae 100644 --- a/playgrounds/tab-layers/package.json +++ b/playgrounds/tab-layers/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.3.1", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-pinia/package.json b/playgrounds/tab-pinia/package.json index 91f68e0da..49d50be5f 100644 --- a/playgrounds/tab-pinia/package.json +++ b/playgrounds/tab-pinia/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.3.1", "private": true, "scripts": { "dev": "nuxi dev", diff --git a/playgrounds/tab-seo/package.json b/playgrounds/tab-seo/package.json index c1e4374f0..ec925c292 100644 --- a/playgrounds/tab-seo/package.json +++ b/playgrounds/tab-seo/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.3.1", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-server-route/package.json b/playgrounds/tab-server-route/package.json index c1e4374f0..ec925c292 100644 --- a/playgrounds/tab-server-route/package.json +++ b/playgrounds/tab-server-route/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.3.1", "private": true, "scripts": { "build": "nuxt build", diff --git a/playgrounds/tab-timeline/package.json b/playgrounds/tab-timeline/package.json index 6831403a8..c04bd8ded 100644 --- a/playgrounds/tab-timeline/package.json +++ b/playgrounds/tab-timeline/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.3.1", "private": true, "scripts": { "build": "nuxt build",