diff --git a/.changeset/curvy-scissors-nail.md b/.changeset/curvy-scissors-nail.md deleted file mode 100644 index b3212bfe..00000000 --- a/.changeset/curvy-scissors-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tbdex/protocol": patch ---- - -Upgrade @noble/hashes to 1.3.3 diff --git a/.changeset/violet-bats-battle.md b/.changeset/violet-bats-battle.md deleted file mode 100644 index 51cf246e..00000000 --- a/.changeset/violet-bats-battle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@tbdex/http-client": minor -"@tbdex/http-server": minor -"@tbdex/protocol": minor ---- - -Simplify types, inheritance structure, and API diff --git a/packages/http-client/CHANGELOG.md b/packages/http-client/CHANGELOG.md index daff5bda..1170e75a 100644 --- a/packages/http-client/CHANGELOG.md +++ b/packages/http-client/CHANGELOG.md @@ -1,5 +1,17 @@ # @tbdex/http-client +## 0.25.0 + +### Minor Changes + +- 1b48ad1: Simplify types, inheritance structure, and API + +### Patch Changes + +- Updated dependencies [552675c] +- Updated dependencies [1b48ad1] + - @tbdex/protocol@0.25.0 + ## 0.24.0 ### Minor Changes diff --git a/packages/http-client/package.json b/packages/http-client/package.json index a6489f78..6fe652ad 100644 --- a/packages/http-client/package.json +++ b/packages/http-client/package.json @@ -1,6 +1,6 @@ { "name": "@tbdex/http-client", - "version": "0.24.0", + "version": "0.25.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 5bc0435b..ca30c667 100644 --- a/packages/http-server/CHANGELOG.md +++ b/packages/http-server/CHANGELOG.md @@ -1,5 +1,18 @@ # @tbdex/http-server +## 0.25.0 + +### Minor Changes + +- 1b48ad1: Simplify types, inheritance structure, and API + +### Patch Changes + +- Updated dependencies [552675c] +- Updated dependencies [1b48ad1] + - @tbdex/protocol@0.25.0 + - @tbdex/http-client@0.25.0 + ## 0.24.0 ### Minor Changes diff --git a/packages/http-server/package.json b/packages/http-server/package.json index a8ce732b..471a104d 100644 --- a/packages/http-server/package.json +++ b/packages/http-server/package.json @@ -9,7 +9,7 @@ }, "license": "Apache-2.0", "type": "module", - "version": "0.24.0", + "version": "0.25.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 d39321ba..63cb9168 100644 --- a/packages/protocol/CHANGELOG.md +++ b/packages/protocol/CHANGELOG.md @@ -1,5 +1,15 @@ # @tbdex/protocol +## 0.25.0 + +### Minor Changes + +- 1b48ad1: Simplify types, inheritance structure, and API + +### Patch Changes + +- 552675c: Upgrade @noble/hashes to 1.3.3 + ## 0.24.0 ### Minor Changes diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 08a682e7..3c379627 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@tbdex/protocol", - "version": "0.24.0", + "version": "0.25.0", "type": "module", "description": "Library that includes type definitions for tbdex messages", "license": "Apache-2.0",