Skip to content

Commit

Permalink
Version Packages (#257)
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 Mar 24, 2023
1 parent 842630e commit 1848768
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/strange-toys-wait.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/http-signature-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @interledger/http-signature-utils

## 1.0.1

### Patch Changes

- 842630e: Update README
2 changes: 1 addition & 1 deletion packages/http-signature-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/open-payments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions packages/open-payments/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"repository": {
Expand Down Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @interledger/openapi

## 1.0.1

### Patch Changes

- 842630e: Update README
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1848768

Please sign in to comment.