From fa21b56bd79c4793fb04a8b142bd052be6e02451 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Sep 2024 13:42:53 +0000 Subject: [PATCH] Version Packages --- .changeset/brown-experts-lay.md | 5 ----- .changeset/eighty-bikes-join.md | 5 ----- .changeset/fuzzy-apes-cheer.md | 5 ----- .changeset/fuzzy-baboons-own.md | 5 ----- .changeset/gold-lamps-obey.md | 5 ----- .changeset/gold-tools-yell.md | 5 ----- .changeset/green-dolls-provide.md | 5 ----- .changeset/lovely-rules-fold.md | 5 ----- .changeset/plenty-brooms-suffer.md | 5 ----- .changeset/slow-pets-vanish.md | 5 ----- .changeset/tidy-ants-shave.md | 5 ----- packages/api/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ packages/api/package.json | 2 +- 13 files changed, 29 insertions(+), 56 deletions(-) delete mode 100644 .changeset/brown-experts-lay.md delete mode 100644 .changeset/eighty-bikes-join.md delete mode 100644 .changeset/fuzzy-apes-cheer.md delete mode 100644 .changeset/fuzzy-baboons-own.md delete mode 100644 .changeset/gold-lamps-obey.md delete mode 100644 .changeset/gold-tools-yell.md delete mode 100644 .changeset/green-dolls-provide.md delete mode 100644 .changeset/lovely-rules-fold.md delete mode 100644 .changeset/plenty-brooms-suffer.md delete mode 100644 .changeset/slow-pets-vanish.md delete mode 100644 .changeset/tidy-ants-shave.md diff --git a/.changeset/brown-experts-lay.md b/.changeset/brown-experts-lay.md deleted file mode 100644 index 3b8c4205a..000000000 --- a/.changeset/brown-experts-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/api": patch ---- - -differentiate between Record creator and author diff --git a/.changeset/eighty-bikes-join.md b/.changeset/eighty-bikes-join.md deleted file mode 100644 index 0c1aa988b..000000000 --- a/.changeset/eighty-bikes-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/api": patch ---- - -Enable Protocol Query/Configure with delegate Grant diff --git a/.changeset/fuzzy-apes-cheer.md b/.changeset/fuzzy-apes-cheer.md deleted file mode 100644 index 196413b00..000000000 --- a/.changeset/fuzzy-apes-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/api": patch ---- - -dataFormat is a mutible record property diff --git a/.changeset/fuzzy-baboons-own.md b/.changeset/fuzzy-baboons-own.md deleted file mode 100644 index 9f07b688a..000000000 --- a/.changeset/fuzzy-baboons-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/api": minor ---- - -Support impersonation using delegated grants for DWN record operations using WalletConnect diff --git a/.changeset/gold-lamps-obey.md b/.changeset/gold-lamps-obey.md deleted file mode 100644 index d4beab164..000000000 --- a/.changeset/gold-lamps-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/api": patch ---- - -Introduce a `grants` API for `Web5.dwn` diff --git a/.changeset/gold-tools-yell.md b/.changeset/gold-tools-yell.md deleted file mode 100644 index 146303c84..000000000 --- a/.changeset/gold-tools-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/api": patch ---- - -Upgrade `agent` to refelcy the newest `dwn-sdk-js` and `dwn-server` diff --git a/.changeset/green-dolls-provide.md b/.changeset/green-dolls-provide.md deleted file mode 100644 index 5f5d26a9c..000000000 --- a/.changeset/green-dolls-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/api": minor ---- - -Finalize ability to WalletConnect with sync involved diff --git a/.changeset/lovely-rules-fold.md b/.changeset/lovely-rules-fold.md deleted file mode 100644 index 15d163211..000000000 --- a/.changeset/lovely-rules-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/api": patch ---- - -Add `records.subscribe()` functionality to the DwnApi diff --git a/.changeset/plenty-brooms-suffer.md b/.changeset/plenty-brooms-suffer.md deleted file mode 100644 index ac843e3f4..000000000 --- a/.changeset/plenty-brooms-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/api": patch ---- - -Consume single PermissionApi for dealing with permissions, fix bug for Record class not fetching delegate permissions for request. diff --git a/.changeset/slow-pets-vanish.md b/.changeset/slow-pets-vanish.md deleted file mode 100644 index c8252277e..000000000 --- a/.changeset/slow-pets-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/api": patch ---- - -Allow reading public records in delegate state even if no explicit grant exists. diff --git a/.changeset/tidy-ants-shave.md b/.changeset/tidy-ants-shave.md deleted file mode 100644 index 7d2e9b592..000000000 --- a/.changeset/tidy-ants-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/api": minor ---- - -connect methods now work with dwn and user agent and are no longer stubbed diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 422994e5f..1a188508e 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,33 @@ # @web5/api +## 0.11.0 + +### Minor Changes + +- [#824](https://github.com/TBD54566975/web5-js/pull/824) [`0862ffc`](https://github.com/TBD54566975/web5-js/commit/0862ffc1f23550406ff592e8393cb2eb5a769079) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Support impersonation using delegated grants for DWN record operations using WalletConnect + +- [#836](https://github.com/TBD54566975/web5-js/pull/836) [`3d1f825`](https://github.com/TBD54566975/web5-js/commit/3d1f8258465e1177d6d5fe17c2e1ea786baa331d) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Finalize ability to WalletConnect with sync involved + +- [#850](https://github.com/TBD54566975/web5-js/pull/850) [`fea0535`](https://github.com/TBD54566975/web5-js/commit/fea0535876d5b00ab5e0abea695e52aeaad9d78b) Thanks [@shamilovtim](https://github.com/shamilovtim)! - connect methods now work with dwn and user agent and are no longer stubbed + +### Patch Changes + +- [#893](https://github.com/TBD54566975/web5-js/pull/893) [`43a5078`](https://github.com/TBD54566975/web5-js/commit/43a50783b150a2363c75f06d47903602a6920f5e) Thanks [@LiranCohen](https://github.com/LiranCohen)! - differentiate between Record creator and author + +- [#894](https://github.com/TBD54566975/web5-js/pull/894) [`e7cb25a`](https://github.com/TBD54566975/web5-js/commit/e7cb25a06ac5c521943bd0bb1cac55770c2ea82c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Enable Protocol Query/Configure with delegate Grant + +- [#892](https://github.com/TBD54566975/web5-js/pull/892) [`2ec2d21`](https://github.com/TBD54566975/web5-js/commit/2ec2d213ae10a9576da78927771768a11a05409b) Thanks [@LiranCohen](https://github.com/LiranCohen)! - dataFormat is a mutible record property + +- [#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 `grants` API for `Web5.dwn` + +- [#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 `agent` to refelcy the newest `dwn-sdk-js` and `dwn-server` + +- [#522](https://github.com/TBD54566975/web5-js/pull/522) [`2f7bbbe`](https://github.com/TBD54566975/web5-js/commit/2f7bbbe5c3947460eb6336e1153851de69a38ee8) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add `records.subscribe()` functionality to the DwnApi + +- [#859](https://github.com/TBD54566975/web5-js/pull/859) [`7fc1f1d`](https://github.com/TBD54566975/web5-js/commit/7fc1f1dc1913fb3c77516db0f6ba2c55787bc84b) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Consume single PermissionApi for dealing with permissions, fix bug for Record class not fetching delegate permissions for request. + +- [#899](https://github.com/TBD54566975/web5-js/pull/899) [`9f0a128`](https://github.com/TBD54566975/web5-js/commit/9f0a1280eb0b0b85794e6c2509aa3ed751511662) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Allow reading public records in delegate state even if no explicit grant exists. + ## 0.10.0 ### Minor Changes diff --git a/packages/api/package.json b/packages/api/package.json index a5da39837..8fa588dd8 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@web5/api", - "version": "0.10.0", + "version": "0.11.0", "description": "SDK for accessing the features and capabilities of Web5", "type": "module", "main": "./dist/cjs/index.js",