Skip to content

Commit

Permalink
chore: release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 23, 2023
1 parent f1c5c9e commit f3920c0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.7.1](https://github.com/nuxt/devtools/compare/v0.7.0...v0.7.1) (2023-07-23)


### Bug Fixes

* **kit:** broken types for `useDevtoolsClient()` ([#340](https://github.com/nuxt/devtools/issues/340)) ([934b1d4](https://github.com/nuxt/devtools/commit/934b1d42930c45cbaea70a66de8100d43821b386))
* **kit:** types for `renderCodeHighlight` ([#341](https://github.com/nuxt/devtools/issues/341)) ([d4e1541](https://github.com/nuxt/devtools/commit/d4e1541a48e09f595cfd9320d8f30e243cec7d0e))


### Features

* **server-routes:** add cookies tab ([#338](https://github.com/nuxt/devtools/issues/338)) ([33e1417](https://github.com/nuxt/devtools/commit/33e1417ce85c90b146b2abf8b221edf30840b736))



# [0.7.0](https://github.com/nuxt/devtools/compare/v0.6.7...v0.7.0) (2023-07-20)


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.0",
"version": "0.7.1",
"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.0",
"version": "0.7.1",
"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.0",
"version": "0.7.1",
"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.0",
"version": "0.7.1",
"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.0",
"version": "0.7.1",
"license": "MIT",
"repository": "nuxt/devtools",
"exports": {
Expand Down

0 comments on commit f3920c0

Please sign in to comment.