Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #241

Merged
merged 1 commit into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fair-spiders-eat.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/long-spiders-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-bobcats-ring.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tbdex/http-client

## 1.1.0

### Patch Changes

- [#254](https://github.com/TBD54566975/tbdex-js/pull/254) [`ffcbb32`](https://github.com/TBD54566975/tbdex-js/commit/ffcbb320d3290a783b43e80eec29abfd5cea802c) Thanks [@nitro-neal](https://github.com/nitro-neal)! - bumped to latest version of @web5/credentials @web5/crypto @web5/common and @web5/dids

- Updated dependencies [[`ffcbb32`](https://github.com/TBD54566975/tbdex-js/commit/ffcbb320d3290a783b43e80eec29abfd5cea802c)]:
- @tbdex/[email protected]

## 1.0.2

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

## 1.1.0

### Minor Changes

- [#244](https://github.com/TBD54566975/tbdex-js/pull/244) [`c7da892`](https://github.com/TBD54566975/tbdex-js/commit/c7da892149b832571354959210b4f60cdda01f1d) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Deprecated query params for List Exchanges API

### Patch Changes

- [#240](https://github.com/TBD54566975/tbdex-js/pull/240) [`8d8f022`](https://github.com/TBD54566975/tbdex-js/commit/8d8f02244075a5e57ebb689d7add356012c37802) Thanks [@thehenrytsai](https://github.com/thehenrytsai)! - Fixed bugs in tests involving calledWith() and increased code coverage.

- [#254](https://github.com/TBD54566975/tbdex-js/pull/254) [`ffcbb32`](https://github.com/TBD54566975/tbdex-js/commit/ffcbb320d3290a783b43e80eec29abfd5cea802c) Thanks [@nitro-neal](https://github.com/nitro-neal)! - bumped to latest version of @web5/credentials @web5/crypto @web5/common and @web5/dids

- Updated dependencies [[`ffcbb32`](https://github.com/TBD54566975/tbdex-js/commit/ffcbb320d3290a783b43e80eec29abfd5cea802c)]:
- @tbdex/[email protected]
- @tbdex/[email protected]

## 1.0.2

### 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": "1.0.2",
"version": "1.1.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

## 1.1.0

### Patch Changes

- [#254](https://github.com/TBD54566975/tbdex-js/pull/254) [`ffcbb32`](https://github.com/TBD54566975/tbdex-js/commit/ffcbb320d3290a783b43e80eec29abfd5cea802c) Thanks [@nitro-neal](https://github.com/nitro-neal)! - bumped to latest version of @web5/credentials @web5/crypto @web5/common and @web5/dids

## 1.0.2

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