Skip to content

Commit

Permalink
chore: release main (#108)
Browse files Browse the repository at this point in the history
* chore: release main

* Apply automatic changes

---------

Co-authored-by: aversini <[email protected]>
  • Loading branch information
aversini and aversini authored Jul 15, 2024
1 parent b1e877b commit 0c1ec6a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/auth-provider": "5.4.0",
"packages/auth-provider": "6.0.0",
"packages/auth-common": "2.12.1"
}
11 changes: 11 additions & 0 deletions packages/auth-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [6.0.0](https://github.com/aversini/auth-client/compare/auth-provider-v5.4.0...auth-provider-v6.0.0) (2024-07-15)


### ⚠ BREAKING CHANGES

* need to scope API calls for auth ([#107](https://github.com/aversini/auth-client/issues/107))

### Features

* need to scope API calls for auth ([#107](https://github.com/aversini/auth-client/issues/107)) ([b1e877b](https://github.com/aversini/auth-client/commit/b1e877b2e5af0227cc120e36fd36f2404866efc5))

## [5.4.0](https://github.com/aversini/auth-client/compare/auth-provider-v5.3.0...auth-provider-v5.4.0) (2024-07-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/auth-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/auth-provider",
"version": "5.4.0",
"version": "6.0.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/auth-provider/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,13 @@
"limit": "15 kb",
"passed": true
}
},
"6.0.0": {
"dist/index.js": {
"fileSize": 52683,
"fileSizeGzip": 14058,
"limit": "15 kb",
"passed": true
}
}
}

0 comments on commit 0c1ec6a

Please sign in to comment.