From 2d2f7770740152259a72d1462983d63b5fd9c1e1 Mon Sep 17 00:00:00 2001 From: gioboa Date: Sun, 5 Oct 2025 14:18:31 +0200 Subject: [PATCH] chore: trigger release --- .changeset/hot-horses-taste.md | 5 +++++ packages/devtools/CHANGELOG.md | 12 ------------ packages/devtools/package.json | 2 +- 3 files changed, 6 insertions(+), 13 deletions(-) create mode 100644 .changeset/hot-horses-taste.md diff --git a/.changeset/hot-horses-taste.md b/.changeset/hot-horses-taste.md new file mode 100644 index 0000000..009b4a1 --- /dev/null +++ b/.changeset/hot-horses-taste.md @@ -0,0 +1,5 @@ +--- +'@qwik.dev/devtools': minor +--- + +FEAT: new UI and features diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index e641ee7..9949764 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,17 +1,5 @@ # @qwik.dev/devtools -## 0.2.0 - -### Minor Changes - -- 981a2c3: FEAT: new UI new features - -## 0.2.0 - -### Minor Changes - -- d3af90d: FEAT: new UI and features - ## 0.1.1 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 82be54c..baf9ec3 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@qwik.dev/devtools", - "version": "0.2.0", + "version": "0.1.2", "license": "MIT", "main": "./dist/plugin/index.mjs", "description": "Qwik devtools package",