Skip to content

Commit 2184f7b

Browse files
committed
chore: release v0.5.5
1 parent c86697e commit 2184f7b

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.5.5](https://github.com/nuxt/devtools-poc/compare/v0.5.4...v0.5.5) (2023-05-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **command-palette:** avoid key conflicts ([c86697e](https://github.com/nuxt/devtools-poc/commit/c86697ee29324b8809f4b041891c628829f001c7))
7+
* **CommandPalette:** fix item scroll ([#246](https://github.com/nuxt/devtools-poc/issues/246)) ([9aa13f6](https://github.com/nuxt/devtools-poc/commit/9aa13f6966b1b6b2b260cc87b5065e60c41762a7))
8+
* **pages:** route parsing ([d525412](https://github.com/nuxt/devtools-poc/commit/d525412b81f3f3b08a28a1c94b37fd080e02eb39))
9+
10+
11+
112
## [0.5.4](https://github.com/nuxt/devtools-poc/compare/v0.5.3...v0.5.4) (2023-05-24)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.5.4",
2+
"version": "0.5.5",
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.5.4",
4+
"version": "0.5.5",
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.5.4",
4+
"version": "0.5.5",
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.5.4",
4+
"version": "0.5.5",
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.5.4",
4+
"version": "0.5.5",
55
"license": "MIT",
66
"repository": "nuxt/devtools",
77
"exports": {

0 commit comments

Comments
 (0)