Skip to content

Commit

Permalink
chore: release main (#78)
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 6, 2024
1 parent b1f7df9 commit 86d112a
Show file tree
Hide file tree
Showing 4 changed files with 17 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.0.5",
"packages/auth-provider": "5.0.6",
"packages/auth-common": "2.10.1"
}
7 changes: 7 additions & 0 deletions packages/auth-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.0.6](https://github.com/aversini/auth-client/compare/auth-provider-v5.0.5...auth-provider-v5.0.6) (2024-07-06)


### Bug Fixes

* remove existing tokens on login if any ([#77](https://github.com/aversini/auth-client/issues/77)) ([b1f7df9](https://github.com/aversini/auth-client/commit/b1f7df9eb09ec7702e6e5b3ccacd95c6c8adaef4))

## [5.0.5](https://github.com/aversini/auth-client/compare/auth-provider-v5.0.4...auth-provider-v5.0.5) (2024-07-05)


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.0.5",
"version": "5.0.6",
"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 @@ -174,5 +174,13 @@
"limit": "11 kb",
"passed": true
}
},
"5.0.6": {
"dist/index.js": {
"fileSize": 36885,
"fileSizeGzip": 10538,
"limit": "11 kb",
"passed": true
}
}
}

0 comments on commit 86d112a

Please sign in to comment.