Skip to content

Commit

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

* manually bump agent adjacent packages

---------

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 7, 2024
1 parent b2824b6 commit ca7f53b
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 23 deletions.
13 changes: 0 additions & 13 deletions .changeset/old-hotels-yawn.md

This file was deleted.

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

## 0.3.4

### Patch Changes

- [#489](https://github.com/TBD54566975/web5-js/pull/489) [`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add `DwnServerInfoRpc` to `Web5Rpc` for retrieving server specific info.

Server Info includes:

- maxFileSize
- registrationRequirements
- webSocketSupport

## 0.3.3

### 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.3",
"version": "0.3.4",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/identity-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @web5/identity-agent

## 0.3.4

### Patch Changes

- [#489](https://github.com/TBD54566975/web5-js/pull/489) [`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add `DwnServerInfoRpc` to `Web5Rpc` for retrieving server specific info.

Server Info includes:

- maxFileSize
- registrationRequirements
- webSocketSupport

- Updated dependencies [[`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7)]:
- @web5/agent@0.3.4

## 0.3.3

### 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.3",
"version": "0.3.4",
"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.3",
"@web5/agent": "0.3.4",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1"
Expand Down
15 changes: 15 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @web5/proxy-agent

## 0.3.4

### Patch Changes

- [#489](https://github.com/TBD54566975/web5-js/pull/489) [`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add `DwnServerInfoRpc` to `Web5Rpc` for retrieving server specific info.

Server Info includes:

- maxFileSize
- registrationRequirements
- webSocketSupport

- Updated dependencies [[`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7)]:
- @web5/agent@0.3.4

## 0.3.3

### 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.3",
"version": "0.3.4",
"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.3",
"@web5/agent": "0.3.4",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1"
Expand Down
15 changes: 15 additions & 0 deletions packages/user-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @web5/user-agent

## 0.3.4

### Patch Changes

- [#489](https://github.com/TBD54566975/web5-js/pull/489) [`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add `DwnServerInfoRpc` to `Web5Rpc` for retrieving server specific info.

Server Info includes:

- maxFileSize
- registrationRequirements
- webSocketSupport

- Updated dependencies [[`eabe5ca`](https://github.com/TBD54566975/web5-js/commit/eabe5ca780745d229d5df7a0e64f43a5283a10d7)]:
- @web5/agent@0.3.4

## 0.3.3

### 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.3",
"version": "0.3.4",
"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.3",
"@web5/agent": "0.3.4",
"@web5/common": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.1"
Expand Down
6 changes: 3 additions & 3 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 ca7f53b

Please sign in to comment.