Skip to content

Commit 22eae91

Browse files
committed
chore: release v1.0.6
1 parent 310929b commit 22eae91

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.0.6](https://github.com/nuxt/devtools/compare/v1.0.5...v1.0.6) (2023-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* improve rpc import message, close [#528](https://github.com/nuxt/devtools/issues/528) ([721dda8](https://github.com/nuxt/devtools/commit/721dda8afb10e575021c990a473943ebc92bdeb9))
7+
* **server-routes:** improve filterByCollection for runtime routes ([#538](https://github.com/nuxt/devtools/issues/538)) ([ec144d1](https://github.com/nuxt/devtools/commit/ec144d119ace0384d3f2d52b3f087f50e9851852))
8+
* **SideNav:** logo text color in light mode ([#537](https://github.com/nuxt/devtools/issues/537)) ([4dbe60d](https://github.com/nuxt/devtools/commit/4dbe60dce7205a72932a77754741c89fb6239002))
9+
* stable integrations setup to have consistent plugins order ([#542](https://github.com/nuxt/devtools/issues/542)) ([310929b](https://github.com/nuxt/devtools/commit/310929bd792f039bcd71b1e9be8f032084694447))
10+
11+
12+
113
## [1.0.5](https://github.com/nuxt/devtools/compare/v1.0.4...v1.0.5) (2023-12-07)
214

315

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

0 commit comments

Comments
 (0)