Skip to content

Commit

Permalink
chore: release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 11, 2023
1 parent 49a3947 commit 999b2a1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.0.2](https://github.com/nuxt/devtools/compare/v1.0.1...v1.0.2) (2023-11-11)


### Bug Fixes

* 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))
* **timeline:** do not inject for macro module, close [#507](https://github.com/nuxt/devtools/issues/507) ([923edaf](https://github.com/nuxt/devtools/commit/923edafd3118aeb71971e91f3180cbc427d0c8f8))



## [1.0.1](https://github.com/nuxt/devtools/compare/v1.0.0...v1.0.1) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt-devtools/monorepo",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"packageManager": "[email protected]",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt/devtools-kit",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"homepage": "https://devtools.nuxt.com/module/utils-kit",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt/devtools-ui-kit",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"homepage": "https://devtools.nuxt.com/module/ui-kit",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-wizard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt/devtools-wizard",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"description": "CLI Wizard to toggle Nuxt DevTools",
"license": "MIT",
"homepage": "https://devtools.nuxt.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt/devtools",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"homepage": "https://devtools.nuxt.com",
"repository": {
Expand Down

0 comments on commit 999b2a1

Please sign in to comment.