Skip to content

Commit

Permalink
Version Packages (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 13, 2024
1 parent 664dd07 commit 0dc35e0
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/kind-monkeys-tell.md

This file was deleted.

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

## 2.2.0

### Minor Changes

- [#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

### Patch Changes

- Updated dependencies [[`664dd07`](https://github.com/TBD54566975/tbdex-js/commit/664dd0769188386b11b5e9a2579195a68e992f03)]:
- @tbdex/protocol@2.2.0

## 2.1.0

### 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": "2.1.0",
"version": "2.2.0",
"type": "module",
"description": "Http client that can be used to send tbdex messages",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/http-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tbdex/http-server

## 2.2.0

### Minor Changes

- [#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

### Patch Changes

- Updated dependencies [[`664dd07`](https://github.com/TBD54566975/tbdex-js/commit/664dd0769188386b11b5e9a2579195a68e992f03)]:
- @tbdex/http-client@2.2.0
- @tbdex/protocol@2.2.0

## 2.1.0

### 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": "2.1.0",
"version": "2.2.0",
"module": "./dist/main.js",
"types": "./dist/types/main.d.ts",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tbdex/protocol

## 2.2.0

### Minor Changes

- [#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

## 2.1.0

### Minor 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": "2.1.0",
"version": "2.2.0",
"type": "module",
"description": "Library that includes type definitions for tbdex messages",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0dc35e0

Please sign in to comment.