Skip to content

Commit f0ee75a

Browse files
committed
chore: release v3.2.2
1 parent be7eab5 commit f0ee75a

16 files changed

Lines changed: 31 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [3.2.2](https://github.com/nuxt/devtools/compare/v3.2.1...v3.2.2) (2026-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* attributes error penetration warning ([#930](https://github.com/nuxt/devtools/issues/930)) ([706a760](https://github.com/nuxt/devtools/commit/706a76055afcaa9258f2e8576917086800e13922))
7+
* **devtools:** scope storage watchers to avoid EMFILE ([#934](https://github.com/nuxt/devtools/issues/934)) ([902c60c](https://github.com/nuxt/devtools/commit/902c60cb9d77802a0ed59c39584f27728d39e218))
8+
* **wizard:** typos ([#931](https://github.com/nuxt/devtools/issues/931)) ([0216c08](https://github.com/nuxt/devtools/commit/0216c08694fa78b3e338421a6f575c2bd46bbb35))
9+
10+
11+
### Features
12+
13+
* replace `prompts` with `@clack/prompts` ([#935](https://github.com/nuxt/devtools/issues/935)) ([1aa3d2d](https://github.com/nuxt/devtools/commit/1aa3d2db4e9753cf976a1ca19761413f933f10fe))
14+
15+
16+
117
## [3.2.1](https://github.com/nuxt/devtools/compare/v3.2.0...v3.2.1) (2026-02-12)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt-devtools/monorepo",
33
"type": "module",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"private": true,
66
"packageManager": "pnpm@10.30.2",
77
"repository": {

packages/devtools-kit/package.json

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

packages/devtools-ui-kit/package.json

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

packages/devtools-wizard/package.json

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

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/devtools",
33
"type": "module",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
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

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

playgrounds/module-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"private": true,
55
"exports": {
66
".": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "my-module-playground",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"private": true
55
}

0 commit comments

Comments
 (0)