Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 2, 2024
1 parent c040b25 commit 9b12423
Show file tree
Hide file tree
Showing 14 changed files with 113 additions and 40 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/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), [`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
8 changes: 8 additions & 0 deletions packages/dids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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

- [#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), [`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
2 changes: 1 addition & 1 deletion 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
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), [`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
2 changes: 1 addition & 1 deletion 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
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), [`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
2 changes: 1 addition & 1 deletion 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
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 9b12423

Please sign in to comment.