diff --git a/.changeset/rich-schools-fail.md b/.changeset/rich-schools-fail.md new file mode 100644 index 0000000..009b4a1 --- /dev/null +++ b/.changeset/rich-schools-fail.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 69b781c..9949764 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,19 +1,5 @@ # @qwik.dev/devtools -## 0.2.1 - -### Patch Changes - -- d89480c: FEAT: test release process - -## 0.2.0 - -### Minor Changes - -- 290452b: FEAT: new devtool version -- a56f8ef: FEAT: integrate vite-plugin-inspect -- a9a8688: FEAT: new devtool version - ## 0.1.1 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 3704650..29416db 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@qwik.dev/devtools", - "version": "0.2.1", + "version": "0.1.2", "license": "MIT", "main": "./dist/plugin/index.mjs", "description": "Qwik devtools package",