Skip to content

Commit b35ebb0

Browse files
committed
chore: release v0.4.6
1 parent b94de30 commit b35ebb0

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [0.4.6](https://github.com/nuxt/devtools-poc/compare/v0.4.5...v0.4.6) (2023-05-08)
2+
3+
4+
### Bug Fixes
5+
6+
* default state of DockingPanel ([a009866](https://github.com/nuxt/devtools-poc/commit/a0098669a2ea85f7917816b251f4cbd5e7b712c6))
7+
* DockingPanel clickoutside on iframe ([#211](https://github.com/nuxt/devtools-poc/issues/211)) ([afdaa5b](https://github.com/nuxt/devtools-poc/commit/afdaa5bca5eaa4ff2e85f9313414b9409122cab5))
8+
* fix shortcut to togglePanel ([#212](https://github.com/nuxt/devtools-poc/issues/212)) ([e64dbcd](https://github.com/nuxt/devtools-poc/commit/e64dbcd31ea1aa50d72bac9cec958e0159da6226))
9+
* nitro storage link ([#220](https://github.com/nuxt/devtools-poc/issues/220)) ([ddd2e41](https://github.com/nuxt/devtools-poc/commit/ddd2e41d7c0e40b222725fb69a1499293e57baa2))
10+
11+
12+
### Features
13+
14+
* add open graph tab ([#209](https://github.com/nuxt/devtools-poc/issues/209)) ([b94de30](https://github.com/nuxt/devtools-poc/commit/b94de302a123d5ccc6b7ef319a25b154ba22953a))
15+
* allow iframe permissions ([#215](https://github.com/nuxt/devtools-poc/issues/215)) ([44fce14](https://github.com/nuxt/devtools-poc/commit/44fce1450374f5ddfe68cb22258105b808b743c9))
16+
17+
18+
119
## [0.4.5](https://github.com/nuxt/devtools-poc/compare/v0.4.4...v0.4.5) (2023-04-30)
220

321

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.5",
2+
"version": "0.4.6",
33
"private": false,
44
"packageManager": "pnpm@8.4.0",
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.5",
4+
"version": "0.4.6",
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.5",
4+
"version": "0.4.6",
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.5",
4+
"version": "0.4.6",
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.5",
4+
"version": "0.4.6",
55
"license": "MIT",
66
"repository": "nuxt/devtools",
77
"exports": {

0 commit comments

Comments
 (0)