Skip to content

Commit

Permalink
chore: release main (#80)
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 7, 2024
1 parent fc64e50 commit e6e92b1
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": "5.0.6",
"packages/auth-common": "2.10.1"
"packages/auth-provider": "5.1.0",
"packages/auth-common": "2.11.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.11.0](https://github.com/aversini/auth-client/compare/auth-common-v2.10.1...auth-common-v2.11.0) (2024-07-07)


### Features

* enabling access token fallback via secure cookie ([#79](https://github.com/aversini/auth-client/issues/79)) ([fc64e50](https://github.com/aversini/auth-client/commit/fc64e509c8cf149a14ae63354547d15fbd92bd0b))

## [2.10.1](https://github.com/aversini/auth-client/compare/auth-common-v2.10.0...auth-common-v2.10.1) (2024-06-29)


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.10.1",
"version": "2.11.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

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


### Features

* enabling access token fallback via secure cookie ([#79](https://github.com/aversini/auth-client/issues/79)) ([fc64e50](https://github.com/aversini/auth-client/commit/fc64e509c8cf149a14ae63354547d15fbd92bd0b))

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


Expand Down
6 changes: 4 additions & 2 deletions 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.6",
"version": "5.1.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
8 changes: 8 additions & 0 deletions packages/auth-provider/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,13 @@
"limit": "11 kb",
"passed": true
}
},
"5.1.0": {
"dist/index.js": {
"fileSize": 51769,
"fileSizeGzip": 14167,
"limit": "15 kb",
"passed": true
}
}
}

0 comments on commit e6e92b1

Please sign in to comment.