Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Jun 24, 2024
1 parent 015b6df commit 54cc223
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 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": "2.1.2",
"packages/auth-common": "2.1.0"
"packages/auth-provider": "2.2.0",
"packages/auth-common": "2.2.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.2.0](https://github.com/aversini/auth-client/compare/auth-common-v2.1.0...auth-common-v2.2.0) (2024-06-24)


### Features

* moving verifyAndExtractToken to common package ([#28](https://github.com/aversini/auth-client/issues/28)) ([015b6df](https://github.com/aversini/auth-client/commit/015b6dfada0b8ecd2018819c62bb76e42cc3721e))

## [2.1.0](https://github.com/aversini/auth-client/compare/auth-common-v2.0.0...auth-common-v2.1.0) (2024-06-21)


Expand Down
6 changes: 4 additions & 2 deletions 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.1.0",
"version": "2.2.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand All @@ -14,7 +14,9 @@
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build:check": "tsc",
"build:js": "vite build",
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

## [2.2.0](https://github.com/aversini/auth-client/compare/auth-provider-v2.1.2...auth-provider-v2.2.0) (2024-06-24)


### Features

* moving verifyAndExtractToken to common package ([#28](https://github.com/aversini/auth-client/issues/28)) ([015b6df](https://github.com/aversini/auth-client/commit/015b6dfada0b8ecd2018819c62bb76e42cc3721e))

## [2.1.2](https://github.com/aversini/auth-client/compare/auth-provider-v2.1.1...auth-provider-v2.1.2) (2024-06-24)


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

0 comments on commit 54cc223

Please sign in to comment.