Skip to content

Commit c6c553e

Browse files
Version Packages
1 parent eb02b62 commit c6c553e

14 files changed

Lines changed: 113 additions & 40 deletions

File tree

.changeset/proud-bottles-develop.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/shy-fireants-exist.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/two-moons-agree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/agent/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @web5/agent
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- [#433](https://github.com/TBD54566975/web5-js/pull/433) [`ac1e6f1`](https://github.com/TBD54566975/web5-js/commit/ac1e6f1eca57026b24bc22d89ac1785a804caed5) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Extend and Test RPC DWN/Web5 Clients to support `http` and `ws`
8+
- move `HttpDwnRpcClient` to `/prototyping` folder
9+
- move `JSON RPC` related files to `/prototyping` folder
10+
- create `WebSocketDwnRpcClient` in `/prototyping` folder
11+
- create `WebSocketWeb5RpcClient` wrapper in `rpc-client`
12+
- does not support `sendDidRequest` via sockets
13+
- Updated dependencies [[`eb02b62`](https://github.com/TBD54566975/web5-js/commit/eb02b62ca4d3877c4ae4ea606f7e0bb0ca4e4e83), [`857d160`](https://github.com/TBD54566975/web5-js/commit/857d16012c851acf38e18ceaa8664a25098f6055)]:
14+
- @web5/dids@1.0.2
15+
316
## 0.3.2
417

518
### Patch Changes

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/agent",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"type": "module",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

packages/dids/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @web5/dids
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#499](https://github.com/TBD54566975/web5-js/pull/499) [`eb02b62`](https://github.com/TBD54566975/web5-js/commit/eb02b62ca4d3877c4ae4ea606f7e0bb0ca4e4e83) Thanks [@shamilovtim](https://github.com/shamilovtim)! - chore: bump ion
8+
9+
- [#504](https://github.com/TBD54566975/web5-js/pull/504) [`857d160`](https://github.com/TBD54566975/web5-js/commit/857d16012c851acf38e18ceaa8664a25098f6055) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - DID:DHT - Only have <ID>. suffix for Root and Gateway Record names
10+
311
## 1.0.1
412

513
### Patch Changes

packages/dids/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/dids",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "TBD DIDs library",
55
"type": "module",
66
"main": "./dist/cjs/index.js",

packages/identity-agent/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @web5/identity-agent
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- [#433](https://github.com/TBD54566975/web5-js/pull/433) [`ac1e6f1`](https://github.com/TBD54566975/web5-js/commit/ac1e6f1eca57026b24bc22d89ac1785a804caed5) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Extend and Test RPC DWN/Web5 Clients to support `http` and `ws`
8+
- move `HttpDwnRpcClient` to `/prototyping` folder
9+
- move `JSON RPC` related files to `/prototyping` folder
10+
- create `WebSocketDwnRpcClient` in `/prototyping` folder
11+
- create `WebSocketWeb5RpcClient` wrapper in `rpc-client`
12+
- does not support `sendDidRequest` via sockets
13+
- Updated dependencies [[`ac1e6f1`](https://github.com/TBD54566975/web5-js/commit/ac1e6f1eca57026b24bc22d89ac1785a804caed5), [`eb02b62`](https://github.com/TBD54566975/web5-js/commit/eb02b62ca4d3877c4ae4ea606f7e0bb0ca4e4e83), [`857d160`](https://github.com/TBD54566975/web5-js/commit/857d16012c851acf38e18ceaa8664a25098f6055)]:
14+
- @web5/agent@0.3.3
15+
- @web5/dids@1.0.2
16+
317
## 0.3.2
418

519
### Patch Changes

packages/identity-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/identity-agent",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"type": "module",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

packages/proxy-agent/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @web5/proxy-agent
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- [#433](https://github.com/TBD54566975/web5-js/pull/433) [`ac1e6f1`](https://github.com/TBD54566975/web5-js/commit/ac1e6f1eca57026b24bc22d89ac1785a804caed5) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Extend and Test RPC DWN/Web5 Clients to support `http` and `ws`
8+
- move `HttpDwnRpcClient` to `/prototyping` folder
9+
- move `JSON RPC` related files to `/prototyping` folder
10+
- create `WebSocketDwnRpcClient` in `/prototyping` folder
11+
- create `WebSocketWeb5RpcClient` wrapper in `rpc-client`
12+
- does not support `sendDidRequest` via sockets
13+
- Updated dependencies [[`ac1e6f1`](https://github.com/TBD54566975/web5-js/commit/ac1e6f1eca57026b24bc22d89ac1785a804caed5), [`eb02b62`](https://github.com/TBD54566975/web5-js/commit/eb02b62ca4d3877c4ae4ea606f7e0bb0ca4e4e83), [`857d160`](https://github.com/TBD54566975/web5-js/commit/857d16012c851acf38e18ceaa8664a25098f6055)]:
14+
- @web5/agent@0.3.3
15+
- @web5/dids@1.0.2
16+
317
## 0.3.2
418

519
### Patch Changes

0 commit comments

Comments
 (0)