Skip to content

Commit 2430c23

Browse files
github-actions[bot]LiranCohen
authored andcommitted
Version Packages (#524)
* Version Packages * manually bump packages accordingly --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Liran Cohen <c.liran.c@gmail.com>
1 parent 34f3828 commit 2430c23

11 files changed

Lines changed: 47 additions & 22 deletions

File tree

.changeset/odd-eels-rest.md

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

packages/agent/CHANGELOG.md

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

3+
## 0.3.5
4+
5+
### Patch Changes
6+
7+
- [#513](https://github.com/TBD54566975/web5-js/pull/513) [`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add a helper methods for generating a PaginationCursor from `api` without importing `dwn-sdk-js` directly
8+
39
## 0.3.4
410

511
### 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.4",
3+
"version": "0.3.5",
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.4",
80+
"@web5/agent": "0.3.5",
8181
"@web5/common": "1.0.0",
8282
"@web5/crypto": "1.0.0",
8383
"@web5/dids": "1.0.1",
84-
"@web5/user-agent": "0.3.4"
84+
"@web5/user-agent": "0.3.5"
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.5
4+
5+
### Patch Changes
6+
7+
- [#513](https://github.com/TBD54566975/web5-js/pull/513) [`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add a helper methods for generating a PaginationCursor from `api` without importing `dwn-sdk-js` directly
8+
9+
- Updated dependencies [[`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7)]:
10+
- @web5/agent@0.3.5
11+
312
## 0.3.4
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.4",
3+
"version": "0.3.5",
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.4",
72+
"@web5/agent": "0.3.5",
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.5
4+
5+
### Patch Changes
6+
7+
- [#513](https://github.com/TBD54566975/web5-js/pull/513) [`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add a helper methods for generating a PaginationCursor from `api` without importing `dwn-sdk-js` directly
8+
9+
- Updated dependencies [[`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7)]:
10+
- @web5/agent@0.3.5
11+
312
## 0.3.4
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.4",
3+
"version": "0.3.5",
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.4",
72+
"@web5/agent": "0.3.5",
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.5
4+
5+
### Patch Changes
6+
7+
- [#513](https://github.com/TBD54566975/web5-js/pull/513) [`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add a helper methods for generating a PaginationCursor from `api` without importing `dwn-sdk-js` directly
8+
9+
- Updated dependencies [[`82fe049`](https://github.com/TBD54566975/web5-js/commit/82fe049234423bd08a4b3c7e6cf48bdd5556d5a7)]:
10+
- @web5/agent@0.3.5
11+
312
## 0.3.4
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.4",
3+
"version": "0.3.5",
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.4",
72+
"@web5/agent": "0.3.5",
7373
"@web5/common": "1.0.0",
7474
"@web5/crypto": "1.0.0",
7575
"@web5/dids": "1.0.1"

0 commit comments

Comments
 (0)