Skip to content

Commit 946dd03

Browse files
committed
chore: release v2.1.1
1 parent 15dbe6d commit 946dd03

File tree

16 files changed

+29
-15
lines changed

16 files changed

+29
-15
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.1.1](https://github.com/nuxt/devtools/compare/v2.1.0...v2.1.1) (2025-02-28)
2+
3+
4+
### Bug Fixes
5+
6+
* use shiki js engine instead of precompiled ([d018045](https://github.com/nuxt/devtools/commit/d01804526275505d387cab57ed22139f76b0f36a))
7+
8+
9+
### Features
10+
11+
* update deps ([15dbe6d](https://github.com/nuxt/devtools/commit/15dbe6d7b6d3b7183d8c009b3be3968cd663d942))
12+
13+
14+
115
# [2.1.0](https://github.com/nuxt/devtools/compare/v2.0.0...v2.1.0) (2025-02-16)
216

317

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": "2.1.0",
4+
"version": "2.1.1",
55
"private": true,
66
"packageManager": "[email protected]",
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": "2.1.0",
4+
"version": "2.1.1",
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": "2.1.0",
4+
"version": "2.1.1",
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": "2.1.0",
4+
"version": "2.1.1",
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": "2.1.0",
4+
"version": "2.1.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "empty",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
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": "2.1.0",
3+
"version": "2.1.1",
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": "2.1.0",
3+
"version": "2.1.1",
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": "2.1.0",
3+
"version": "2.1.1",
44
"private": true
55
}

0 commit comments

Comments
 (0)