From a677596d5a76054e5253e3d772b45f2721dee056 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:29:35 -0700 Subject: [PATCH] Version Packages (#199) Co-authored-by: github-actions[bot] --- .changeset/cyan-wolves-draw.md | 7 ------- .changeset/fluffy-eggs-collect.md | 6 ------ .changeset/friendly-radios-relax.md | 5 ----- .changeset/stale-hats-run.md | 5 ----- packages/http-client/CHANGELOG.md | 11 +++++++++++ packages/http-client/package.json | 2 +- packages/http-server/CHANGELOG.md | 14 ++++++++++++++ packages/http-server/package.json | 2 +- packages/protocol/CHANGELOG.md | 10 ++++++++++ packages/protocol/package.json | 2 +- 10 files changed, 38 insertions(+), 26 deletions(-) delete mode 100644 .changeset/cyan-wolves-draw.md delete mode 100644 .changeset/fluffy-eggs-collect.md delete mode 100644 .changeset/friendly-radios-relax.md delete mode 100644 .changeset/stale-hats-run.md diff --git a/.changeset/cyan-wolves-draw.md b/.changeset/cyan-wolves-draw.md deleted file mode 100644 index c123432d..00000000 --- a/.changeset/cyan-wolves-draw.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@tbdex/protocol": minor -"@tbdex/http-client": patch -"@tbdex/http-server": patch ---- - -Introduce protocol field to messages and resources diff --git a/.changeset/fluffy-eggs-collect.md b/.changeset/fluffy-eggs-collect.md deleted file mode 100644 index aeae2eae..00000000 --- a/.changeset/fluffy-eggs-collect.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tbdex/http-server": minor -"@tbdex/protocol": minor ---- - -Remove DevTools.createDid, extractNamedCurve, and JwsHeader diff --git a/.changeset/friendly-radios-relax.md b/.changeset/friendly-radios-relax.md deleted file mode 100644 index 095c1265..00000000 --- a/.changeset/friendly-radios-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tbdex/protocol": minor ---- - -Allows a `Close` message to proceed an `OrderStatus` message diff --git a/.changeset/stale-hats-run.md b/.changeset/stale-hats-run.md deleted file mode 100644 index 6cde34e1..00000000 --- a/.changeset/stale-hats-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tbdex/http-client": patch ---- - -Update client test diff --git a/packages/http-client/CHANGELOG.md b/packages/http-client/CHANGELOG.md index d394229c..559b355b 100644 --- a/packages/http-client/CHANGELOG.md +++ b/packages/http-client/CHANGELOG.md @@ -1,5 +1,16 @@ # @tbdex/http-client +## 0.27.0 + +### Patch Changes + +- [#191](https://github.com/TBD54566975/tbdex-js/pull/191) [`46481e7`](https://github.com/TBD54566975/tbdex-js/commit/46481e7fe74111f4f8a3cc7bf3f7943843a30cf7) Thanks [@kirahsapong](https://github.com/kirahsapong)! - Introduce protocol field to messages and resources + +- [#191](https://github.com/TBD54566975/tbdex-js/pull/191) [`46481e7`](https://github.com/TBD54566975/tbdex-js/commit/46481e7fe74111f4f8a3cc7bf3f7943843a30cf7) Thanks [@kirahsapong](https://github.com/kirahsapong)! - Update client test + +- Updated dependencies [[`46481e7`](https://github.com/TBD54566975/tbdex-js/commit/46481e7fe74111f4f8a3cc7bf3f7943843a30cf7), [`4f45153`](https://github.com/TBD54566975/tbdex-js/commit/4f45153d19ac6722a84d6087a0e6119be32966dc), [`1acffee`](https://github.com/TBD54566975/tbdex-js/commit/1acffeeae4fa1820b63a340fcac1ea8fae4f0219)]: + - @tbdex/protocol@0.27.0 + ## 0.26.1 ### Patch Changes diff --git a/packages/http-client/package.json b/packages/http-client/package.json index c4bc44ed..423573ea 100644 --- a/packages/http-client/package.json +++ b/packages/http-client/package.json @@ -1,6 +1,6 @@ { "name": "@tbdex/http-client", - "version": "0.26.1", + "version": "0.27.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 f27cae8c..78840742 100644 --- a/packages/http-server/CHANGELOG.md +++ b/packages/http-server/CHANGELOG.md @@ -1,5 +1,19 @@ # @tbdex/http-server +## 0.27.0 + +### Minor Changes + +- [#181](https://github.com/TBD54566975/tbdex-js/pull/181) [`4f45153`](https://github.com/TBD54566975/tbdex-js/commit/4f45153d19ac6722a84d6087a0e6119be32966dc) Thanks [@diehuxx](https://github.com/diehuxx)! - Remove DevTools.createDid, extractNamedCurve, and JwsHeader + +### Patch Changes + +- [#191](https://github.com/TBD54566975/tbdex-js/pull/191) [`46481e7`](https://github.com/TBD54566975/tbdex-js/commit/46481e7fe74111f4f8a3cc7bf3f7943843a30cf7) Thanks [@kirahsapong](https://github.com/kirahsapong)! - Introduce protocol field to messages and resources + +- Updated dependencies [[`46481e7`](https://github.com/TBD54566975/tbdex-js/commit/46481e7fe74111f4f8a3cc7bf3f7943843a30cf7), [`4f45153`](https://github.com/TBD54566975/tbdex-js/commit/4f45153d19ac6722a84d6087a0e6119be32966dc), [`1acffee`](https://github.com/TBD54566975/tbdex-js/commit/1acffeeae4fa1820b63a340fcac1ea8fae4f0219), [`46481e7`](https://github.com/TBD54566975/tbdex-js/commit/46481e7fe74111f4f8a3cc7bf3f7943843a30cf7)]: + - @tbdex/protocol@0.27.0 + - @tbdex/http-client@0.27.0 + ## 0.26.1 ### Patch Changes diff --git a/packages/http-server/package.json b/packages/http-server/package.json index daa50215..5b8d7d50 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.26.1", + "version": "0.27.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 f6204afd..71d0b266 100644 --- a/packages/protocol/CHANGELOG.md +++ b/packages/protocol/CHANGELOG.md @@ -1,5 +1,15 @@ # @tbdex/protocol +## 0.27.0 + +### Minor Changes + +- [#191](https://github.com/TBD54566975/tbdex-js/pull/191) [`46481e7`](https://github.com/TBD54566975/tbdex-js/commit/46481e7fe74111f4f8a3cc7bf3f7943843a30cf7) Thanks [@kirahsapong](https://github.com/kirahsapong)! - Introduce protocol field to messages and resources + +- [#181](https://github.com/TBD54566975/tbdex-js/pull/181) [`4f45153`](https://github.com/TBD54566975/tbdex-js/commit/4f45153d19ac6722a84d6087a0e6119be32966dc) Thanks [@diehuxx](https://github.com/diehuxx)! - Remove DevTools.createDid, extractNamedCurve, and JwsHeader + +- [#194](https://github.com/TBD54566975/tbdex-js/pull/194) [`1acffee`](https://github.com/TBD54566975/tbdex-js/commit/1acffeeae4fa1820b63a340fcac1ea8fae4f0219) Thanks [@kirahsapong](https://github.com/kirahsapong)! - Allows a `Close` message to proceed an `OrderStatus` message + ## 0.26.1 ### Patch Changes diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 9229954f..45a8a434 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@tbdex/protocol", - "version": "0.26.1", + "version": "0.27.0", "type": "module", "description": "Library that includes type definitions for tbdex messages", "license": "Apache-2.0",