Skip to content

Commit

Permalink
Version Packages (#840)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 14, 2024
1 parent fcdbbf1 commit 7f179ed
Show file tree
Hide file tree
Showing 19 changed files with 104 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-shrimps-hammer.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/flat-students-compare.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/olive-windows-give.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- [#713](https://github.com/TBD54566975/web5-js/pull/713) [`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce) Thanks [@shamilovtim](https://github.com/shamilovtim)! - introduce initial web5 connect implementation
bump crypto

### Patch Changes

- [#746](https://github.com/TBD54566975/web5-js/pull/746) [`1fee7a2`](https://github.com/TBD54566975/web5-js/commit/1fee7a266d426013d1d250155af2a9c3c8b1ee78) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Apply logic to sign messages with grants, add utils for dealing with grants

- Updated dependencies [[`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce)]:
- @web5/crypto@1.0.3
- @web5/dids@1.1.3

## 0.4.1

### 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.4.1",
"version": "0.5.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/credentials/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @web5/credentials

## 1.1.0

### Minor Changes

- [#737](https://github.com/TBD54566975/web5-js/pull/737) [`4d01119`](https://github.com/TBD54566975/web5-js/commit/4d011194879abcf2375b463a317108bb6416583b) Thanks [@nitro-neal](https://github.com/nitro-neal)! - Adding resolution and validation of credential schemas

### Patch Changes

- [#713](https://github.com/TBD54566975/web5-js/pull/713) [`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce) Thanks [@shamilovtim](https://github.com/shamilovtim)! - introduce initial web5 connect implementation
bump crypto
- Updated dependencies [[`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce)]:
- @web5/crypto@1.0.3
- @web5/dids@1.1.3

## 1.0.4

### 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.0.4",
"version": "1.1.0",
"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.3

### Patch Changes

- [#713](https://github.com/TBD54566975/web5-js/pull/713) [`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce) Thanks [@shamilovtim](https://github.com/shamilovtim)! - introduce initial web5 connect implementation
bump crypto
- Updated dependencies [[`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce)]:
- @web5/crypto@1.0.3

## 1.0.2

### 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.2",
"version": "1.0.3",
"description": "Web5 cryptographic library using AWS KMS",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @web5/crypto

## 1.0.3

### Patch Changes

- [#713](https://github.com/TBD54566975/web5-js/pull/713) [`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce) Thanks [@shamilovtim](https://github.com/shamilovtim)! - introduce initial web5 connect implementation
bump crypto

## 1.0.2

### 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.2",
"version": "1.0.3",
"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.3

### Patch Changes

- [#713](https://github.com/TBD54566975/web5-js/pull/713) [`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce) Thanks [@shamilovtim](https://github.com/shamilovtim)! - introduce initial web5 connect implementation
bump crypto
- Updated dependencies [[`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce)]:
- @web5/crypto@1.0.3

## 1.1.2

### 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.2",
"version": "1.1.3",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/identity-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @web5/identity-agent

## 0.4.2

### Patch Changes

- [#713](https://github.com/TBD54566975/web5-js/pull/713) [`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce) Thanks [@shamilovtim](https://github.com/shamilovtim)! - introduce initial web5 connect implementation
bump crypto

- [#746](https://github.com/TBD54566975/web5-js/pull/746) [`1fee7a2`](https://github.com/TBD54566975/web5-js/commit/1fee7a266d426013d1d250155af2a9c3c8b1ee78) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Apply logic to sign messages with grants, add utils for dealing with grants

- Updated dependencies [[`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce), [`1fee7a2`](https://github.com/TBD54566975/web5-js/commit/1fee7a266d426013d1d250155af2a9c3c8b1ee78)]:
- @web5/agent@0.5.0
- @web5/crypto@1.0.3
- @web5/dids@1.1.3

## 0.4.1

### 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.4.1",
"version": "0.4.2",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @web5/proxy-agent

## 0.4.2

### Patch Changes

- [#713](https://github.com/TBD54566975/web5-js/pull/713) [`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce) Thanks [@shamilovtim](https://github.com/shamilovtim)! - introduce initial web5 connect implementation
bump crypto

- [#746](https://github.com/TBD54566975/web5-js/pull/746) [`1fee7a2`](https://github.com/TBD54566975/web5-js/commit/1fee7a266d426013d1d250155af2a9c3c8b1ee78) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Apply logic to sign messages with grants, add utils for dealing with grants

- Updated dependencies [[`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce), [`1fee7a2`](https://github.com/TBD54566975/web5-js/commit/1fee7a266d426013d1d250155af2a9c3c8b1ee78)]:
- @web5/agent@0.5.0
- @web5/crypto@1.0.3
- @web5/dids@1.1.3

## 0.4.1

### 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.4.1",
"version": "0.4.2",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/user-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @web5/user-agent

## 0.4.2

### Patch Changes

- [#713](https://github.com/TBD54566975/web5-js/pull/713) [`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce) Thanks [@shamilovtim](https://github.com/shamilovtim)! - introduce initial web5 connect implementation
bump crypto

- [#746](https://github.com/TBD54566975/web5-js/pull/746) [`1fee7a2`](https://github.com/TBD54566975/web5-js/commit/1fee7a266d426013d1d250155af2a9c3c8b1ee78) Thanks [@LiranCohen](https://github.com/LiranCohen)! - Apply logic to sign messages with grants, add utils for dealing with grants

- Updated dependencies [[`5ed8798`](https://github.com/TBD54566975/web5-js/commit/5ed87986e4f3fde25eff2691afb49011d4ba69ce), [`1fee7a2`](https://github.com/TBD54566975/web5-js/commit/1fee7a266d426013d1d250155af2a9c3c8b1ee78)]:
- @web5/agent@0.5.0
- @web5/crypto@1.0.3
- @web5/dids@1.1.3

## 0.4.1

### 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.4.1",
"version": "0.4.2",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 7f179ed

Please sign in to comment.