Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 999b2a1

Browse files
committed
chore: release v1.0.2
1 parent 49a3947 commit 999b2a1

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.0.2](https://github.com/nuxt/devtools/compare/v1.0.1...v1.0.2) (2023-11-11)
2+
3+
4+
### Bug Fixes
5+
6+
* do not show false connecting overlay on legacy Vite, close [#497](https://github.com/nuxt/devtools/issues/497) ([a48c248](https://github.com/nuxt/devtools/commit/a48c2488c6f563212257fd144cf338b9b54ec091))
7+
* **timeline:** do not inject for macro module, close [#507](https://github.com/nuxt/devtools/issues/507) ([923edaf](https://github.com/nuxt/devtools/commit/923edafd3118aeb71971e91f3180cbc427d0c8f8))
8+
9+
10+
111
## [1.0.1](https://github.com/nuxt/devtools/compare/v1.0.0...v1.0.1) (2023-11-09)
212

313

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.0.1",
4+
"version": "1.0.2",
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": "1.0.1",
4+
"version": "1.0.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": "1.0.1",
4+
"version": "1.0.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": "1.0.1",
4+
"version": "1.0.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": "1.0.1",
4+
"version": "1.0.2",
55
"license": "MIT",
66
"homepage": "https://devtools.nuxt.com",
77
"repository": {

0 commit comments

Comments
 (0)