diff --git a/.changeset/fair-spiders-eat.md b/.changeset/fair-spiders-eat.md deleted file mode 100644 index 651174b9..00000000 --- a/.changeset/fair-spiders-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tbdex/http-server": patch ---- - -Fixed bugs in tests involving calledWith() and increased code coverage. diff --git a/.changeset/modern-bobcats-ring.md b/.changeset/modern-bobcats-ring.md deleted file mode 100644 index 31406676..00000000 --- a/.changeset/modern-bobcats-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tbdex/http-server": minor ---- - -Deprecated query params for List Exchanges API diff --git a/packages/http-client/CHANGELOG.md b/packages/http-client/CHANGELOG.md index 11dac416..c6b994fc 100644 --- a/packages/http-client/CHANGELOG.md +++ b/packages/http-client/CHANGELOG.md @@ -1,5 +1,12 @@ # @tbdex/http-client +## 1.1.0 + +### Patch Changes + +- Updated dependencies []: + - @tbdex/protocol@1.1.0 + ## 1.0.2 ### Patch Changes diff --git a/packages/http-client/package.json b/packages/http-client/package.json index 770b5a19..8f810ad0 100644 --- a/packages/http-client/package.json +++ b/packages/http-client/package.json @@ -1,6 +1,6 @@ { "name": "@tbdex/http-client", - "version": "1.0.2", + "version": "1.1.0", "type": "module", "description": "Http client that can be used to send tbdex messages", "license": "Apache-2.0", diff --git a/packages/http-server/CHANGELOG.md b/packages/http-server/CHANGELOG.md index 8fc1897e..cf276ac2 100644 --- a/packages/http-server/CHANGELOG.md +++ b/packages/http-server/CHANGELOG.md @@ -1,5 +1,19 @@ # @tbdex/http-server +## 1.1.0 + +### Minor Changes + +- [#244](https://github.com/TBD54566975/tbdex-js/pull/244) [`c7da892`](https://github.com/TBD54566975/tbdex-js/commit/c7da892149b832571354959210b4f60cdda01f1d) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Deprecated query params for List Exchanges API + +### Patch Changes + +- [#240](https://github.com/TBD54566975/tbdex-js/pull/240) [`8d8f022`](https://github.com/TBD54566975/tbdex-js/commit/8d8f02244075a5e57ebb689d7add356012c37802) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Fixed bugs in tests involving calledWith() and increased code coverage. + +- Updated dependencies []: + - @tbdex/protocol@1.1.0 + - @tbdex/http-client@1.1.0 + ## 1.0.2 ### Patch Changes diff --git a/packages/http-server/package.json b/packages/http-server/package.json index 91f5a41f..128b5f79 100644 --- a/packages/http-server/package.json +++ b/packages/http-server/package.json @@ -9,7 +9,7 @@ }, "license": "Apache-2.0", "type": "module", - "version": "1.0.2", + "version": "1.1.0", "module": "./dist/main.js", "types": "./dist/types/main.d.ts", "files": [ diff --git a/packages/protocol/CHANGELOG.md b/packages/protocol/CHANGELOG.md index 94ae6ae5..7b151687 100644 --- a/packages/protocol/CHANGELOG.md +++ b/packages/protocol/CHANGELOG.md @@ -1,5 +1,7 @@ # @tbdex/protocol +## 1.1.0 + ## 1.0.2 ## 1.0.1 diff --git a/packages/protocol/package.json b/packages/protocol/package.json index e9d8c7fc..a03e2eb4 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@tbdex/protocol", - "version": "1.0.2", + "version": "1.1.0", "type": "module", "description": "Library that includes type definitions for tbdex messages", "license": "Apache-2.0",