Skip to content

Commit

Permalink
chore: release main (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Jun 27, 2024
1 parent 93c70b5 commit 2a2665c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/auth-provider": "4.1.0",
"packages/auth-common": "2.7.1"
"packages/auth-provider": "4.2.0",
"packages/auth-common": "2.8.0"
}
7 changes: 7 additions & 0 deletions packages/auth-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.8.0](https://github.com/aversini/auth-client/compare/auth-common-v2.7.1...auth-common-v2.8.0) (2024-06-27)


### Features

* adding support for refresh tokens ([#51](https://github.com/aversini/auth-client/issues/51)) ([93c70b5](https://github.com/aversini/auth-client/commit/93c70b580b88db813ae2338c9d6f781e4f5ab07b))

## [2.7.1](https://github.com/aversini/auth-client/compare/auth-common-v2.7.0...auth-common-v2.7.1) (2024-06-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/auth-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/auth-common",
"version": "2.7.1",
"version": "2.8.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down
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

## [4.2.0](https://github.com/aversini/auth-client/compare/auth-provider-v4.1.0...auth-provider-v4.2.0) (2024-06-27)


### Features

* adding support for refresh tokens ([#51](https://github.com/aversini/auth-client/issues/51)) ([93c70b5](https://github.com/aversini/auth-client/commit/93c70b580b88db813ae2338c9d6f781e4f5ab07b))

## [4.1.0](https://github.com/aversini/auth-client/compare/auth-provider-v4.0.0...auth-provider-v4.1.0) (2024-06-26)


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": "4.1.0",
"version": "4.2.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down

0 comments on commit 2a2665c

Please sign in to comment.