diff --git a/.changeset/strange-toys-wait.md b/.changeset/strange-toys-wait.md deleted file mode 100644 index a8a140c8..00000000 --- a/.changeset/strange-toys-wait.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@interledger/http-signature-utils': patch -'@interledger/open-payments': patch -'@interledger/openapi': patch ---- - -Update README diff --git a/packages/http-signature-utils/CHANGELOG.md b/packages/http-signature-utils/CHANGELOG.md new file mode 100644 index 00000000..4a2c7b56 --- /dev/null +++ b/packages/http-signature-utils/CHANGELOG.md @@ -0,0 +1,7 @@ +# @interledger/http-signature-utils + +## 1.0.1 + +### Patch Changes + +- 842630e: Update README diff --git a/packages/http-signature-utils/package.json b/packages/http-signature-utils/package.json index 93514659..7f0f7e1d 100644 --- a/packages/http-signature-utils/package.json +++ b/packages/http-signature-utils/package.json @@ -1,6 +1,6 @@ { "name": "@interledger/http-signature-utils", - "version": "1.0.0", + "version": "1.0.1", "description": "Provides utilities for working with HTTP signatures", "repository": { "type": "git", diff --git a/packages/open-payments/CHANGELOG.md b/packages/open-payments/CHANGELOG.md new file mode 100644 index 00000000..2e6dd491 --- /dev/null +++ b/packages/open-payments/CHANGELOG.md @@ -0,0 +1,10 @@ +# @interledger/open-payments + +## 1.0.1 + +### Patch Changes + +- 842630e: Update README +- Updated dependencies [842630e] + - @interledger/http-signature-utils@1.0.1 + - @interledger/openapi@1.0.1 diff --git a/packages/open-payments/package.json b/packages/open-payments/package.json index c4013cfb..d117e253 100644 --- a/packages/open-payments/package.json +++ b/packages/open-payments/package.json @@ -1,6 +1,6 @@ { "name": "@interledger/open-payments", - "version": "1.0.0", + "version": "1.0.1", "description": "Tools for interacting with the Open Payments API", "author": "Interledger Tech Team ", "repository": { @@ -34,8 +34,8 @@ "typescript": "^4.9.5" }, "dependencies": { - "@interledger/http-signature-utils": "workspace:1.0.0", - "@interledger/openapi": "workspace:1.0.0", + "@interledger/http-signature-utils": "workspace:1.0.1", + "@interledger/openapi": "workspace:1.0.1", "axios": "^1.3.4", "http-message-signatures": "^0.1.2", "pino": "^8.11.0", diff --git a/packages/openapi/CHANGELOG.md b/packages/openapi/CHANGELOG.md new file mode 100644 index 00000000..d63dd82c --- /dev/null +++ b/packages/openapi/CHANGELOG.md @@ -0,0 +1,7 @@ +# @interledger/openapi + +## 1.0.1 + +### Patch Changes + +- 842630e: Update README diff --git a/packages/openapi/package.json b/packages/openapi/package.json index 04db1313..1052793d 100644 --- a/packages/openapi/package.json +++ b/packages/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@interledger/openapi", - "version": "1.0.0", + "version": "1.0.1", "description": "Validates requests and responses according to an OpenAPI 3.1 schema", "author": "Interledger Tech Team ", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e66acdb1..d0637a1e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -82,8 +82,8 @@ importers: packages/open-payments: specifiers: - '@interledger/http-signature-utils': workspace:1.0.0 - '@interledger/openapi': workspace:1.0.0 + '@interledger/http-signature-utils': workspace:1.0.1 + '@interledger/openapi': workspace:1.0.1 '@types/node': ^18.7.12 '@types/uuid': ^9.0.0 axios: ^1.3.4