Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Version Packages #167

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/breezy-islands-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-lies-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-cheetahs-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-pandas-speak.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @tbdex/http-client

## 0.26.0

### Minor Changes

- eba04b8: Upgrade packages web5/[email protected], web5/[email protected], web5/[email protected], web5/[email protected]

- Deprecate did:ion and did:key in favour of did:jwk and did:dht
- Migrate from `PortableDid` to `BearerDid` with the latest @web5/dids upgrade
- Replaces dependency on `Web5Crypto` with `BearerDid` signer abstraction for signing operations

- 629f0c7: Stricten, tested, and remove untested code

### Patch Changes

- Updated dependencies [eba04b8]
- Updated dependencies [589edc3]
- @tbdex/[email protected]

## 0.25.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbdex/http-client",
"version": "0.25.0",
"version": "0.26.0",
"type": "module",
"description": "Http client that can be used to send tbdex messages",
"license": "Apache-2.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/http-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @tbdex/http-server

## 0.26.0

### Minor Changes

- eba04b8: Upgrade packages web5/[email protected], web5/[email protected], web5/[email protected], web5/[email protected]

- Deprecate did:ion and did:key in favour of did:jwk and did:dht
- Migrate from `PortableDid` to `BearerDid` with the latest @web5/dids upgrade
- Replaces dependency on `Web5Crypto` with `BearerDid` signer abstraction for signing operations

- ca1b235: Requires consumer to pass pfiDid when instantiating a new TbdexHttpServer

### Patch Changes

- Updated dependencies [eba04b8]
- Updated dependencies [589edc3]
- Updated dependencies [629f0c7]
- @tbdex/[email protected]
- @tbdex/[email protected]

## 0.25.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"license": "Apache-2.0",
"type": "module",
"version": "0.25.0",
"version": "0.26.0",
"module": "./dist/main.js",
"types": "./dist/types/main.d.ts",
"files": [
Expand Down
14 changes: 14 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @tbdex/protocol

## 0.26.0

### Minor Changes

- eba04b8: Upgrade packages web5/[email protected], web5/[email protected], web5/[email protected], web5/[email protected]

- Deprecate did:ion and did:key in favour of did:jwk and did:dht
- Migrate from `PortableDid` to `BearerDid` with the latest @web5/dids upgrade
- Replaces dependency on `Web5Crypto` with `BearerDid` signer abstraction for signing operations

### Patch Changes

- 589edc3: Add exchange state machine

## 0.25.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbdex/protocol",
"version": "0.25.0",
"version": "0.26.0",
"type": "module",
"description": "Library that includes type definitions for tbdex messages",
"license": "Apache-2.0",
Expand Down
Loading