Skip to content

Commit d5acb56

Browse files
Version Packages (#848)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5ac4fe5 commit d5acb56

24 files changed

Lines changed: 139 additions & 71 deletions

.changeset/blue-roses-cough.md

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

.changeset/fresh-olives-dance.md

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

.changeset/friendly-carrots-return.md

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

.changeset/kind-deers-burn.md

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

.changeset/polite-days-wash.md

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

.changeset/silly-poets-sing.md

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

.changeset/spicy-forks-attack.md

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

.changeset/warm-starfishes-beam.md

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

packages/agent/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#836](https://github.com/TBD54566975/web5-js/pull/836) [`3d1f825`](https://github.com/TBD54566975/web5-js/commit/3d1f8258465e1177d6d5fe17c2e1ea786baa331d) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add ability to Sync a subset of protocols as a delegate
8+
9+
- [#824](https://github.com/TBD54566975/web5-js/pull/824) [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Simplify support for Permission Grant logic within agent.
10+
11+
### Patch Changes
12+
13+
- [#854](https://github.com/TBD54566975/web5-js/pull/854) [`4ff2316`](https://github.com/TBD54566975/web5-js/commit/4ff2316e28ad3f29f0336c69adde0a37840ebb33) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add requestPermissionsForProtocol helper method to connect module
14+
15+
- [#838](https://github.com/TBD54566975/web5-js/pull/838) [`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8) Thanks [@shamilovtim](https://github.com/shamilovtim)! - cleanup crypto utils
16+
17+
- [#855](https://github.com/TBD54566975/web5-js/pull/855) [`5ac4fe5`](https://github.com/TBD54566975/web5-js/commit/5ac4fe51a2a87a266e95c3db8215059ac2d38e77) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Implement DidResolverCache thats specific to Agent usage
18+
19+
- [#824](https://github.com/TBD54566975/web5-js/pull/824) [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Introduce a `PermissionsApi` for Web5Agents
20+
21+
- [#850](https://github.com/TBD54566975/web5-js/pull/850) [`fea0535`](https://github.com/TBD54566975/web5-js/commit/fea0535876d5b00ab5e0abea695e52aeaad9d78b) Thanks [@shamilovtim](https://github.com/shamilovtim)! - integrate dwn grants into connect flow
22+
23+
- [#853](https://github.com/TBD54566975/web5-js/pull/853) [`7347438`](https://github.com/TBD54566975/web5-js/commit/734743884f21491efce9392e129d612735e85282) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Upgrade `dwn-sdk-js` version and `dwn-server` dependency
24+
25+
- Updated dependencies [[`2d0b423`](https://github.com/TBD54566975/web5-js/commit/2d0b423b90546c8d28735b600328c8a5937b57c8), [`5ac4fe5`](https://github.com/TBD54566975/web5-js/commit/5ac4fe51a2a87a266e95c3db8215059ac2d38e77)]:
26+
- @web5/crypto@1.0.4
27+
- @web5/dids@1.1.4
28+
329
## 0.5.1
430

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

0 commit comments

Comments
 (0)