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 Dec 20, 2023
1 parent 9e1015e commit 6d7d15d
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-donkeys-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-mangos-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-icons-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-lizards-peel.md

This file was deleted.

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

## 0.23.0

### Minor Changes

- 9e1015e: Introduces custom errors types and breaking changes: functions now throw instead of return on failure

### Patch Changes

- Updated dependencies [5631d32]
- Updated dependencies [c3610ed]
- @tbdex/protocol@0.23.0

## 0.22.1

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

## 0.23.0

### Patch Changes

- 941e8f6: Improve http-server error handling and test coverage
- Updated dependencies [5631d32]
- Updated dependencies [9e1015e]
- Updated dependencies [c3610ed]
- @tbdex/protocol@0.23.0
- @tbdex/http-client@0.23.0

## 0.22.1

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

## 0.23.0

### Patch Changes

- 5631d32: Replace pex implementation with web5
- c3610ed: Adds more checks to validate an RFQ against a provided Offering

## 0.22.1

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

0 comments on commit 6d7d15d

Please sign in to comment.