Skip to content

Commit

Permalink
Version Packages (#505)
Browse files Browse the repository at this point in the history
* Version Packages

* bump agent-related packages to correct version of agent

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Liran Cohen <[email protected]>
  • Loading branch information
3 people authored May 2, 2024
1 parent d3814cd commit 1d59f71
Show file tree
Hide file tree
Showing 15 changed files with 118 additions and 48 deletions.
14 changes: 0 additions & 14 deletions .changeset/proud-bottles-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-fireants-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-mugs-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-moons-agree.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @web5/agent

## 0.3.3

### Patch Changes

- [#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`
- move `HttpDwnRpcClient` to `/prototyping` folder
- move `JSON RPC` related files to `/prototyping` folder
- create `WebSocketDwnRpcClient` in `/prototyping` folder
- create `WebSocketWeb5RpcClient` wrapper in `rpc-client`
- does not support `sendDidRequest` via sockets
- Updated dependencies [[`eb02b62`](https://github.com/TBD54566975/web5-js/commit/eb02b62ca4d3877c4ae4ea606f7e0bb0ca4e4e83), [`d3814cd`](https://github.com/TBD54566975/web5-js/commit/d3814cd6b258b858b307feadf236f710e657d2f8), [`857d160`](https://github.com/TBD54566975/web5-js/commit/857d16012c851acf38e18ceaa8664a25098f6055)]:
- @web5/dids@1.0.2

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/agent",
"version": "0.3.2",
"version": "0.3.3",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/dids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @web5/dids

## 1.0.2

### Patch Changes

- [#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

- [#508](https://github.com/TBD54566975/web5-js/pull/508) [`d3814cd`](https://github.com/TBD54566975/web5-js/commit/d3814cd6b258b858b307feadf236f710e657d2f8) Thanks [@LiranCohen](https://github.com/LiranCohen)! - We sometimes get failures in CI publishing to the DHT. In order to make debugging these errors easier, we add the identifier to the error thrown.

- [#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

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/dids",
"version": "1.0.1",
"version": "1.0.2",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/identity-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @web5/identity-agent

## 0.3.3

### Patch Changes

- [#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`
- move `HttpDwnRpcClient` to `/prototyping` folder
- move `JSON RPC` related files to `/prototyping` folder
- create `WebSocketDwnRpcClient` in `/prototyping` folder
- create `WebSocketWeb5RpcClient` wrapper in `rpc-client`
- does not support `sendDidRequest` via sockets
- Updated dependencies [[`ac1e6f1`](https://github.com/TBD54566975/web5-js/commit/ac1e6f1eca57026b24bc22d89ac1785a804caed5), [`eb02b62`](https://github.com/TBD54566975/web5-js/commit/eb02b62ca4d3877c4ae4ea606f7e0bb0ca4e4e83), [`d3814cd`](https://github.com/TBD54566975/web5-js/commit/d3814cd6b258b858b307feadf236f710e657d2f8), [`857d160`](https://github.com/TBD54566975/web5-js/commit/857d16012c851acf38e18ceaa8664a25098f6055)]:
- @web5/agent@0.3.3
- @web5/dids@1.0.2

## 0.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/identity-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/identity-agent",
"version": "0.3.2",
"version": "0.3.3",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@web5/agent": "0.3.2",
"@web5/agent": "0.3.3",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1"
Expand Down
14 changes: 14 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @web5/proxy-agent

## 0.3.3

### Patch Changes

- [#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`
- move `HttpDwnRpcClient` to `/prototyping` folder
- move `JSON RPC` related files to `/prototyping` folder
- create `WebSocketDwnRpcClient` in `/prototyping` folder
- create `WebSocketWeb5RpcClient` wrapper in `rpc-client`
- does not support `sendDidRequest` via sockets
- Updated dependencies [[`ac1e6f1`](https://github.com/TBD54566975/web5-js/commit/ac1e6f1eca57026b24bc22d89ac1785a804caed5), [`eb02b62`](https://github.com/TBD54566975/web5-js/commit/eb02b62ca4d3877c4ae4ea606f7e0bb0ca4e4e83), [`d3814cd`](https://github.com/TBD54566975/web5-js/commit/d3814cd6b258b858b307feadf236f710e657d2f8), [`857d160`](https://github.com/TBD54566975/web5-js/commit/857d16012c851acf38e18ceaa8664a25098f6055)]:
- @web5/agent@0.3.3
- @web5/dids@1.0.2

## 0.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/proxy-agent",
"version": "0.3.2",
"version": "0.3.3",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@web5/agent": "0.3.2",
"@web5/agent": "0.3.3",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1"
Expand Down
14 changes: 14 additions & 0 deletions packages/user-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @web5/user-agent

## 0.3.3

### Patch Changes

- [#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`
- move `HttpDwnRpcClient` to `/prototyping` folder
- move `JSON RPC` related files to `/prototyping` folder
- create `WebSocketDwnRpcClient` in `/prototyping` folder
- create `WebSocketWeb5RpcClient` wrapper in `rpc-client`
- does not support `sendDidRequest` via sockets
- Updated dependencies [[`ac1e6f1`](https://github.com/TBD54566975/web5-js/commit/ac1e6f1eca57026b24bc22d89ac1785a804caed5), [`eb02b62`](https://github.com/TBD54566975/web5-js/commit/eb02b62ca4d3877c4ae4ea606f7e0bb0ca4e4e83), [`d3814cd`](https://github.com/TBD54566975/web5-js/commit/d3814cd6b258b858b307feadf236f710e657d2f8), [`857d160`](https://github.com/TBD54566975/web5-js/commit/857d16012c851acf38e18ceaa8664a25098f6055)]:
- @web5/agent@0.3.3
- @web5/dids@1.0.2

## 0.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/user-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/user-agent",
"version": "0.3.2",
"version": "0.3.3",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@web5/agent": "0.3.2",
"@web5/agent": "0.3.3",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1"
Expand Down
56 changes: 45 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d59f71

Please sign in to comment.