Skip to content
Open
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
8 changes: 0 additions & 8 deletions .changeset/bumpy-socks-doubt.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/calm-apples-kiss.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/chilly-worms-boil.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/eager-areas-jog.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/migrate-to-tool-types.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/mysterious-lion-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-stars-change.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/node-version-alignment.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-buckets-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-meals-lie.md

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.0.0 (2025-03-04)
# 1.0.0 (2026-02-27)

# 🚀 Features

Expand Down
44 changes: 38 additions & 6 deletions packages/docs-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,51 @@
# @open-rpc/docs-react 2.1.2 (2026-02-27)

## 🐛 Bug Fixes

* replace meta-schema with internal union types from spec ([5784475](https://github.com/open-rpc/tools/commit/57844750242dc714cd0b7a62ab6faf1976afbd15))
* add support for hiding extensions and for merging error groups into errors for documentation ([2ef3dd3](https://github.com/open-rpc/tools/commit/2ef3dd31fd513d86253bc78faebe98aadec1671e))

## 📝 Documentation

* require changesets ([38e1e51](https://github.com/open-rpc/tools/commit/38e1e5112537c1fb0e6364899cdabae3b9ea8f6d))

## 🧹 Chores

* enforce Node 20.11.1 ([5154cbd](https://github.com/open-rpc/tools/commit/5154cbd37e5f96fe36d446747852f7d85ce2364e))
* version packages and generate changelog ([07cc7fd](https://github.com/open-rpc/tools/commit/07cc7fd85c3e034cca4973b4a003c6535e6bbb13))

## Other Changes

* fix docs-react union type display ([edf3b8e](https://github.com/open-rpc/tools/commit/edf3b8e8ac1b3e78ac3f52dfa46c9d85ccf33d24))

# @open-rpc/docs-react 2.1.1 (2025-03-04)

## 2.1.2

### Patch Changes

- a4bb1f5: This change here reflects new stricter adherence to the OpenRPC spec and allows tooling to accurately support multiple versions
- 5784475: chore: replace @open-rpc/meta-schema with internal @open-rpc/tool-types package providing versioned union types (V1_3 | V1_4) from @open-rpc/spec-types.
- 5154cbd: Align minimum Node.js version to 20.11.1 across packages and documentation.
- edf3b8e: Fix display of union schema types by joining array types with " | " instead of concatenating.
- Updated dependencies [5154cbd]
- Updated dependencies [edf3b8e]
- @open-rpc/json-schema-to-react-tree@0.1.2

# 🚀 Features

* add support for extensions in docs react and tests ([adc9195](https://github.com/open-rpc/tools/commit/adc9195bc44801d1afe3ba37aca3ea4033b73f73))
* add support for supported extension error groups ([7d9a214](https://github.com/open-rpc/tools/commit/7d9a214716f4325275599efed3583a012c8120a3))
- add support for extensions in docs react and tests ([adc9195](https://github.com/open-rpc/tools/commit/adc9195bc44801d1afe3ba37aca3ea4033b73f73))
- add support for supported extension error groups ([7d9a214](https://github.com/open-rpc/tools/commit/7d9a214716f4325275599efed3583a012c8120a3))

## 🐛 Bug Fixes

* add support for hiding extensions and for merging error groups into errors for documentation ([2ef3dd3](https://github.com/open-rpc/tools/commit/2ef3dd31fd513d86253bc78faebe98aadec1671e))
* roll back react-json view change ([da1792a](https://github.com/open-rpc/tools/commit/da1792ac02ed5f702c01024dc7f17663fbad2e17))
* update ux to match more of the old playground ([957afee](https://github.com/open-rpc/tools/commit/957afeebada73c0f893953f62324b41611bd7ae9))
- add support for hiding extensions and for merging error groups into errors for documentation ([2ef3dd3](https://github.com/open-rpc/tools/commit/2ef3dd31fd513d86253bc78faebe98aadec1671e))
- roll back react-json view change ([da1792a](https://github.com/open-rpc/tools/commit/da1792ac02ed5f702c01024dc7f17663fbad2e17))
- update ux to match more of the old playground ([957afee](https://github.com/open-rpc/tools/commit/957afeebada73c0f893953f62324b41611bd7ae9))

## 🧹 Chores

* lint ([a0da8b6](https://github.com/open-rpc/tools/commit/a0da8b64a47942f1e2ca9f0037e02d72b70f6205))
- lint ([a0da8b6](https://github.com/open-rpc/tools/commit/a0da8b64a47942f1e2ca9f0037e02d72b70f6205))

# @open-rpc/docs-react 2.1.0 (2025-03-03)

Expand Down
4 changes: 2 additions & 2 deletions packages/docs-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-rpc/docs-react",
"version": "2.1.1",
"version": "2.1.2",
"description": "",
"type": "module",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@microlink/react-json-view": "1.26.1",
"@open-rpc/examples": "^1.6.1",
"@open-rpc/json-schema-to-react-tree": "0.1.1",
"@open-rpc/json-schema-to-react-tree": "0.1.2",
"@uiw/react-json-view": "^2.0.0-alpha.30",
"hash-color-material": "^1.1.3",
"html-url-attributes": "^3.0.1",
Expand Down
29 changes: 27 additions & 2 deletions packages/extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,42 @@
# @open-rpc/extensions 0.0.2 (2025-03-04)
# @open-rpc/extensions 0.0.3 (2026-02-27)

## 🚀 Features

* initial extensions repo ([3a8894e](https://github.com/open-rpc/tools/commit/3a8894e91cfcf139a786da0ff99491f00d726506))
* **extensions:** add x-implemented-by extension ([6addf87](https://github.com/open-rpc/tools/commit/6addf873e794cdf06c72ff1276bea672d43ba6a5))

## 🐛 Bug Fixes

* extensions specification and add missing readme ([9bbf73d](https://github.com/open-rpc/tools/commit/9bbf73dcd8a87db8876336a1d6676db8a8d94a2f))

## 🧹 Chores

* enforce Node 20.11.1 ([5154cbd](https://github.com/open-rpc/tools/commit/5154cbd37e5f96fe36d446747852f7d85ce2364e))
* update readme ([10451ea](https://github.com/open-rpc/tools/commit/10451eaccd61eb9b3c37257984ef315819a1d702))
* version packages and generate changelog ([07cc7fd](https://github.com/open-rpc/tools/commit/07cc7fd85c3e034cca4973b4a003c6535e6bbb13))
* fix type to support data as any type like error object ([9742238](https://github.com/open-rpc/tools/commit/9742238c699adc32839c65f655b1b4d459654e69))

# @open-rpc/extensions 0.0.2 (2025-03-04)

## 0.0.3

### Patch Changes

- 5154cbd: Align minimum Node.js version to 20.11.1 across packages and documentation.
- 6addf87: Add the `x-implemented-by` OpenRPC extension to `@open-rpc/extensions`, including
its JSON definition, TypeScript exports, and documentation.

## 🚀 Features

- initial extensions repo ([3a8894e](https://github.com/open-rpc/tools/commit/3a8894e91cfcf139a786da0ff99491f00d726506))

## 🐛 Bug Fixes

- extensions specification and add missing readme ([9bbf73d](https://github.com/open-rpc/tools/commit/9bbf73dcd8a87db8876336a1d6676db8a8d94a2f))

## 🧹 Chores

- fix type to support data as any type like error object ([9742238](https://github.com/open-rpc/tools/commit/9742238c699adc32839c65f655b1b4d459654e69))

# @open-rpc/extensions 0.0.1 (2025-03-03)

## 0.0.2
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-rpc/extensions",
"version": "0.0.2",
"version": "0.0.3",
"description": "@OpenRPC - extensions repository",
"type": "module",
"main": "./dist/index.es.js",
Expand Down
38 changes: 32 additions & 6 deletions packages/inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,42 @@
# @open-rpc/inspector 2.0.3 (2025-03-04)
# @open-rpc/inspector 2.0.4 (2026-02-27)

# 🐛 Bug Fixes
## 🐛 Bug Fixes

* change add support for schema versioning ([cc7b62c](https://github.com/open-rpc/tools/commit/cc7b62ce25cca1a986ca9a34525fa8fcf9905bfe))
* replace meta-schema with internal union types from spec ([5784475](https://github.com/open-rpc/tools/commit/57844750242dc714cd0b7a62ab6faf1976afbd15))
* tsconfig to output to dist for inspector ([75bd680](https://github.com/open-rpc/tools/commit/75bd680b503fbdab606133da387ff7ab9a87b233))
* add missing types ([c9288ba](https://github.com/open-rpc/tools/commit/c9288ba814e32076a243c07017f17da926df766a))
* missing onChange transport event ([b671928](https://github.com/open-rpc/tools/commit/b671928d644d364c54171f02612cb83af663346a))

## 🧹 Chores

* version packages and generate changelog ([90adaeb](https://github.com/open-rpc/tools/commit/90adaeb28bbb5a2fb4aca758ce9dc29eca21e16a))
* rm old and add updated react-json-view ([c6f9aac](https://github.com/open-rpc/tools/commit/c6f9aac69415c38092181f92b6817c7281c67303))
* fix typo ([914a66e](https://github.com/open-rpc/tools/commit/914a66ee41bac7fcc84742283824e5298a0bedd7))
* bump schema utils to latest 2.2.0 ([0582e8b](https://github.com/open-rpc/tools/commit/0582e8b23c1c7d1b75523c6b6d114acf4c38d36a))
* enforce Node 20.11.1 ([5154cbd](https://github.com/open-rpc/tools/commit/5154cbd37e5f96fe36d446747852f7d85ce2364e))
* version packages and generate changelog ([07cc7fd](https://github.com/open-rpc/tools/commit/07cc7fd85c3e034cca4973b4a003c6535e6bbb13))

# @open-rpc/inspector 2.0.3 (2025-03-04)

## 2.0.4

### Patch Changes

- a4bb1f5: This change here reflects new stricter adherence to the OpenRPC spec and allows tooling to accurately support multiple versions
- 5784475: chore: replace @open-rpc/meta-schema with internal @open-rpc/tool-types package providing versioned union types (V1_3 | V1_4) from @open-rpc/spec-types.
- 5154cbd: Align minimum Node.js version to 20.11.1 across packages and documentation.
- Updated dependencies [a4bb1f5]
- Updated dependencies [5784475]
- @open-rpc/logs-react@2.0.2

# 🐛 Bug Fixes

- tsconfig to output to dist for inspector ([75bd680](https://github.com/open-rpc/tools/commit/75bd680b503fbdab606133da387ff7ab9a87b233))
- add missing types ([c9288ba](https://github.com/open-rpc/tools/commit/c9288ba814e32076a243c07017f17da926df766a))
- missing onChange transport event ([b671928](https://github.com/open-rpc/tools/commit/b671928d644d364c54171f02612cb83af663346a))

## 🧹 Chores

- version packages and generate changelog ([90adaeb](https://github.com/open-rpc/tools/commit/90adaeb28bbb5a2fb4aca758ce9dc29eca21e16a))
- rm old and add updated react-json-view ([c6f9aac](https://github.com/open-rpc/tools/commit/c6f9aac69415c38092181f92b6817c7281c67303))
- fix typo ([914a66e](https://github.com/open-rpc/tools/commit/914a66ee41bac7fcc84742283824e5298a0bedd7))

# @open-rpc/inspector 2.0.2 (2025-03-03)

Expand Down
4 changes: 2 additions & 2 deletions packages/inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-rpc/inspector",
"version": "2.0.3",
"version": "2.0.4",
"description": "OpenRPC Inspector",
"type": "module",
"module": "./dist/index.es.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@open-rpc/client-js": "^1.6.3",
"@open-rpc/logs-react": "2.0.1",
"@open-rpc/logs-react": "2.0.2",
"@open-rpc/tool-types": "*",
"@open-rpc/schema-utils-js": "2.2.1",
"@rehooks/window-size": "^1.0.2",
Expand Down
21 changes: 19 additions & 2 deletions packages/json-schema-to-react-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
# @open-rpc/json-schema-to-react-tree 0.1.2 (2026-02-27)

## 🧹 Chores

* enforce Node 20.11.1 ([5154cbd](https://github.com/open-rpc/tools/commit/5154cbd37e5f96fe36d446747852f7d85ce2364e))

## Other Changes

* fix docs-react union type display ([edf3b8e](https://github.com/open-rpc/tools/commit/edf3b8e8ac1b3e78ac3f52dfa46c9d85ccf33d24))

# @open-rpc/json-schema-to-react-tree 0.1.1 (2025-03-03)

## 0.1.2

### Patch Changes

- 5154cbd: Align minimum Node.js version to 20.11.1 across packages and documentation.
- edf3b8e: Fix display of union schema types by joining array types with " | " instead of concatenating.

# 🚀 Features

* major update to use esm, material 6.xx and react 18 ([850046f](https://github.com/open-rpc/tools/commit/850046fa4b226f1fca3d02d83620618102e9a992))
- major update to use esm, material 6.xx and react 18 ([850046f](https://github.com/open-rpc/tools/commit/850046fa4b226f1fca3d02d83620618102e9a992))

## 🧹 Chores

* version packages and generate changelog ([3fb58d0](https://github.com/open-rpc/tools/commit/3fb58d00d4676b4de0cf60c8aefffeb2a77ae883))
- version packages and generate changelog ([3fb58d0](https://github.com/open-rpc/tools/commit/3fb58d00d4676b4de0cf60c8aefffeb2a77ae883))

# @open-rpc/json-schema-to-react-tree 0.1.0 (2025-02-26)

Expand Down
2 changes: 1 addition & 1 deletion packages/json-schema-to-react-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-rpc/json-schema-to-react-tree",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "",
"description": "json-schema to react material-ui tree",
"type": "module",
Expand Down
32 changes: 25 additions & 7 deletions packages/logs-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,38 @@
# @open-rpc/logs-react 2.0.2 (2026-02-27)

## 🐛 Bug Fixes

* change add support for schema versioning ([cc7b62c](https://github.com/open-rpc/tools/commit/cc7b62ce25cca1a986ca9a34525fa8fcf9905bfe))
* replace meta-schema with internal union types from spec ([5784475](https://github.com/open-rpc/tools/commit/57844750242dc714cd0b7a62ab6faf1976afbd15))

## 📝 Documentation

* require changesets ([38e1e51](https://github.com/open-rpc/tools/commit/38e1e5112537c1fb0e6364899cdabae3b9ea8f6d))

# @open-rpc/logs-react 2.0.1 (2025-03-03)

## 2.0.2

### Patch Changes

- a4bb1f5: This change here reflects new stricter adherence to the OpenRPC spec and allows tooling to accurately support multiple versions
- 5784475: chore: replace @open-rpc/meta-schema with internal @open-rpc/tool-types package providing versioned union types (V1_3 | V1_4) from @open-rpc/spec-types.

# 🚀 Features

* major update to use esm, material 6.xx and react 18 ([850046f](https://github.com/open-rpc/tools/commit/850046fa4b226f1fca3d02d83620618102e9a992))
- major update to use esm, material 6.xx and react 18 ([850046f](https://github.com/open-rpc/tools/commit/850046fa4b226f1fca3d02d83620618102e9a992))

## 🐛 Bug Fixes

* wip build to use esmodules instead ([2ea552c](https://github.com/open-rpc/tools/commit/2ea552c4bbf09d8ddaff44ae2ae7660841db5efb))
* get build:package working ([b334b05](https://github.com/open-rpc/tools/commit/b334b050fa22564ceb21af136c86180c6b7d5103))
* **logs-react:** fix eslint errors in cardList and LogChips ([d8b70aa](https://github.com/open-rpc/tools/commit/d8b70aa28c673598dd05633e2f16137299db772c))
- wip build to use esmodules instead ([2ea552c](https://github.com/open-rpc/tools/commit/2ea552c4bbf09d8ddaff44ae2ae7660841db5efb))
- get build:package working ([b334b05](https://github.com/open-rpc/tools/commit/b334b050fa22564ceb21af136c86180c6b7d5103))
- **logs-react:** fix eslint errors in cardList and LogChips ([d8b70aa](https://github.com/open-rpc/tools/commit/d8b70aa28c673598dd05633e2f16137299db772c))

## 🧹 Chores

* prettier linting ([bab6d14](https://github.com/open-rpc/tools/commit/bab6d14d83bcf34dedcc2035b8369afdd01246c2))
* version packages and generate changelog ([3fb58d0](https://github.com/open-rpc/tools/commit/3fb58d00d4676b4de0cf60c8aefffeb2a77ae883))
* adjust package.json to properly reflect package repos ([91eef52](https://github.com/open-rpc/tools/commit/91eef5201fc431aa11bfd4d5b542fb37a1330278))
- prettier linting ([bab6d14](https://github.com/open-rpc/tools/commit/bab6d14d83bcf34dedcc2035b8369afdd01246c2))
- version packages and generate changelog ([3fb58d0](https://github.com/open-rpc/tools/commit/3fb58d00d4676b4de0cf60c8aefffeb2a77ae883))
- adjust package.json to properly reflect package repos ([91eef52](https://github.com/open-rpc/tools/commit/91eef5201fc431aa11bfd4d5b542fb37a1330278))

# @open-rpc/logs-react 2.0.0 (2025-02-26)

Expand Down
2 changes: 1 addition & 1 deletion packages/logs-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-rpc/logs-react",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"type": "module",
"module": "./dist/index.es.js",
Expand Down
Loading