Skip to content

Commit

Permalink
Version Packages (#688)
Browse files Browse the repository at this point in the history
* Version Packages

* update dids to 1.1.1

* update pnpm-lock

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Neal <[email protected]>
  • Loading branch information
3 people authored Jun 12, 2024
1 parent 16eb49d commit 617e9a9
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 85 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-spoons-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-bears-count.md

This file was deleted.

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

## 1.0.3

### Patch Changes

- [#653](https://github.com/TBD54566975/web5-js/pull/653) [`65b577b`](https://github.com/TBD54566975/web5-js/commit/65b577ba28ca01b9c209af9c8575c5690ca1c12b) Thanks [@nitro-neal](https://github.com/nitro-neal)! - Consuming latest web5 repos. Fixing diddht jwt verification

- Updated dependencies [[`16eb49d`](https://github.com/TBD54566975/web5-js/commit/16eb49d00ee45bd25fa62c370a5b729801581950)]:
- @web5/dids@1.1.1

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/credentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web5/credentials",
"version": "1.0.2",
"version": "1.0.3",
"description": "Verifiable Credentials",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -78,7 +78,7 @@
"@sphereon/pex": "2.1.0",
"@web5/common": "1.0.1",
"@web5/crypto": "1.0.1",
"@web5/dids": "1.1.0",
"@web5/dids": "1.1.1",
"pako": "^2.1.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/dids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web5/dids

## 1.1.1

### Patch Changes

- [#689](https://github.com/TBD54566975/web5-js/pull/689) [`16eb49d`](https://github.com/TBD54566975/web5-js/commit/16eb49d00ee45bd25fa62c370a5b729801581950) Thanks [@nitro-neal](https://github.com/nitro-neal)! - Update KeyTypeToDefaultAlgorithmMap for did dht

## 1.1.0

### Minor 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.0",
"version": "1.1.1",
"description": "TBD DIDs library",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
101 changes: 29 additions & 72 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 617e9a9

Please sign in to comment.