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

Commit

Permalink
Version Packages (#235)
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 Apr 8, 2024
1 parent b7e3a9b commit cfabccc
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/blue-shirts-love.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.0.1

### Patch Changes

- [#233](https://github.com/TBD54566975/tbdex-js/pull/233) [`b7e3a9b`](https://github.com/TBD54566975/tbdex-js/commit/b7e3a9bdd99b2307972b27754520287a13198c28) Thanks [@leordev](https://github.com/leordev)! - Add provenance config to the build

- Updated dependencies [[`b7e3a9b`](https://github.com/TBD54566975/tbdex-js/commit/b7e3a9bdd99b2307972b27754520287a13198c28)]:
- @tbdex/protocol@1.0.1

## 1.0.0

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

## 1.0.1

### Patch Changes

- [#233](https://github.com/TBD54566975/tbdex-js/pull/233) [`b7e3a9b`](https://github.com/TBD54566975/tbdex-js/commit/b7e3a9bdd99b2307972b27754520287a13198c28) Thanks [@leordev](https://github.com/leordev)! - Add provenance config to the build

- Updated dependencies [[`b7e3a9b`](https://github.com/TBD54566975/tbdex-js/commit/b7e3a9bdd99b2307972b27754520287a13198c28)]:
- @tbdex/http-client@1.0.1
- @tbdex/protocol@1.0.1

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"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.0.1

### Patch Changes

- [#233](https://github.com/TBD54566975/tbdex-js/pull/233) [`b7e3a9b`](https://github.com/TBD54566975/tbdex-js/commit/b7e3a9bdd99b2307972b27754520287a13198c28) Thanks [@leordev](https://github.com/leordev)! - Add provenance config to the build

## 1.0.0

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

0 comments on commit cfabccc

Please sign in to comment.