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

Version Packages #102

Merged
merged 2 commits into from
Nov 29, 2023
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
7 changes: 0 additions & 7 deletions .changeset/seven-bears-stare.md

This file was deleted.

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

## 0.22.0

### Minor Changes

- bef3ae7: Refactored `generateRequestToken` to take `PortableDid` as an argument instead of `privateKeyJwk` and `kid`

### Patch Changes

- Updated dependencies [bef3ae7]
- @tbdex/[email protected]

## 0.21.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.21.0",
"version": "0.22.0",
"type": "module",
"description": "Http client that can be used to send tbdex messages",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/http-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tbdex/http-server

## 0.22.0

### Patch Changes

- Updated dependencies [bef3ae7]
- @tbdex/[email protected]
- @tbdex/[email protected]

## 0.21.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.21.0",
"version": "0.22.0",
"module": "./dist/main.js",
"types": "./dist/types/main.d.ts",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tbdex/protocol

## 0.22.0

### Minor Changes

- bef3ae7: Refactored `sign` to take `PortableDid` as an argument instead of `privateKeyJwk` and `kid`

## 0.21.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.21.0",
"version": "0.22.0",
"type": "module",
"description": "Library that includes type definitions for tbdex messages",
"license": "Apache-2.0",
Expand Down