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 Mar 14, 2024
1 parent 7296998 commit 42b3d7f
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 26 deletions.
7 changes: 0 additions & 7 deletions .changeset/cyan-wolves-draw.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fluffy-eggs-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-radios-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-hats-run.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"username":"mistermoe"}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

b66886473d6875c90b045eadcb3e05e730ec770e {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/-/whoami","integrity":"sha512-OHlDUPvVqehEfcTJnOn6OKxbvIi2//2Jy9ACUHdclvEFx+n5oNT1oahqyz+hd8c8Yh4RySzdYqEp4FK/z2vTCg==","time":1710449195552,"size":24,"metadata":{"time":1710449195546,"url":"https://registry.npmjs.org/-/whoami","reqHeaders":{},"resHeaders":{"content-type":"application/json","date":"Thu, 14 Mar 2024 20:46:35 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}}
11 changes: 11 additions & 0 deletions packages/http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.26.1",
"version": "0.27.0",
"type": "module",
"description": "Http client that can be used to send tbdex messages",
"license": "Apache-2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/http-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.26.1",
"version": "0.27.0",
"module": "./dist/main.js",
"types": "./dist/types/main.d.ts",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.26.1",
"version": "0.27.0",
"type": "module",
"description": "Library that includes type definitions for tbdex messages",
"license": "Apache-2.0",
Expand Down

0 comments on commit 42b3d7f

Please sign in to comment.