Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
noramass committed Jun 13, 2023
1 parent 1483fb6 commit f67872b
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 9 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/deadbolt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farbenmeer/deadbolt",
"version": "1.0.2",
"version": "1.0.3",
"since": 2023,
"description": "next oauth2 solution",
"main": "dist/index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/http/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "@farbenmeer/http",
"entries": [
{
"date": "Tue, 13 Jun 2023 12:00:07 GMT",
"tag": "@farbenmeer/http_v0.1.0",
"version": "0.1.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@farbenmeer/http",
"commit": "1483fb6e33fb310413c937ed9d8fa41d1f4e98ad",
"comment": "feat: better error reporting on invalid json"
}
]
}
}
]
}
13 changes: 13 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log - @farbenmeer/http

This log was last generated on Tue, 13 Jun 2023 12:00:07 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.0

Tue, 13 Jun 2023 12:00:07 GMT

### Minor changes

- feat: better error reporting on invalid json ([email protected])
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farbenmeer/http",
"version": "0.0.0",
"version": "0.1.0",
"since": 2023,
"description": "next http client",
"main": "dist/index.js",
Expand Down

0 comments on commit f67872b

Please sign in to comment.