diff --git a/.changeset/good-ears-relate.md b/.changeset/good-ears-relate.md deleted file mode 100644 index 3d81439..0000000 --- a/.changeset/good-ears-relate.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -"@hyperse/inspector-babel-plugin": patch -"@hyperse/inspector-middleware": patch -"@hyperse/inspector-component": patch -"@hyperse/inspector-swc-plugin": patch -"@hyperse/inspector-common": patch -"@hyperse/next-inspector": patch -"@hyperse/inspector": patch ---- - -### Fixed - -- `@hyperse/inspector-swc-plugin`: Improve transform stability and fix location shifts caused by JSX prop order; align behavior with the Babel plugin. - -### Changed - -- `@hyperse/next-inspector`: Refine API route creation and configuration pass-through; tweak `vitest` settings for more stable tests. -- `@hyperse/inspector-babel-plugin`: Align shared constants and type references; minor performance and bundle size improvements. -- `@hyperse/inspector-middleware`: Strengthen request parsing and error handling; better edge-case coverage. -- `@hyperse/inspector-component`: Improve component prop types and interaction details for better usability. -- `@hyperse/inspector-common`: Add missing types and constant exports; unify internal dependency versions. -- `@hyperse/inspector`: Sync dependencies and internal exports; fine-tune client initialization. - -### Documentation - -- Update package READMEs to reflect latest usage and configuration guidance. diff --git a/crates/inspector-swc-plugin/CHANGELOG.md b/crates/inspector-swc-plugin/CHANGELOG.md index 8b325b6..4dca0cc 100644 --- a/crates/inspector-swc-plugin/CHANGELOG.md +++ b/crates/inspector-swc-plugin/CHANGELOG.md @@ -1,5 +1,23 @@ # @hyperse/inspector-swc-plugin +## 1.1.10 + +### Patch Changes + +- [#42](https://github.com/hyperse-io/code-inspector/pull/42) [`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - ### Fixed + - `@hyperse/inspector-swc-plugin`: Improve transform stability and fix location shifts caused by JSX prop order; align behavior with the Babel plugin. + + ### Changed + - `@hyperse/next-inspector`: Refine API route creation and configuration pass-through; tweak `vitest` settings for more stable tests. + - `@hyperse/inspector-babel-plugin`: Align shared constants and type references; minor performance and bundle size improvements. + - `@hyperse/inspector-middleware`: Strengthen request parsing and error handling; better edge-case coverage. + - `@hyperse/inspector-component`: Improve component prop types and interaction details for better usability. + - `@hyperse/inspector-common`: Add missing types and constant exports; unify internal dependency versions. + - `@hyperse/inspector`: Sync dependencies and internal exports; fine-tune client initialization. + + ### Documentation + - Update package READMEs to reflect latest usage and configuration guidance. + ## 1.1.9 ### Patch Changes diff --git a/crates/inspector-swc-plugin/package.json b/crates/inspector-swc-plugin/package.json index e678976..8066ff9 100644 --- a/crates/inspector-swc-plugin/package.json +++ b/crates/inspector-swc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@hyperse/inspector-swc-plugin", - "version": "1.1.9", + "version": "1.1.10", "homepage": "https://github.com/hyperse-io/code-inspector", "repository": { "type": "git", diff --git a/examples/example-nextjs/CHANGELOG.md b/examples/example-nextjs/CHANGELOG.md index 4ece330..036b031 100644 --- a/examples/example-nextjs/CHANGELOG.md +++ b/examples/example-nextjs/CHANGELOG.md @@ -1,5 +1,17 @@ # @example/example-rspack +## 1.1.16 + +### Patch Changes + +- Updated dependencies [[`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890)]: + - @hyperse/inspector-babel-plugin@1.1.8 + - @hyperse/inspector-middleware@1.1.8 + - @hyperse/inspector-component@1.1.9 + - @hyperse/inspector-common@1.1.5 + - @hyperse/next-inspector@1.1.10 + - @hyperse/inspector@1.1.14 + ## 1.1.15 ### Patch Changes diff --git a/examples/example-nextjs/package.json b/examples/example-nextjs/package.json index d073cec..e29bacc 100644 --- a/examples/example-nextjs/package.json +++ b/examples/example-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@example/example-nextjs", - "version": "1.1.15", + "version": "1.1.16", "private": true, "homepage": "https://github.com/hyperse-io/code-inspector/examples/example-nextjs", "repository": { diff --git a/examples/example-rspack/CHANGELOG.md b/examples/example-rspack/CHANGELOG.md index b345a84..73d1306 100644 --- a/examples/example-rspack/CHANGELOG.md +++ b/examples/example-rspack/CHANGELOG.md @@ -1,5 +1,16 @@ # @example/example-rspack +## 1.1.19 + +### Patch Changes + +- Updated dependencies [[`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890)]: + - @hyperse/inspector-babel-plugin@1.1.8 + - @hyperse/inspector-middleware@1.1.8 + - @hyperse/inspector-swc-plugin@1.1.10 + - @hyperse/inspector-common@1.1.5 + - @hyperse/inspector@1.1.14 + ## 1.1.18 ### Patch Changes diff --git a/examples/example-rspack/package.json b/examples/example-rspack/package.json index 1ca4dfd..7b01dee 100644 --- a/examples/example-rspack/package.json +++ b/examples/example-rspack/package.json @@ -1,6 +1,6 @@ { "name": "@example/example-rspack", - "version": "1.1.18", + "version": "1.1.19", "private": true, "homepage": "https://github.com/hyperse-io/code-inspector/examples/example-rspack", "repository": { diff --git a/examples/example-webpack/CHANGELOG.md b/examples/example-webpack/CHANGELOG.md index 5cb3c8c..910dffc 100644 --- a/examples/example-webpack/CHANGELOG.md +++ b/examples/example-webpack/CHANGELOG.md @@ -1,5 +1,16 @@ # @example/example-webpack +## 1.1.19 + +### Patch Changes + +- Updated dependencies [[`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890)]: + - @hyperse/inspector-babel-plugin@1.1.8 + - @hyperse/inspector-middleware@1.1.8 + - @hyperse/inspector-swc-plugin@1.1.10 + - @hyperse/inspector-common@1.1.5 + - @hyperse/inspector@1.1.14 + ## 1.1.18 ### Patch Changes @@ -58,13 +69,11 @@ ### Patch Changes - [#23](https://github.com/hyperse-io/code-inspector/pull/23) [`928c0a6`](https://github.com/hyperse-io/code-inspector/commit/928c0a6a997729c3fd1de0a8411fc4244eff5ccc) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - ### Features - - Added new component library for better UI integration - Added Next.js support for seamless integration with Next.js applications - Added React 19 compatibility ### Improvements - - Optimized code structure for better maintainability and performance - Updated dependencies [[`96bb683`](https://github.com/hyperse-io/code-inspector/commit/96bb683c0566fcda4ccfa6a6efe0e1bb6dd040b1), [`928c0a6`](https://github.com/hyperse-io/code-inspector/commit/928c0a6a997729c3fd1de0a8411fc4244eff5ccc)]: diff --git a/examples/example-webpack/package.json b/examples/example-webpack/package.json index 0c2b6c4..e9fd60c 100644 --- a/examples/example-webpack/package.json +++ b/examples/example-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@example/example-webpack", - "version": "1.1.18", + "version": "1.1.19", "private": true, "homepage": "https://github.com/hyperse-io/code-inspector/examples/example-rspack", "repository": { diff --git a/packages/inspector-babel-plugin/CHANGELOG.md b/packages/inspector-babel-plugin/CHANGELOG.md index 0fab5c2..e496a24 100644 --- a/packages/inspector-babel-plugin/CHANGELOG.md +++ b/packages/inspector-babel-plugin/CHANGELOG.md @@ -1,5 +1,26 @@ # @hyperse/inspector-webpack +## 1.1.8 + +### Patch Changes + +- [#42](https://github.com/hyperse-io/code-inspector/pull/42) [`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - ### Fixed + - `@hyperse/inspector-swc-plugin`: Improve transform stability and fix location shifts caused by JSX prop order; align behavior with the Babel plugin. + + ### Changed + - `@hyperse/next-inspector`: Refine API route creation and configuration pass-through; tweak `vitest` settings for more stable tests. + - `@hyperse/inspector-babel-plugin`: Align shared constants and type references; minor performance and bundle size improvements. + - `@hyperse/inspector-middleware`: Strengthen request parsing and error handling; better edge-case coverage. + - `@hyperse/inspector-component`: Improve component prop types and interaction details for better usability. + - `@hyperse/inspector-common`: Add missing types and constant exports; unify internal dependency versions. + - `@hyperse/inspector`: Sync dependencies and internal exports; fine-tune client initialization. + + ### Documentation + - Update package READMEs to reflect latest usage and configuration guidance. + +- Updated dependencies [[`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890)]: + - @hyperse/inspector-common@1.1.5 + ## 1.1.7 ### Patch Changes diff --git a/packages/inspector-babel-plugin/package.json b/packages/inspector-babel-plugin/package.json index de16d22..d0a7c52 100644 --- a/packages/inspector-babel-plugin/package.json +++ b/packages/inspector-babel-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@hyperse/inspector-babel-plugin", - "version": "1.1.7", + "version": "1.1.8", "homepage": "https://github.com/hyperse-io/code-inspector", "repository": { "type": "git", diff --git a/packages/inspector-common/CHANGELOG.md b/packages/inspector-common/CHANGELOG.md index cf6c473..3c30968 100644 --- a/packages/inspector-common/CHANGELOG.md +++ b/packages/inspector-common/CHANGELOG.md @@ -1,5 +1,23 @@ # @hyperse/inspector-common +## 1.1.5 + +### Patch Changes + +- [#42](https://github.com/hyperse-io/code-inspector/pull/42) [`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - ### Fixed + - `@hyperse/inspector-swc-plugin`: Improve transform stability and fix location shifts caused by JSX prop order; align behavior with the Babel plugin. + + ### Changed + - `@hyperse/next-inspector`: Refine API route creation and configuration pass-through; tweak `vitest` settings for more stable tests. + - `@hyperse/inspector-babel-plugin`: Align shared constants and type references; minor performance and bundle size improvements. + - `@hyperse/inspector-middleware`: Strengthen request parsing and error handling; better edge-case coverage. + - `@hyperse/inspector-component`: Improve component prop types and interaction details for better usability. + - `@hyperse/inspector-common`: Add missing types and constant exports; unify internal dependency versions. + - `@hyperse/inspector`: Sync dependencies and internal exports; fine-tune client initialization. + + ### Documentation + - Update package READMEs to reflect latest usage and configuration guidance. + ## 1.1.4 ### Patch Changes diff --git a/packages/inspector-common/package.json b/packages/inspector-common/package.json index b9238df..7ce00e5 100644 --- a/packages/inspector-common/package.json +++ b/packages/inspector-common/package.json @@ -1,6 +1,6 @@ { "name": "@hyperse/inspector-common", - "version": "1.1.4", + "version": "1.1.5", "homepage": "https://github.com/hyperse-io/code-inspector", "repository": { "type": "git", diff --git a/packages/inspector-component/CHANGELOG.md b/packages/inspector-component/CHANGELOG.md index eacbc51..2a0639d 100644 --- a/packages/inspector-component/CHANGELOG.md +++ b/packages/inspector-component/CHANGELOG.md @@ -1,5 +1,26 @@ # @hyperse/inspector-component +## 1.1.9 + +### Patch Changes + +- [#42](https://github.com/hyperse-io/code-inspector/pull/42) [`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - ### Fixed + - `@hyperse/inspector-swc-plugin`: Improve transform stability and fix location shifts caused by JSX prop order; align behavior with the Babel plugin. + + ### Changed + - `@hyperse/next-inspector`: Refine API route creation and configuration pass-through; tweak `vitest` settings for more stable tests. + - `@hyperse/inspector-babel-plugin`: Align shared constants and type references; minor performance and bundle size improvements. + - `@hyperse/inspector-middleware`: Strengthen request parsing and error handling; better edge-case coverage. + - `@hyperse/inspector-component`: Improve component prop types and interaction details for better usability. + - `@hyperse/inspector-common`: Add missing types and constant exports; unify internal dependency versions. + - `@hyperse/inspector`: Sync dependencies and internal exports; fine-tune client initialization. + + ### Documentation + - Update package READMEs to reflect latest usage and configuration guidance. + +- Updated dependencies [[`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890)]: + - @hyperse/inspector-common@1.1.5 + ## 1.1.8 ### Patch Changes diff --git a/packages/inspector-component/package.json b/packages/inspector-component/package.json index eb557e7..a1c35ca 100644 --- a/packages/inspector-component/package.json +++ b/packages/inspector-component/package.json @@ -1,6 +1,6 @@ { "name": "@hyperse/inspector-component", - "version": "1.1.8", + "version": "1.1.9", "homepage": "https://github.com/hyperse-io/code-inspector", "repository": { "type": "git", diff --git a/packages/inspector-middleware/CHANGELOG.md b/packages/inspector-middleware/CHANGELOG.md index 2fd56b2..deb1b23 100644 --- a/packages/inspector-middleware/CHANGELOG.md +++ b/packages/inspector-middleware/CHANGELOG.md @@ -1,5 +1,26 @@ # @hyperse/inspector-middleware +## 1.1.8 + +### Patch Changes + +- [#42](https://github.com/hyperse-io/code-inspector/pull/42) [`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - ### Fixed + - `@hyperse/inspector-swc-plugin`: Improve transform stability and fix location shifts caused by JSX prop order; align behavior with the Babel plugin. + + ### Changed + - `@hyperse/next-inspector`: Refine API route creation and configuration pass-through; tweak `vitest` settings for more stable tests. + - `@hyperse/inspector-babel-plugin`: Align shared constants and type references; minor performance and bundle size improvements. + - `@hyperse/inspector-middleware`: Strengthen request parsing and error handling; better edge-case coverage. + - `@hyperse/inspector-component`: Improve component prop types and interaction details for better usability. + - `@hyperse/inspector-common`: Add missing types and constant exports; unify internal dependency versions. + - `@hyperse/inspector`: Sync dependencies and internal exports; fine-tune client initialization. + + ### Documentation + - Update package READMEs to reflect latest usage and configuration guidance. + +- Updated dependencies [[`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890)]: + - @hyperse/inspector-common@1.1.5 + ## 1.1.7 ### Patch Changes diff --git a/packages/inspector-middleware/package.json b/packages/inspector-middleware/package.json index 31e6972..b4d945c 100644 --- a/packages/inspector-middleware/package.json +++ b/packages/inspector-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@hyperse/inspector-middleware", - "version": "1.1.7", + "version": "1.1.8", "homepage": "https://github.com/hyperse-io/code-inspector", "repository": { "type": "git", diff --git a/packages/inspector/CHANGELOG.md b/packages/inspector/CHANGELOG.md index d619677..3ebeb5d 100644 --- a/packages/inspector/CHANGELOG.md +++ b/packages/inspector/CHANGELOG.md @@ -1,5 +1,27 @@ # @hyperse/inspector +## 1.1.14 + +### Patch Changes + +- [#42](https://github.com/hyperse-io/code-inspector/pull/42) [`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - ### Fixed + - `@hyperse/inspector-swc-plugin`: Improve transform stability and fix location shifts caused by JSX prop order; align behavior with the Babel plugin. + + ### Changed + - `@hyperse/next-inspector`: Refine API route creation and configuration pass-through; tweak `vitest` settings for more stable tests. + - `@hyperse/inspector-babel-plugin`: Align shared constants and type references; minor performance and bundle size improvements. + - `@hyperse/inspector-middleware`: Strengthen request parsing and error handling; better edge-case coverage. + - `@hyperse/inspector-component`: Improve component prop types and interaction details for better usability. + - `@hyperse/inspector-common`: Add missing types and constant exports; unify internal dependency versions. + - `@hyperse/inspector`: Sync dependencies and internal exports; fine-tune client initialization. + + ### Documentation + - Update package READMEs to reflect latest usage and configuration guidance. + +- Updated dependencies [[`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890)]: + - @hyperse/inspector-component@1.1.9 + - @hyperse/inspector-common@1.1.5 + ## 1.1.13 ### Patch Changes diff --git a/packages/inspector/package.json b/packages/inspector/package.json index 81cbe45..b1d9f33 100644 --- a/packages/inspector/package.json +++ b/packages/inspector/package.json @@ -1,6 +1,6 @@ { "name": "@hyperse/inspector", - "version": "1.1.13", + "version": "1.1.14", "homepage": "https://github.com/hyperse-io/code-inspector", "repository": { "type": "git", diff --git a/packages/next-inspector/CHANGELOG.md b/packages/next-inspector/CHANGELOG.md index e4bfb01..bfc70e6 100644 --- a/packages/next-inspector/CHANGELOG.md +++ b/packages/next-inspector/CHANGELOG.md @@ -1,5 +1,29 @@ # @hyperse/next-inspector +## 1.1.10 + +### Patch Changes + +- [#42](https://github.com/hyperse-io/code-inspector/pull/42) [`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - ### Fixed + - `@hyperse/inspector-swc-plugin`: Improve transform stability and fix location shifts caused by JSX prop order; align behavior with the Babel plugin. + + ### Changed + - `@hyperse/next-inspector`: Refine API route creation and configuration pass-through; tweak `vitest` settings for more stable tests. + - `@hyperse/inspector-babel-plugin`: Align shared constants and type references; minor performance and bundle size improvements. + - `@hyperse/inspector-middleware`: Strengthen request parsing and error handling; better edge-case coverage. + - `@hyperse/inspector-component`: Improve component prop types and interaction details for better usability. + - `@hyperse/inspector-common`: Add missing types and constant exports; unify internal dependency versions. + - `@hyperse/inspector`: Sync dependencies and internal exports; fine-tune client initialization. + + ### Documentation + - Update package READMEs to reflect latest usage and configuration guidance. + +- Updated dependencies [[`1bf7053`](https://github.com/hyperse-io/code-inspector/commit/1bf7053c8a6ef853a87ec27fd83d39bbb87ba890)]: + - @hyperse/inspector-component@1.1.9 + - @hyperse/inspector-swc-plugin@1.1.10 + - @hyperse/inspector-common@1.1.5 + - @hyperse/inspector@1.1.14 + ## 1.1.9 ### Patch Changes diff --git a/packages/next-inspector/package.json b/packages/next-inspector/package.json index f6c786d..5b5c5a8 100644 --- a/packages/next-inspector/package.json +++ b/packages/next-inspector/package.json @@ -1,6 +1,6 @@ { "name": "@hyperse/next-inspector", - "version": "1.1.9", + "version": "1.1.10", "homepage": "https://github.com/hyperse-io/code-inspector", "repository": { "type": "git",