diff --git a/.changeset/brave-cameras-reply.md b/.changeset/brave-cameras-reply.md deleted file mode 100644 index 49b67b0a6..000000000 --- a/.changeset/brave-cameras-reply.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@web5/agent": minor -"@web5/dids": minor -"@web5/identity-agent": minor -"@web5/proxy-agent": minor -"@web5/user-agent": minor ---- - -Ability to Update a DID diff --git a/.changeset/fair-pillows-notice.md b/.changeset/fair-pillows-notice.md deleted file mode 100644 index 796372911..000000000 --- a/.changeset/fair-pillows-notice.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@web5/agent": patch -"@web5/dids": patch -"@web5/identity-agent": patch -"@web5/proxy-agent": patch -"@web5/user-agent": patch ---- - -Add ability to update DWN Endpoints diff --git a/.changeset/itchy-mayflies-camp.md b/.changeset/itchy-mayflies-camp.md deleted file mode 100644 index e2f247a39..000000000 --- a/.changeset/itchy-mayflies-camp.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@web5/identity-agent": minor -"@web5/proxy-agent": minor -"@web5/user-agent": minor -"@web5/agent": minor ---- - -Simplify IdentityApi to be agent-focused and storing both the DID and IdentityMetadata under the agent's tenant. diff --git a/.changeset/lemon-bees-yawn.md b/.changeset/lemon-bees-yawn.md deleted file mode 100644 index cf7a444db..000000000 --- a/.changeset/lemon-bees-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/agent": patch ---- - -Added parameter for app display name for dynamic rendering in the wallet during web5 connect flow diff --git a/.changeset/rude-socks-pay.md b/.changeset/rude-socks-pay.md deleted file mode 100644 index 3bc6098a0..000000000 --- a/.changeset/rude-socks-pay.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@web5/agent": patch -"@web5/identity-agent": patch -"@web5/proxy-agent": patch -"@web5/user-agent": patch ---- - -Enable EventEmitterStream diff --git a/.changeset/yellow-schools-fail.md b/.changeset/yellow-schools-fail.md deleted file mode 100644 index 5ba605de7..000000000 --- a/.changeset/yellow-schools-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web5/common": minor ---- - -Added a logger. diff --git a/packages/agent/CHANGELOG.md b/packages/agent/CHANGELOG.md index 1694e5f87..1f6b48427 100644 --- a/packages/agent/CHANGELOG.md +++ b/packages/agent/CHANGELOG.md @@ -1,5 +1,26 @@ # @web5/agent +## 0.8.0 + +### Minor Changes + +- [#914](https://github.com/TBD54566975/web5-js/pull/914) [`bd1cb00`](https://github.com/TBD54566975/web5-js/commit/bd1cb00616029b0d18687b597e90d3b7c4dbeae1) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Ability to Update a DID + +- [#911](https://github.com/TBD54566975/web5-js/pull/911) [`c92159c`](https://github.com/TBD54566975/web5-js/commit/c92159c32a4f45aae73eb16199185af95a4b55e3) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Simplify IdentityApi to be agent-focused and storing both the DID and IdentityMetadata under the agent's tenant. + +### Patch Changes + +- [#953](https://github.com/TBD54566975/web5-js/pull/953) [`3f39bf1`](https://github.com/TBD54566975/web5-js/commit/3f39bf1d14cf835a2959b5386a82ff7228d31e6c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add ability to update DWN Endpoints + +- [#945](https://github.com/TBD54566975/web5-js/pull/945) [`101f463`](https://github.com/TBD54566975/web5-js/commit/101f463eae4fa54383a8ffd28292755076ce50f4) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Added parameter for app display name for dynamic rendering in the wallet during web5 connect flow + +- [#910](https://github.com/TBD54566975/web5-js/pull/910) [`d3b4728`](https://github.com/TBD54566975/web5-js/commit/d3b4728fb2ad8a15fd81d6db1865bd7b8c762561) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Enable EventEmitterStream + +- Updated dependencies [[`bd1cb00`](https://github.com/TBD54566975/web5-js/commit/bd1cb00616029b0d18687b597e90d3b7c4dbeae1), [`3f39bf1`](https://github.com/TBD54566975/web5-js/commit/3f39bf1d14cf835a2959b5386a82ff7228d31e6c), [`bfa0417`](https://github.com/TBD54566975/web5-js/commit/bfa0417a2e9fc1300c5e604bea19b75ab1c73645)]: + - @web5/dids@1.2.0 + - @web5/common@1.1.0 + - @web5/crypto@1.0.6 + ## 0.7.4 ### Patch Changes diff --git a/packages/agent/package.json b/packages/agent/package.json index e6ee360dc..21a66014f 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@web5/agent", - "version": "0.7.4", + "version": "0.8.0", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index bc138699f..d9079bdcf 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -1,5 +1,12 @@ # @web5/browser +## 0.0.3 + +### Patch Changes + +- Updated dependencies [[`bd1cb00`](https://github.com/TBD54566975/web5-js/commit/bd1cb00616029b0d18687b597e90d3b7c4dbeae1), [`3f39bf1`](https://github.com/TBD54566975/web5-js/commit/3f39bf1d14cf835a2959b5386a82ff7228d31e6c)]: + - @web5/dids@1.2.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/browser/package.json b/packages/browser/package.json index bce65aa43..c1b138c70 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@web5/browser", - "version": "0.0.2", + "version": "0.0.3", "description": "Web5 tools and features to use in the browser", "type": "module", "main": "./dist/esm/index.js", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 3986e622e..796b39046 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,11 @@ # @web5/common +## 1.1.0 + +### Minor Changes + +- [#948](https://github.com/TBD54566975/web5-js/pull/948) [`bfa0417`](https://github.com/TBD54566975/web5-js/commit/bfa0417a2e9fc1300c5e604bea19b75ab1c73645) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Added a logger. + ## 1.0.2 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index 8250fcb68..7cea74ea9 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@web5/common", - "version": "1.0.2", + "version": "1.1.0", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/credentials/CHANGELOG.md b/packages/credentials/CHANGELOG.md index f953f143e..616839f5b 100644 --- a/packages/credentials/CHANGELOG.md +++ b/packages/credentials/CHANGELOG.md @@ -1,5 +1,14 @@ # @web5/credentials +## 1.1.3 + +### Patch Changes + +- Updated dependencies [[`bd1cb00`](https://github.com/TBD54566975/web5-js/commit/bd1cb00616029b0d18687b597e90d3b7c4dbeae1), [`3f39bf1`](https://github.com/TBD54566975/web5-js/commit/3f39bf1d14cf835a2959b5386a82ff7228d31e6c), [`bfa0417`](https://github.com/TBD54566975/web5-js/commit/bfa0417a2e9fc1300c5e604bea19b75ab1c73645)]: + - @web5/dids@1.2.0 + - @web5/common@1.1.0 + - @web5/crypto@1.0.6 + ## 1.1.2 ### Patch Changes diff --git a/packages/credentials/package.json b/packages/credentials/package.json index 0ad70f524..db31444a3 100644 --- a/packages/credentials/package.json +++ b/packages/credentials/package.json @@ -1,6 +1,6 @@ { "name": "@web5/credentials", - "version": "1.1.2", + "version": "1.1.3", "description": "Verifiable Credentials", "type": "module", "main": "./dist/cjs/index.js", diff --git a/packages/crypto-aws-kms/CHANGELOG.md b/packages/crypto-aws-kms/CHANGELOG.md index 65f756f3a..ac9301f05 100644 --- a/packages/crypto-aws-kms/CHANGELOG.md +++ b/packages/crypto-aws-kms/CHANGELOG.md @@ -1,5 +1,12 @@ # @web5/crypto-aws-kms +## 1.0.6 + +### Patch Changes + +- Updated dependencies []: + - @web5/crypto@1.0.6 + ## 1.0.5 ### Patch Changes diff --git a/packages/crypto-aws-kms/package.json b/packages/crypto-aws-kms/package.json index a2f1c3a1d..0120a5e02 100644 --- a/packages/crypto-aws-kms/package.json +++ b/packages/crypto-aws-kms/package.json @@ -1,6 +1,6 @@ { "name": "@web5/crypto-aws-kms", - "version": "1.0.5", + "version": "1.0.6", "description": "Web5 cryptographic library using AWS KMS", "type": "module", "main": "./dist/cjs/index.js", diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index f7c24665d..cb635327e 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -1,5 +1,12 @@ # @web5/crypto +## 1.0.6 + +### Patch Changes + +- Updated dependencies [[`bfa0417`](https://github.com/TBD54566975/web5-js/commit/bfa0417a2e9fc1300c5e604bea19b75ab1c73645)]: + - @web5/common@1.1.0 + ## 1.0.5 ### Patch Changes diff --git a/packages/crypto/package.json b/packages/crypto/package.json index f1261e107..165937216 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@web5/crypto", - "version": "1.0.5", + "version": "1.0.6", "description": "Web5 cryptographic library", "type": "module", "main": "./dist/cjs/index.js", diff --git a/packages/dids/CHANGELOG.md b/packages/dids/CHANGELOG.md index 5a5e99f06..96abe15f0 100644 --- a/packages/dids/CHANGELOG.md +++ b/packages/dids/CHANGELOG.md @@ -1,5 +1,19 @@ # @web5/dids +## 1.2.0 + +### Minor Changes + +- [#914](https://github.com/TBD54566975/web5-js/pull/914) [`bd1cb00`](https://github.com/TBD54566975/web5-js/commit/bd1cb00616029b0d18687b597e90d3b7c4dbeae1) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Ability to Update a DID + +### Patch Changes + +- [#953](https://github.com/TBD54566975/web5-js/pull/953) [`3f39bf1`](https://github.com/TBD54566975/web5-js/commit/3f39bf1d14cf835a2959b5386a82ff7228d31e6c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add ability to update DWN Endpoints + +- Updated dependencies [[`bfa0417`](https://github.com/TBD54566975/web5-js/commit/bfa0417a2e9fc1300c5e604bea19b75ab1c73645)]: + - @web5/common@1.1.0 + - @web5/crypto@1.0.6 + ## 1.1.5 ### Patch Changes diff --git a/packages/dids/package.json b/packages/dids/package.json index 187140247..f261de450 100644 --- a/packages/dids/package.json +++ b/packages/dids/package.json @@ -1,6 +1,6 @@ { "name": "@web5/dids", - "version": "1.1.5", + "version": "1.2.0", "description": "TBD DIDs library", "type": "module", "main": "./dist/cjs/index.js", diff --git a/packages/identity-agent/CHANGELOG.md b/packages/identity-agent/CHANGELOG.md index a69afd8a6..df01310f5 100644 --- a/packages/identity-agent/CHANGELOG.md +++ b/packages/identity-agent/CHANGELOG.md @@ -1,5 +1,25 @@ # @web5/identity-agent +## 0.7.0 + +### Minor Changes + +- [#914](https://github.com/TBD54566975/web5-js/pull/914) [`bd1cb00`](https://github.com/TBD54566975/web5-js/commit/bd1cb00616029b0d18687b597e90d3b7c4dbeae1) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Ability to Update a DID + +- [#911](https://github.com/TBD54566975/web5-js/pull/911) [`c92159c`](https://github.com/TBD54566975/web5-js/commit/c92159c32a4f45aae73eb16199185af95a4b55e3) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Simplify IdentityApi to be agent-focused and storing both the DID and IdentityMetadata under the agent's tenant. + +### Patch Changes + +- [#953](https://github.com/TBD54566975/web5-js/pull/953) [`3f39bf1`](https://github.com/TBD54566975/web5-js/commit/3f39bf1d14cf835a2959b5386a82ff7228d31e6c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add ability to update DWN Endpoints + +- [#910](https://github.com/TBD54566975/web5-js/pull/910) [`d3b4728`](https://github.com/TBD54566975/web5-js/commit/d3b4728fb2ad8a15fd81d6db1865bd7b8c762561) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Enable EventEmitterStream + +- Updated dependencies [[`bd1cb00`](https://github.com/TBD54566975/web5-js/commit/bd1cb00616029b0d18687b597e90d3b7c4dbeae1), [`3f39bf1`](https://github.com/TBD54566975/web5-js/commit/3f39bf1d14cf835a2959b5386a82ff7228d31e6c), [`c92159c`](https://github.com/TBD54566975/web5-js/commit/c92159c32a4f45aae73eb16199185af95a4b55e3), [`101f463`](https://github.com/TBD54566975/web5-js/commit/101f463eae4fa54383a8ffd28292755076ce50f4), [`d3b4728`](https://github.com/TBD54566975/web5-js/commit/d3b4728fb2ad8a15fd81d6db1865bd7b8c762561), [`bfa0417`](https://github.com/TBD54566975/web5-js/commit/bfa0417a2e9fc1300c5e604bea19b75ab1c73645)]: + - @web5/agent@0.8.0 + - @web5/dids@1.2.0 + - @web5/common@1.1.0 + - @web5/crypto@1.0.6 + ## 0.6.4 ### Patch Changes diff --git a/packages/identity-agent/package.json b/packages/identity-agent/package.json index aabb2104c..0a7f557f7 100644 --- a/packages/identity-agent/package.json +++ b/packages/identity-agent/package.json @@ -1,6 +1,6 @@ { "name": "@web5/identity-agent", - "version": "0.6.4", + "version": "0.7.0", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/proxy-agent/CHANGELOG.md b/packages/proxy-agent/CHANGELOG.md index 49aea40a5..9e40d58a8 100644 --- a/packages/proxy-agent/CHANGELOG.md +++ b/packages/proxy-agent/CHANGELOG.md @@ -1,5 +1,25 @@ # @web5/proxy-agent +## 0.7.0 + +### Minor Changes + +- [#914](https://github.com/TBD54566975/web5-js/pull/914) [`bd1cb00`](https://github.com/TBD54566975/web5-js/commit/bd1cb00616029b0d18687b597e90d3b7c4dbeae1) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Ability to Update a DID + +- [#911](https://github.com/TBD54566975/web5-js/pull/911) [`c92159c`](https://github.com/TBD54566975/web5-js/commit/c92159c32a4f45aae73eb16199185af95a4b55e3) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Simplify IdentityApi to be agent-focused and storing both the DID and IdentityMetadata under the agent's tenant. + +### Patch Changes + +- [#953](https://github.com/TBD54566975/web5-js/pull/953) [`3f39bf1`](https://github.com/TBD54566975/web5-js/commit/3f39bf1d14cf835a2959b5386a82ff7228d31e6c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add ability to update DWN Endpoints + +- [#910](https://github.com/TBD54566975/web5-js/pull/910) [`d3b4728`](https://github.com/TBD54566975/web5-js/commit/d3b4728fb2ad8a15fd81d6db1865bd7b8c762561) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Enable EventEmitterStream + +- Updated dependencies [[`bd1cb00`](https://github.com/TBD54566975/web5-js/commit/bd1cb00616029b0d18687b597e90d3b7c4dbeae1), [`3f39bf1`](https://github.com/TBD54566975/web5-js/commit/3f39bf1d14cf835a2959b5386a82ff7228d31e6c), [`c92159c`](https://github.com/TBD54566975/web5-js/commit/c92159c32a4f45aae73eb16199185af95a4b55e3), [`101f463`](https://github.com/TBD54566975/web5-js/commit/101f463eae4fa54383a8ffd28292755076ce50f4), [`d3b4728`](https://github.com/TBD54566975/web5-js/commit/d3b4728fb2ad8a15fd81d6db1865bd7b8c762561), [`bfa0417`](https://github.com/TBD54566975/web5-js/commit/bfa0417a2e9fc1300c5e604bea19b75ab1c73645)]: + - @web5/agent@0.8.0 + - @web5/dids@1.2.0 + - @web5/common@1.1.0 + - @web5/crypto@1.0.6 + ## 0.6.4 ### Patch Changes diff --git a/packages/proxy-agent/package.json b/packages/proxy-agent/package.json index e28019297..cb70a8166 100644 --- a/packages/proxy-agent/package.json +++ b/packages/proxy-agent/package.json @@ -1,6 +1,6 @@ { "name": "@web5/proxy-agent", - "version": "0.6.4", + "version": "0.7.0", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/user-agent/CHANGELOG.md b/packages/user-agent/CHANGELOG.md index bb6638c63..3793622a0 100644 --- a/packages/user-agent/CHANGELOG.md +++ b/packages/user-agent/CHANGELOG.md @@ -1,5 +1,25 @@ # @web5/user-agent +## 0.7.0 + +### Minor Changes + +- [#914](https://github.com/TBD54566975/web5-js/pull/914) [`bd1cb00`](https://github.com/TBD54566975/web5-js/commit/bd1cb00616029b0d18687b597e90d3b7c4dbeae1) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Ability to Update a DID + +- [#911](https://github.com/TBD54566975/web5-js/pull/911) [`c92159c`](https://github.com/TBD54566975/web5-js/commit/c92159c32a4f45aae73eb16199185af95a4b55e3) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Simplify IdentityApi to be agent-focused and storing both the DID and IdentityMetadata under the agent's tenant. + +### Patch Changes + +- [#953](https://github.com/TBD54566975/web5-js/pull/953) [`3f39bf1`](https://github.com/TBD54566975/web5-js/commit/3f39bf1d14cf835a2959b5386a82ff7228d31e6c) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Add ability to update DWN Endpoints + +- [#910](https://github.com/TBD54566975/web5-js/pull/910) [`d3b4728`](https://github.com/TBD54566975/web5-js/commit/d3b4728fb2ad8a15fd81d6db1865bd7b8c762561) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Enable EventEmitterStream + +- Updated dependencies [[`bd1cb00`](https://github.com/TBD54566975/web5-js/commit/bd1cb00616029b0d18687b597e90d3b7c4dbeae1), [`3f39bf1`](https://github.com/TBD54566975/web5-js/commit/3f39bf1d14cf835a2959b5386a82ff7228d31e6c), [`c92159c`](https://github.com/TBD54566975/web5-js/commit/c92159c32a4f45aae73eb16199185af95a4b55e3), [`101f463`](https://github.com/TBD54566975/web5-js/commit/101f463eae4fa54383a8ffd28292755076ce50f4), [`d3b4728`](https://github.com/TBD54566975/web5-js/commit/d3b4728fb2ad8a15fd81d6db1865bd7b8c762561), [`bfa0417`](https://github.com/TBD54566975/web5-js/commit/bfa0417a2e9fc1300c5e604bea19b75ab1c73645)]: + - @web5/agent@0.8.0 + - @web5/dids@1.2.0 + - @web5/common@1.1.0 + - @web5/crypto@1.0.6 + ## 0.6.4 ### Patch Changes diff --git a/packages/user-agent/package.json b/packages/user-agent/package.json index 5105980f5..953ec7f8a 100644 --- a/packages/user-agent/package.json +++ b/packages/user-agent/package.json @@ -1,6 +1,6 @@ { "name": "@web5/user-agent", - "version": "0.6.4", + "version": "0.7.0", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",