Skip to content

Commit e604d29

Browse files
committed
chore: release v0.5.1
1 parent 0e32bde commit e604d29

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [0.5.1](https://github.com/nuxt/devtools-poc/compare/v0.5.0...v0.5.1) (2023-05-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **analyze-build:** state update ([0e32bde](https://github.com/nuxt/devtools-poc/commit/0e32bdee427fdd73e449aa1cdd42955275636e21))
7+
* **plugin-metrics:** forward plugin meta ([facef7a](https://github.com/nuxt/devtools-poc/commit/facef7a35babd4009d1bcc488f8299b97ced3716))
8+
* **ui-kit:** set text prop as optional in NSectionBlock ([#241](https://github.com/nuxt/devtools-poc/issues/241)) ([16f726c](https://github.com/nuxt/devtools-poc/commit/16f726ca60697362172f8e6290dbe59bc6e6a4a1))
9+
10+
11+
### Features
12+
13+
* opt-out all experimental flag ([ff850b1](https://github.com/nuxt/devtools-poc/commit/ff850b18a223c225a022294621e2293397faf648))
14+
15+
16+
117
# [0.5.0](https://github.com/nuxt/devtools-poc/compare/v0.4.6...v0.5.0) (2023-05-18)
218

319

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

0 commit comments

Comments
 (0)