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

Commit

Permalink
Version Packages (#267)
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 13, 2024
1 parent 0a9394c commit 695557d
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-horses-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-beans-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-carrots-jog.md

This file was deleted.

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

## 2.1.0

### Patch Changes

- Updated dependencies [[`0a9394c`](https://github.com/TBD54566975/tbdex-js/commit/0a9394c6b56dc161feed8dc516f73ad2a55f39bb), [`8908f85`](https://github.com/TBD54566975/tbdex-js/commit/8908f855ac975b5dcba03fc388e14f57cb911227), [`cad5c4e`](https://github.com/TBD54566975/tbdex-js/commit/cad5c4e2b37d34a53add143f0fcf3f8c1d4fddd2)]:
- @tbdex/protocol@2.1.0

## 2.0.0

### Major 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": "2.0.0",
"version": "2.1.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

## 2.1.0

### Patch Changes

- Updated dependencies [[`0a9394c`](https://github.com/TBD54566975/tbdex-js/commit/0a9394c6b56dc161feed8dc516f73ad2a55f39bb), [`8908f85`](https://github.com/TBD54566975/tbdex-js/commit/8908f855ac975b5dcba03fc388e14f57cb911227), [`cad5c4e`](https://github.com/TBD54566975/tbdex-js/commit/cad5c4e2b37d34a53add143f0fcf3f8c1d4fddd2)]:
- @tbdex/protocol@2.1.0
- @tbdex/http-client@2.1.0

## 2.0.0

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

## 2.1.0

### Minor Changes

- [#269](https://github.com/TBD54566975/tbdex-js/pull/269) [`0a9394c`](https://github.com/TBD54566975/tbdex-js/commit/0a9394c6b56dc161feed8dc516f73ad2a55f39bb) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Added Cancel message support

- [#268](https://github.com/TBD54566975/tbdex-js/pull/268) [`8908f85`](https://github.com/TBD54566975/tbdex-js/commit/8908f855ac975b5dcba03fc388e14f57cb911227) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Added OrderInstructions message.

### Patch Changes

- [#266](https://github.com/TBD54566975/tbdex-js/pull/266) [`cad5c4e`](https://github.com/TBD54566975/tbdex-js/commit/cad5c4e2b37d34a53add143f0fcf3f8c1d4fddd2) Thanks [@nitro-neal](https://github.com/nitro-neal)! - update to latest tbdex spec

## 2.0.0

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

0 comments on commit 695557d

Please sign in to comment.