Skip to content

Commit 77ef5ce

Browse files
committed
chore: release v2.4.0
1 parent 0e07e8e commit 77ef5ce

File tree

16 files changed

+27
-15
lines changed

16 files changed

+27
-15
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.4.0](https://github.com/nuxt/devtools/compare/v2.3.2...v2.4.0) (2025-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **devtools-kit:** fix `useDevtoolsClient` return type ([#845](https://github.com/nuxt/devtools/issues/845)) ([5ce9b47](https://github.com/nuxt/devtools/commit/5ce9b4712720c554ff74c29bf04a455ed8fe7ec7))
7+
* module setup times are multiplied by 1000 ([#838](https://github.com/nuxt/devtools/issues/838)) ([d16aa96](https://github.com/nuxt/devtools/commit/d16aa960724ef8aed0e97519d9fa316a990d930e))
8+
* **ui-kit:** add `[@unocss-include](https://github.com/unocss-include)` magic string in NButton ([#852](https://github.com/nuxt/devtools/issues/852)) ([f18de78](https://github.com/nuxt/devtools/commit/f18de7840d9e5e199355fb630964c928b27dfb93))
9+
* watch() typeof check on array is always false ([#850](https://github.com/nuxt/devtools/issues/850)) ([a873199](https://github.com/nuxt/devtools/commit/a873199ba3c3981a7eeab93c3ad6e5a13abf1352))
10+
11+
12+
113
## [2.3.2](https://github.com/nuxt/devtools/compare/v2.3.1...v2.3.2) (2025-03-26)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt-devtools/monorepo",
33
"type": "module",
4-
"version": "2.3.2",
4+
"version": "2.4.0",
55
"private": true,
66
"packageManager": "[email protected]",
77
"repository": {

packages/devtools-kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/devtools-kit",
33
"type": "module",
4-
"version": "2.3.2",
4+
"version": "2.4.0",
55
"license": "MIT",
66
"homepage": "https://devtools.nuxt.com/module/utils-kit",
77
"repository": {

packages/devtools-ui-kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/devtools-ui-kit",
33
"type": "module",
4-
"version": "2.3.2",
4+
"version": "2.4.0",
55
"license": "MIT",
66
"homepage": "https://devtools.nuxt.com/module/ui-kit",
77
"repository": {

packages/devtools-wizard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/devtools-wizard",
33
"type": "module",
4-
"version": "2.3.2",
4+
"version": "2.4.0",
55
"description": "CLI Wizard to toggle Nuxt DevTools",
66
"license": "MIT",
77
"homepage": "https://devtools.nuxt.com",

packages/devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/devtools",
33
"type": "module",
4-
"version": "2.3.2",
4+
"version": "2.4.0",
55
"description": "The Nuxt DevTools gives you insights and transparency about your Nuxt App.",
66
"license": "MIT",
77
"homepage": "https://devtools.nuxt.com",

playgrounds/empty/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "empty",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"private": true,
55
"main": "nuxt.config.ts",
66
"files": [
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "my-module-client",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"private": true
55
}

playgrounds/module-starter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"private": true,
55
"exports": {
66
".": {
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "my-module-playground",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"private": true
55
}

playgrounds/tab-layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.2",
2+
"version": "2.4.0",
33
"private": true,
44
"scripts": {
55
"build": "nuxt build",

playgrounds/tab-pinia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.2",
2+
"version": "2.4.0",
33
"private": true,
44
"scripts": {
55
"dev": "nuxi dev",

playgrounds/tab-seo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.2",
2+
"version": "2.4.0",
33
"private": true,
44
"scripts": {
55
"build": "nuxt build",

playgrounds/tab-server-route/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.2",
2+
"version": "2.4.0",
33
"private": true,
44
"scripts": {
55
"build": "nuxt build",

playgrounds/tab-timeline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.2",
2+
"version": "2.4.0",
33
"private": true,
44
"scripts": {
55
"build": "nuxt build",

playgrounds/v4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.2",
2+
"version": "2.4.0",
33
"private": true,
44
"scripts": {
55
"build": "nuxt build",

0 commit comments

Comments
 (0)