From 7b6cfa6c7d56aecfc5b49cb2fc43834dc0d63af5 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 28 Feb 2023 20:56:45 +0100 Subject: [PATCH] chore: release v0.2.5 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- packages/devtools-ui-kit/package.json | 2 +- packages/devtools/package.json | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 805d60e22b..ff3a47ea49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## [0.2.5](https://github.com/nuxt/devtools-poc/compare/v0.2.4...v0.2.5) (2023-02-28) + + +### Bug Fixes + +* **client:** make iframe-client reactive ([7f1df2c](https://github.com/nuxt/devtools-poc/commit/7f1df2caa0f204d1be63dcb47ebf1163c7bc98da)) +* **client:** make ws connection non-blocking ([6ed46e0](https://github.com/nuxt/devtools-poc/commit/6ed46e0542aea839f8d0eaac5fa27b020b12fbd7)) +* deprioritize `runtime` categoray in components ([14d3857](https://github.com/nuxt/devtools-poc/commit/14d38572969a32cbd644dfa0466cd9e165da746f)) +* filter out lazy runtime component ([507cae2](https://github.com/nuxt/devtools-poc/commit/507cae280da29dbb4ae507a5d299910e69a67c96)) +* **ui-kit:** make make code block reactive to color mode ([2c530d8](https://github.com/nuxt/devtools-poc/commit/2c530d81d16ff0ddbe0137f0737fd67786515e3f)) +* **ui-kit:** runtime utils reference ([2111622](https://github.com/nuxt/devtools-poc/commit/211162226e9c879f9345423a7a0d9d522abf3798)) + + +### Features + +* add storage tab ([#100](https://github.com/nuxt/devtools-poc/issues/100)) ([c153313](https://github.com/nuxt/devtools-poc/commit/c15331343b6ffac0cb1e82a4d7abdd232155e100)) +* disconnect indicator ([579e091](https://github.com/nuxt/devtools-poc/commit/579e09143c364a39a4202aa010522509ff7e9fef)) +* extract resize panel ([a30ea5f](https://github.com/nuxt/devtools-poc/commit/a30ea5f4ba4981f42c52cf0fc093c3939d8cc631)) +* **ui-kit:** introduce `NCodeBlock` and `NMarkdown` components ([f9a4f4b](https://github.com/nuxt/devtools-poc/commit/f9a4f4b04b5ec8354df5f2c4cc70f93659396d56)) + + + ## [0.2.4](https://github.com/nuxt/devtools-poc/compare/v0.2.3...v0.2.4) (2023-02-28) diff --git a/package.json b/package.json index 0abdfaa88b..b6eedb81c8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.4", + "version": "0.2.5", "private": false, "packageManager": "pnpm@7.27.1", "scripts": { diff --git a/packages/devtools-ui-kit/package.json b/packages/devtools-ui-kit/package.json index c1df6bcbe8..3026bb6b0a 100644 --- a/packages/devtools-ui-kit/package.json +++ b/packages/devtools-ui-kit/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/devtools-ui-kit", "type": "module", - "version": "0.2.4", + "version": "0.2.5", "license": "MIT", "repository": "nuxt/devtools", "exports": { diff --git a/packages/devtools/package.json b/packages/devtools/package.json index d8b64fd2c2..afc0bd4864 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/devtools", "type": "module", - "version": "0.2.4", + "version": "0.2.5", "license": "MIT", "repository": "nuxt/devtools", "exports": {