Skip to content

Commit 3a1561f

Browse files
Version Packages (#570)
* Version Packages * bump agent version within identity-agent, proxy-agent, and user-agent, bump versions in api package --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Liran Cohen <[email protected]>
1 parent b516a5f commit 3a1561f

File tree

11 files changed

+48
-24
lines changed

11 files changed

+48
-24
lines changed

.changeset/six-pandas-tell.md

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

packages/agent/CHANGELOG.md

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

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- [#492](https://github.com/TBD54566975/web5-js/pull/492) [`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - - `@web5/agent` DWN Subscriptions Support
8+
- `@web5/agent` supports latest `dwn-sdk-js` with `prune` feature from `RecordsWriteDelete`
9+
310
## 0.3.5
411

512
### 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.5",
3+
"version": "0.3.6",
44
"type": "module",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
"node": ">=18.0.0"
7878
},
7979
"dependencies": {
80-
"@web5/agent": "0.3.5",
80+
"@web5/agent": "0.3.6",
8181
"@web5/common": "1.0.0",
8282
"@web5/crypto": "1.0.0",
8383
"@web5/dids": "1.0.1",
84-
"@web5/user-agent": "0.3.5"
84+
"@web5/user-agent": "0.3.6"
8585
},
8686
"devDependencies": {
8787
"@playwright/test": "1.40.1",

packages/identity-agent/CHANGELOG.md

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

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- [#492](https://github.com/TBD54566975/web5-js/pull/492) [`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - - `@web5/agent` DWN Subscriptions Support
8+
- `@web5/agent` supports latest `dwn-sdk-js` with `prune` feature from `RecordsWriteDelete`
9+
- Updated dependencies [[`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c)]:
10+
- @web5/agent@0.3.6
11+
312
## 0.3.5
413

514
### Patch Changes

packages/identity-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/identity-agent",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"type": "module",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -69,7 +69,7 @@
6969
"node": ">=18.0.0"
7070
},
7171
"dependencies": {
72-
"@web5/agent": "0.3.5",
72+
"@web5/agent": "0.3.6",
7373
"@web5/common": "1.0.0",
7474
"@web5/crypto": "1.0.0",
7575
"@web5/dids": "1.0.1"

packages/proxy-agent/CHANGELOG.md

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

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- [#492](https://github.com/TBD54566975/web5-js/pull/492) [`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - - `@web5/agent` DWN Subscriptions Support
8+
- `@web5/agent` supports latest `dwn-sdk-js` with `prune` feature from `RecordsWriteDelete`
9+
- Updated dependencies [[`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c)]:
10+
- @web5/agent@0.3.6
11+
312
## 0.3.5
413

514
### Patch Changes

packages/proxy-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/proxy-agent",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"type": "module",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -69,7 +69,7 @@
6969
"node": ">=18.0.0"
7070
},
7171
"dependencies": {
72-
"@web5/agent": "0.3.5",
72+
"@web5/agent": "0.3.6",
7373
"@web5/common": "1.0.0",
7474
"@web5/crypto": "1.0.0",
7575
"@web5/dids": "1.0.1"

packages/user-agent/CHANGELOG.md

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

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- [#492](https://github.com/TBD54566975/web5-js/pull/492) [`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - - `@web5/agent` DWN Subscriptions Support
8+
- `@web5/agent` supports latest `dwn-sdk-js` with `prune` feature from `RecordsWriteDelete`
9+
- Updated dependencies [[`b516a5f`](https://github.com/TBD54566975/web5-js/commit/b516a5f71c3e2babefa644f2d88b1520c844ca0c)]:
10+
- @web5/agent@0.3.6
11+
312
## 0.3.5
413

514
### Patch Changes

packages/user-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web5/user-agent",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"type": "module",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -69,7 +69,7 @@
6969
"node": ">=18.0.0"
7070
},
7171
"dependencies": {
72-
"@web5/agent": "0.3.5",
72+
"@web5/agent": "0.3.6",
7373
"@web5/common": "1.0.0",
7474
"@web5/crypto": "1.0.0",
7575
"@web5/dids": "1.0.1"

0 commit comments

Comments
 (0)