Skip to content

Commit

Permalink
Revert "Version Packages (#262)"
Browse files Browse the repository at this point in the history
This reverts commit 199addd.
  • Loading branch information
leordev authored Jul 30, 2024
1 parent 199addd commit d132ced
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 32 deletions.
6 changes: 6 additions & 0 deletions .changeset/selfish-apricots-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tbdex/protocol": major
"@tbdex/http-server": major
---

Updated code and tests to align with latest tbDEX spec (commit 621f54f of `tbdex` repo)
5 changes: 5 additions & 0 deletions .changeset/shiny-pillows-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tbdex/protocol": patch
---

Fix: use fragment in json schema refs.
7 changes: 0 additions & 7 deletions packages/http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# @tbdex/http-client

## 2.0.0

### Patch Changes

- Updated dependencies [[`fa3dfe8`](https://github.com/TBD54566975/tbdex-js/commit/fa3dfe870fdf14cd3516b020cba96fa29aa98c71), [`4c84157`](https://github.com/TBD54566975/tbdex-js/commit/4c841570d17682348b4edf1d5708616051a31eef)]:
- @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": "2.0.0",
"version": "1.1.0",
"type": "module",
"description": "Http client that can be used to send tbdex messages",
"license": "Apache-2.0",
Expand Down
12 changes: 0 additions & 12 deletions packages/http-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# @tbdex/http-server

## 2.0.0

### Major Changes

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

### Patch Changes

- Updated dependencies [[`fa3dfe8`](https://github.com/TBD54566975/tbdex-js/commit/fa3dfe870fdf14cd3516b020cba96fa29aa98c71), [`4c84157`](https://github.com/TBD54566975/tbdex-js/commit/4c841570d17682348b4edf1d5708616051a31eef)]:
- @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": "2.0.0",
"version": "1.1.0",
"module": "./dist/main.js",
"types": "./dist/types/main.d.ts",
"files": [
Expand Down
10 changes: 0 additions & 10 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @tbdex/protocol

## 2.0.0

### Major Changes

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

### Patch Changes

- [#245](https://github.com/TBD54566975/tbdex-js/pull/245) [`4c84157`](https://github.com/TBD54566975/tbdex-js/commit/4c841570d17682348b4edf1d5708616051a31eef) Thanks [@diehuxx](https://github.com/diehuxx)! - 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": "2.0.0",
"version": "1.1.0",
"type": "module",
"description": "Library that includes type definitions for tbdex messages",
"license": "Apache-2.0",
Expand Down

0 comments on commit d132ced

Please sign in to comment.