Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .changeset/good-ears-relate.md

This file was deleted.

18 changes: 18 additions & 0 deletions crates/inspector-swc-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/inspector-swc-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions examples/example-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @hyperse/[email protected]
- @hyperse/[email protected]
- @hyperse/[email protected]
- @hyperse/[email protected]
- @hyperse/[email protected]

## 1.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/example-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions examples/example-rspack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @hyperse/[email protected]
- @hyperse/[email protected]
- @hyperse/[email protected]
- @hyperse/[email protected]

## 1.1.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/example-rspack/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
13 changes: 11 additions & 2 deletions examples/example-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @hyperse/[email protected]
- @hyperse/[email protected]
- @hyperse/[email protected]
- @hyperse/[email protected]

## 1.1.18

### Patch Changes
Expand Down Expand Up @@ -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)]:
Expand Down
2 changes: 1 addition & 1 deletion examples/example-webpack/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
21 changes: 21 additions & 0 deletions packages/inspector-babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]

## 1.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inspector-babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
18 changes: 18 additions & 0 deletions packages/inspector-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/inspector-common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
21 changes: 21 additions & 0 deletions packages/inspector-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]

## 1.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inspector-component/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
21 changes: 21 additions & 0 deletions packages/inspector-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]

## 1.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inspector-middleware/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
22 changes: 22 additions & 0 deletions packages/inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @hyperse/[email protected]

## 1.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inspector/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
24 changes: 24 additions & 0 deletions packages/next-inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @hyperse/[email protected]
- @hyperse/[email protected]
- @hyperse/[email protected]

## 1.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-inspector/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down