Skip to content

Commit 89e31e1

Browse files
committed
chore: release v1.3.9
1 parent 4188f8d commit 89e31e1

File tree

15 files changed

+26
-14
lines changed

15 files changed

+26
-14
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.3.9](https://github.com/nuxt/devtools/compare/v1.3.8...v1.3.9) (2024-07-02)
2+
3+
4+
### Bug Fixes
5+
6+
* capture for circular reference in state editor ([841fd76](https://github.com/nuxt/devtools/commit/841fd76002b3eb82871659ab57fe5ace66cd64d8))
7+
* introduce `client.revision` to trigger state editor update ([418a22e](https://github.com/nuxt/devtools/commit/418a22ed624584a25eab2ed4880147e6d572eb32))
8+
* **modules:** update compatibility check for Nuxt 3 and 4 ([#689](https://github.com/nuxt/devtools/issues/689)) ([2354da7](https://github.com/nuxt/devtools/commit/2354da79b77741893d1e35270d7406ae76cc75c7))
9+
* use `ofetch` for `fast-npm-meta` ([4188f8d](https://github.com/nuxt/devtools/commit/4188f8d3a2323873ef760aa2fe5b7b5faca22959))
10+
11+
12+
113
## [1.3.8](https://github.com/nuxt/devtools/compare/v1.3.7...v1.3.8) (2024-07-02)
214

315

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": "1.3.8",
4+
"version": "1.3.9",
55
"private": true,
66
"packageManager": "pnpm@9.4.0",
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": "1.3.8",
4+
"version": "1.3.9",
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": "1.3.8",
4+
"version": "1.3.9",
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": "1.3.8",
4+
"version": "1.3.9",
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": "1.3.8",
4+
"version": "1.3.9",
55
"license": "MIT",
66
"homepage": "https://devtools.nuxt.com",
77
"repository": {

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": "1.3.8",
3+
"version": "1.3.9",
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": "1.3.8",
3+
"version": "1.3.9",
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": "1.3.8",
3+
"version": "1.3.9",
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": "1.3.8",
3+
"version": "1.3.9",
44
"private": true
55
}

0 commit comments

Comments
 (0)