Skip to content

Commit

Permalink
chore: release main (#29)
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 Jun 24, 2024
1 parent 015b6df commit 8ba8747
Show file tree
Hide file tree
Showing 6 changed files with 29 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
8 changes: 8 additions & 0 deletions packages/auth-provider/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,13 @@
"limit": "9 kb",
"passed": true
}
},
"2.2.0": {
"dist/index.js": {
"fileSize": 25905,
"fileSizeGzip": 8050,
"limit": "9 kb",
"passed": true
}
}
}

0 comments on commit 8ba8747

Please sign in to comment.