Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Version Packages (#264)
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 Jul 30, 2024
1 parent e692ea2 commit a06581d
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .changeset/odd-owls-invite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/selfish-apricots-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-pillows-smile.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.0.0

### Major Changes

- [#263](https://github.com/TBD54566975/tbdex-js/pull/263) [`c673b00`](https://github.com/TBD54566975/tbdex-js/commit/c673b0015b4a4cb2a954aad5e6bf233d70a0dcec) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Updated HTTP request body to contain `message` property according to spec change.

### Patch Changes

- Updated dependencies [[`c673b00`](https://github.com/TBD54566975/tbdex-js/commit/c673b0015b4a4cb2a954aad5e6bf233d70a0dcec), [`e692ea2`](https://github.com/TBD54566975/tbdex-js/commit/e692ea209bd41df4173392f606c08ff1636e1040), [`e692ea2`](https://github.com/TBD54566975/tbdex-js/commit/e692ea209bd41df4173392f606c08ff1636e1040)]:
- @tbdex/protocol@2.0.0

## 1.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": "1.1.0",
"version": "2.0.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

## 2.0.0

### Major Changes

- [#263](https://github.com/TBD54566975/tbdex-js/pull/263) [`c673b00`](https://github.com/TBD54566975/tbdex-js/commit/c673b0015b4a4cb2a954aad5e6bf233d70a0dcec) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Updated HTTP request body to contain `message` property according to spec change.

- [#265](https://github.com/TBD54566975/tbdex-js/pull/265) [`e692ea2`](https://github.com/TBD54566975/tbdex-js/commit/e692ea209bd41df4173392f606c08ff1636e1040) Thanks [@leordev](https://github.com/leordev)! - Updated code and tests to align with latest tbDEX spec (commit 621f54f of `tbdex` repo)

### Patch Changes

- Updated dependencies [[`c673b00`](https://github.com/TBD54566975/tbdex-js/commit/c673b0015b4a4cb2a954aad5e6bf233d70a0dcec), [`e692ea2`](https://github.com/TBD54566975/tbdex-js/commit/e692ea209bd41df4173392f606c08ff1636e1040), [`e692ea2`](https://github.com/TBD54566975/tbdex-js/commit/e692ea209bd41df4173392f606c08ff1636e1040)]:
- @tbdex/protocol@2.0.0
- @tbdex/http-client@2.0.0

## 1.1.0

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

## 2.0.0

### Major Changes

- [#263](https://github.com/TBD54566975/tbdex-js/pull/263) [`c673b00`](https://github.com/TBD54566975/tbdex-js/commit/c673b0015b4a4cb2a954aad5e6bf233d70a0dcec) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Updated HTTP request body to contain `message` property according to spec change.

- [#265](https://github.com/TBD54566975/tbdex-js/pull/265) [`e692ea2`](https://github.com/TBD54566975/tbdex-js/commit/e692ea209bd41df4173392f606c08ff1636e1040) Thanks [@leordev](https://github.com/leordev)! - Updated code and tests to align with latest tbDEX spec (commit 621f54f of `tbdex` repo)

### Patch Changes

- [#265](https://github.com/TBD54566975/tbdex-js/pull/265) [`e692ea2`](https://github.com/TBD54566975/tbdex-js/commit/e692ea209bd41df4173392f606c08ff1636e1040) Thanks [@leordev](https://github.com/leordev)! - Fix: use fragment in json schema refs.

## 1.1.0

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

0 comments on commit a06581d

Please sign in to comment.