Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 11812ab

Browse filesBrowse files
committed
chore: release v2.3.1
1 parent f15c7dc commit 11812ab
Copy full SHA for 11812ab

File tree

Expand file treeCollapse file tree

16 files changed

+24
-15
lines changed
Filter options
Expand file treeCollapse file tree

16 files changed

+24
-15
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.3.1](https://github.com/nuxt/devtools/compare/v2.3.0...v2.3.1) (2025-03-20)
2+
3+
4+
### Bug Fixes
5+
6+
* downgrade `execa` to be compatible with Node v18, fix [#821](https://github.com/nuxt/devtools/issues/821) ([f15c7dc](https://github.com/nuxt/devtools/commit/f15c7dca3a7561990adcc1c9629ed844147a47d2))
7+
8+
9+
110
# [2.3.0](https://github.com/nuxt/devtools/compare/v2.2.1...v2.3.0) (2025-03-13)
211

312

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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": "2.3.0",
4+
"version": "2.3.1",
55
"private": true,
66
"packageManager": "pnpm@10.6.5",
77
"repository": {

‎packages/devtools-kit/package.json

Copy file name to clipboardExpand all lines: packages/devtools-kit/package.json
+1-1Lines 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": "2.3.0",
4+
"version": "2.3.1",
55
"license": "MIT",
66
"homepage": "https://devtools.nuxt.com/module/utils-kit",
77
"repository": {

‎packages/devtools-ui-kit/package.json

Copy file name to clipboardExpand all lines: packages/devtools-ui-kit/package.json
+1-1Lines 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": "2.3.0",
4+
"version": "2.3.1",
55
"license": "MIT",
66
"homepage": "https://devtools.nuxt.com/module/ui-kit",
77
"repository": {

‎packages/devtools-wizard/package.json

Copy file name to clipboardExpand all lines: packages/devtools-wizard/package.json
+1-1Lines 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": "2.3.0",
4+
"version": "2.3.1",
55
"description": "CLI Wizard to toggle Nuxt DevTools",
66
"license": "MIT",
77
"homepage": "https://devtools.nuxt.com",

‎packages/devtools/package.json

Copy file name to clipboardExpand all lines: packages/devtools/package.json
+1-1Lines 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": "2.3.0",
4+
"version": "2.3.1",
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

Copy file name to clipboardExpand all lines: playgrounds/empty/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "empty",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"private": true,
55
"main": "nuxt.config.ts",
66
"files": [
+1-1Lines 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": "2.3.0",
3+
"version": "2.3.1",
44
"private": true
55
}

‎playgrounds/module-starter/package.json

Copy file name to clipboardExpand all lines: playgrounds/module-starter/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"private": true,
55
"exports": {
66
".": {
+1-1Lines 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": "2.3.0",
3+
"version": "2.3.1",
44
"private": true
55
}

‎playgrounds/tab-layers/package.json

Copy file name to clipboardExpand all lines: playgrounds/tab-layers/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.0",
2+
"version": "2.3.1",
33
"private": true,
44
"scripts": {
55
"build": "nuxt build",

‎playgrounds/tab-pinia/package.json

Copy file name to clipboardExpand all lines: playgrounds/tab-pinia/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.0",
2+
"version": "2.3.1",
33
"private": true,
44
"scripts": {
55
"dev": "nuxi dev",

‎playgrounds/tab-seo/package.json

Copy file name to clipboardExpand all lines: playgrounds/tab-seo/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.0",
2+
"version": "2.3.1",
33
"private": true,
44
"scripts": {
55
"build": "nuxt build",

‎playgrounds/tab-server-route/package.json

Copy file name to clipboardExpand all lines: playgrounds/tab-server-route/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.0",
2+
"version": "2.3.1",
33
"private": true,
44
"scripts": {
55
"build": "nuxt build",

‎playgrounds/tab-timeline/package.json

Copy file name to clipboardExpand all lines: playgrounds/tab-timeline/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.0",
2+
"version": "2.3.1",
33
"private": true,
44
"scripts": {
55
"build": "nuxt build",

‎playgrounds/v4/package.json

Copy file name to clipboardExpand all lines: playgrounds/v4/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.0",
2+
"version": "2.3.1",
33
"private": true,
44
"scripts": {
55
"build": "nuxt build",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.