Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0dc35e0

Browse files
authoredAug 13, 2024··
Version Packages (#271)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 664dd07 commit 0dc35e0

File tree

7 files changed

+32
-10
lines changed

7 files changed

+32
-10
lines changed
 

‎.changeset/kind-monkeys-tell.md

-7
This file was deleted.

‎packages/http-client/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @tbdex/http-client
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#270](https://github.com/TBD54566975/tbdex-js/pull/270) [`664dd07`](https://github.com/TBD54566975/tbdex-js/commit/664dd0769188386b11b5e9a2579195a68e992f03) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Fixed minor issue to prep v2.2.0 release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`664dd07`](https://github.com/TBD54566975/tbdex-js/commit/664dd0769188386b11b5e9a2579195a68e992f03)]:
12+
- @tbdex/protocol@2.2.0
13+
314
## 2.1.0
415

516
### Patch Changes

‎packages/http-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tbdex/http-client",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"type": "module",
55
"description": "Http client that can be used to send tbdex messages",
66
"license": "Apache-2.0",

‎packages/http-server/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @tbdex/http-server
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#270](https://github.com/TBD54566975/tbdex-js/pull/270) [`664dd07`](https://github.com/TBD54566975/tbdex-js/commit/664dd0769188386b11b5e9a2579195a68e992f03) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Fixed minor issue to prep v2.2.0 release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`664dd07`](https://github.com/TBD54566975/tbdex-js/commit/664dd0769188386b11b5e9a2579195a68e992f03)]:
12+
- @tbdex/http-client@2.2.0
13+
- @tbdex/protocol@2.2.0
14+
315
## 2.1.0
416

517
### Patch Changes

‎packages/http-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "Apache-2.0",
1111
"type": "module",
12-
"version": "2.1.0",
12+
"version": "2.2.0",
1313
"module": "./dist/main.js",
1414
"types": "./dist/types/main.d.ts",
1515
"files": [

‎packages/protocol/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tbdex/protocol
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#270](https://github.com/TBD54566975/tbdex-js/pull/270) [`664dd07`](https://github.com/TBD54566975/tbdex-js/commit/664dd0769188386b11b5e9a2579195a68e992f03) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Fixed minor issue to prep v2.2.0 release
8+
39
## 2.1.0
410

511
### Minor Changes

‎packages/protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tbdex/protocol",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"type": "module",
55
"description": "Library that includes type definitions for tbdex messages",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)
This repository has been archived.