Skip to content

Commit

Permalink
chore: release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 13, 2023
1 parent 310929b commit 22eae91
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.0.6](https://github.com/nuxt/devtools/compare/v1.0.5...v1.0.6) (2023-12-13)


### Bug Fixes

* improve rpc import message, close [#528](https://github.com/nuxt/devtools/issues/528) ([721dda8](https://github.com/nuxt/devtools/commit/721dda8afb10e575021c990a473943ebc92bdeb9))
* **server-routes:** improve filterByCollection for runtime routes ([#538](https://github.com/nuxt/devtools/issues/538)) ([ec144d1](https://github.com/nuxt/devtools/commit/ec144d119ace0384d3f2d52b3f087f50e9851852))
* **SideNav:** logo text color in light mode ([#537](https://github.com/nuxt/devtools/issues/537)) ([4dbe60d](https://github.com/nuxt/devtools/commit/4dbe60dce7205a72932a77754741c89fb6239002))
* stable integrations setup to have consistent plugins order ([#542](https://github.com/nuxt/devtools/issues/542)) ([310929b](https://github.com/nuxt/devtools/commit/310929bd792f039bcd71b1e9be8f032084694447))



## [1.0.5](https://github.com/nuxt/devtools/compare/v1.0.4...v1.0.5) (2023-12-07)


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.5",
"version": "1.0.6",
"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.5",
"version": "1.0.6",
"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.5",
"version": "1.0.6",
"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.5",
"version": "1.0.6",
"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.5",
"version": "1.0.6",
"license": "MIT",
"homepage": "https://devtools.nuxt.com",
"repository": {
Expand Down

0 comments on commit 22eae91

Please sign in to comment.