Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 20, 2024
1 parent 3cfc21d commit 46850bc
Show file tree
Hide file tree
Showing 35 changed files with 135 additions and 92 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-experts-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-bikes-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-apes-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-baboons-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-lamps-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-tools-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-dolls-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-crews-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-rules-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-brooms-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-ads-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-pets-vanish.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/tasty-years-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-ants-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-humans-doubt.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @web5/agent

## 0.7.4

### Patch Changes

- [#903](https://github.com/TBD54566975/web5-js/pull/903) [`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a) Thanks [@shamilovtim](https://github.com/shamilovtim)! - use workspace for deps

- Updated dependencies [[`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a)]:
- @web5/crypto@1.0.5
- @web5/dids@1.1.5

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/agent",
"version": "0.7.3",
"version": "0.7.4",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
38 changes: 38 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @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.

- [#905](https://github.com/TBD54566975/web5-js/pull/905) [`3cfc21d`](https://github.com/TBD54566975/web5-js/commit/3cfc21df01e505891a47c9d6cd5bd1aa916c1550) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Moving web-features to @web5/browser package

- [#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.

- [#903](https://github.com/TBD54566975/web5-js/pull/903) [`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a) Thanks [@shamilovtim](https://github.com/shamilovtim)! - use workspace for deps

- Updated dependencies [[`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a)]:
- @web5/user-agent@0.6.4
- @web5/crypto@1.0.5
- @web5/agent@0.7.4
- @web5/dids@1.1.5

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @web5/browser

## 0.0.2

### Patch Changes

- [#905](https://github.com/TBD54566975/web5-js/pull/905) [`3cfc21d`](https://github.com/TBD54566975/web5-js/commit/3cfc21df01e505891a47c9d6cd5bd1aa916c1550) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Initial publish

- Updated dependencies [[`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a)]:
- @web5/dids@1.1.5
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/browser",
"version": "0.0.1",
"version": "0.0.2",
"description": "Web5 tools and features to use in the browser",
"type": "module",
"main": "./dist/esm/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/credentials/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @web5/credentials

## 1.1.2

### Patch Changes

- [#903](https://github.com/TBD54566975/web5-js/pull/903) [`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a) Thanks [@shamilovtim](https://github.com/shamilovtim)! - use workspace for deps

- Updated dependencies [[`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a)]:
- @web5/crypto@1.0.5
- @web5/dids@1.1.5

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/credentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/credentials",
"version": "1.1.1",
"version": "1.1.2",
"description": "Verifiable Credentials",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/crypto-aws-kms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web5/crypto-aws-kms

## 1.0.5

### Patch Changes

- [#903](https://github.com/TBD54566975/web5-js/pull/903) [`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a) Thanks [@shamilovtim](https://github.com/shamilovtim)! - use workspace for deps

- Updated dependencies [[`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a)]:
- @web5/crypto@1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-aws-kms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/crypto-aws-kms",
"version": "1.0.4",
"version": "1.0.5",
"description": "Web5 cryptographic library using AWS KMS",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web5/crypto

## 1.0.5

### Patch Changes

- [#903](https://github.com/TBD54566975/web5-js/pull/903) [`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a) Thanks [@shamilovtim](https://github.com/shamilovtim)! - use workspace for deps

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/crypto",
"version": "1.0.4",
"version": "1.0.5",
"description": "Web5 cryptographic library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/dids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web5/dids

## 1.1.5

### Patch Changes

- [#903](https://github.com/TBD54566975/web5-js/pull/903) [`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a) Thanks [@shamilovtim](https://github.com/shamilovtim)! - use workspace for deps

- Updated dependencies [[`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a)]:
- @web5/crypto@1.0.5

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/dids",
"version": "1.1.4",
"version": "1.1.5",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/identity-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @web5/identity-agent

## 0.6.4

### Patch Changes

- [#903](https://github.com/TBD54566975/web5-js/pull/903) [`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a) Thanks [@shamilovtim](https://github.com/shamilovtim)! - use workspace for deps

- Updated dependencies [[`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a)]:
- @web5/crypto@1.0.5
- @web5/agent@0.7.4
- @web5/dids@1.1.5

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/identity-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/identity-agent",
"version": "0.6.3",
"version": "0.6.4",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @web5/proxy-agent

## 0.6.4

### Patch Changes

- [#903](https://github.com/TBD54566975/web5-js/pull/903) [`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a) Thanks [@shamilovtim](https://github.com/shamilovtim)! - use workspace for deps

- Updated dependencies [[`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a)]:
- @web5/crypto@1.0.5
- @web5/agent@0.7.4
- @web5/dids@1.1.5

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/proxy-agent",
"version": "0.6.3",
"version": "0.6.4",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/user-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @web5/user-agent

## 0.6.4

### Patch Changes

- [#903](https://github.com/TBD54566975/web5-js/pull/903) [`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a) Thanks [@shamilovtim](https://github.com/shamilovtim)! - use workspace for deps

- Updated dependencies [[`17a4290`](https://github.com/TBD54566975/web5-js/commit/17a42902582481e2424fe7f3c3eb10dd1851e24a)]:
- @web5/crypto@1.0.5
- @web5/agent@0.7.4
- @web5/dids@1.1.5

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/user-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/user-agent",
"version": "0.6.3",
"version": "0.6.4",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 46850bc

Please sign in to comment.