Skip to content

Commit 5344c1d

Browse files
committed
chore: release v0.5.0
1 parent 31c92f5 commit 5344c1d

File tree

6 files changed

+42
-5
lines changed

6 files changed

+42
-5
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# [0.5.0](https://github.com/nuxt/devtools-poc/compare/v0.4.6...v0.5.0) (2023-05-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **build-analyze:** improve ui ([bd263ee](https://github.com/nuxt/devtools-poc/commit/bd263ee2fd0c3bd12cc74647fee8e5175313b1b7))
7+
* **components:** improve graph relationship filtering, close [#192](https://github.com/nuxt/devtools-poc/issues/192) ([c27f80b](https://github.com/nuxt/devtools-poc/commit/c27f80b771ef6f05be502f620a3779b72a2126d6))
8+
* debounce disconnect indicator ([895e6e3](https://github.com/nuxt/devtools-poc/commit/895e6e30a3d3715985fde43a40078322015d9ac6))
9+
* **devtools-ui-kit:** update unocss config path ([#238](https://github.com/nuxt/devtools-poc/issues/238)) ([5162bdd](https://github.com/nuxt/devtools-poc/commit/5162bddb0c2908521237cf2186754aa04079f4b5))
10+
* double disable vue-inspector ([9dc0694](https://github.com/nuxt/devtools-poc/commit/9dc0694fccd388c947314386fabc3ed4484dee88))
11+
* improve module meta resolution ([7dc3d93](https://github.com/nuxt/devtools-poc/commit/7dc3d9302d2a79f45b1d470ce4e797ae37e82e99))
12+
* **install-module:** process exit code ([8c8097e](https://github.com/nuxt/devtools-poc/commit/8c8097e9d350990a675f689403177c03902493f9))
13+
* **open-graph:** avoid layout shift ([4b1eb2c](https://github.com/nuxt/devtools-poc/commit/4b1eb2ce246662687d39ddf72e58de98c5223ce0))
14+
* **open-graph:** use `description` for facebook ([#239](https://github.com/nuxt/devtools-poc/issues/239)) ([31c92f5](https://github.com/nuxt/devtools-poc/commit/31c92f5fe64cdb6094b5702b00086e3da4ab5552))
15+
* print error on process failing ([37f690b](https://github.com/nuxt/devtools-poc/commit/37f690b09a3bffb13186c79bb55ef85bf49cbc2b))
16+
* **style:** switch, radio, checkbox hover style ([#230](https://github.com/nuxt/devtools-poc/issues/230)) ([97f5b1a](https://github.com/nuxt/devtools-poc/commit/97f5b1a33a4c1e0601f48aaf56bdcf819040695f))
17+
* uninstall modules ([#229](https://github.com/nuxt/devtools-poc/issues/229)) ([f7db6a2](https://github.com/nuxt/devtools-poc/commit/f7db6a2f703020f9e694a6c508dccd0a0661a3b1))
18+
19+
20+
### Features
21+
22+
* add component inspect button to the sidebar ([512d852](https://github.com/nuxt/devtools-poc/commit/512d852e0a8eda5350e960a1edd2af9b47bb9312))
23+
* add dark/light mode switch transition ([#224](https://github.com/nuxt/devtools-poc/issues/224)) ([782e0da](https://github.com/nuxt/devtools-poc/commit/782e0da516a8a3c84142452689d59dbaff492be2))
24+
* allow override vue-inspector options, close [#234](https://github.com/nuxt/devtools-poc/issues/234) ([3311f11](https://github.com/nuxt/devtools-poc/commit/3311f11b7e1393cdab8a01cf647c86a6a79c584b))
25+
* **components:** add legend for graph ([de6a97d](https://github.com/nuxt/devtools-poc/commit/de6a97db587921eee346974c6d2275c540033e4a))
26+
* display vue version, close [#236](https://github.com/nuxt/devtools-poc/issues/236) ([83b775a](https://github.com/nuxt/devtools-poc/commit/83b775aa80eb4cfc335c7fe69587494be9fee7c8))
27+
* experimental add module from DevTools ([#222](https://github.com/nuxt/devtools-poc/issues/222)) ([501682b](https://github.com/nuxt/devtools-poc/commit/501682bd888c224095812572a7a60b972d1707b9))
28+
* experimental build analyze ([#190](https://github.com/nuxt/devtools-poc/issues/190)) ([2344afd](https://github.com/nuxt/devtools-poc/commit/2344afd236634bff6ef6e784ab1d71f7ec25787a))
29+
* isolate ui options per-project ([#232](https://github.com/nuxt/devtools-poc/issues/232)) ([3b99477](https://github.com/nuxt/devtools-poc/commit/3b994779aed3556523ab36cc8b6d062ea36995a5))
30+
* **open-graph:** use `useSeoMeta` over `useHead` ([f7d11ee](https://github.com/nuxt/devtools-poc/commit/f7d11ee39f97baa9f6a3793aa8e7c329d0f19e94))
31+
* refactor components, close [#227](https://github.com/nuxt/devtools-poc/issues/227) ([0caa4de](https://github.com/nuxt/devtools-poc/commit/0caa4deefc41cd5bb9b79500644f7972cce7fb5d))
32+
* **server-routes:** rolling out of experiment state ([ed87dfd](https://github.com/nuxt/devtools-poc/commit/ed87dfd86c5fb1b3ff959d5a462e2b70ce6b43ff))
33+
* sidenav overflow as popup ([da6c29f](https://github.com/nuxt/devtools-poc/commit/da6c29f37e3850f923b0b87291840f9b77be6bd3))
34+
* **ui:** fullscreen disconnect indicator ([a158b1b](https://github.com/nuxt/devtools-poc/commit/a158b1bcdbdc216644d4a25463cb3e434986c071))
35+
36+
37+
138
## [0.4.6](https://github.com/nuxt/devtools-poc/compare/v0.4.5...v0.4.6) (2023-05-08)
239

340

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.6",
2+
"version": "0.5.0",
33
"private": false,
44
"packageManager": "pnpm@8.5.1",
55
"scripts": {

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": "0.4.6",
4+
"version": "0.5.0",
55
"license": "MIT",
66
"repository": "nuxt/devtools",
77
"exports": {

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": "0.4.6",
4+
"version": "0.5.0",
55
"license": "MIT",
66
"repository": "nuxt/devtools",
77
"exports": {

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": "0.4.6",
4+
"version": "0.5.0",
55
"description": "CLI Wizard to toggle Nuxt DevTools",
66
"license": "MIT",
77
"repository": "nuxt/devtools",

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": "0.4.6",
4+
"version": "0.5.0",
55
"license": "MIT",
66
"repository": "nuxt/devtools",
77
"exports": {

0 commit comments

Comments
 (0)