Skip to content

Commit

Permalink
chore: release v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 1, 2023
1 parent b78d04f commit 8ee0ae3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.7.4](https://github.com/nuxt/devtools/compare/v0.7.3...v0.7.4) (2023-08-01)


### Bug Fixes

* find vite client path automatically, close [#352](https://github.com/nuxt/devtools/issues/352) ([b78d04f](https://github.com/nuxt/devtools/commit/b78d04f43ac5929047b5eb9e7db922b870e57777))



## [0.7.3](https://github.com/nuxt/devtools/compare/v0.7.2...v0.7.3) (2023-08-01)


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": "0.7.3",
"version": "0.7.4",
"private": true,
"packageManager": "[email protected]",
"scripts": {
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": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"repository": "nuxt/devtools",
"exports": {
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": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"repository": "nuxt/devtools",
"exports": {
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": "0.7.3",
"version": "0.7.4",
"description": "CLI Wizard to toggle Nuxt DevTools",
"license": "MIT",
"repository": "nuxt/devtools",
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": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"repository": "nuxt/devtools",
"exports": {
Expand Down

0 comments on commit 8ee0ae3

Please sign in to comment.