Skip to content

Commit

Permalink
chore: release main (#90)
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 9, 2024
1 parent 8dc7158 commit b422f26
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 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.1.1",
"packages/auth-provider": "5.1.2",
"packages/auth-common": "2.11.0"
}
8 changes: 8 additions & 0 deletions packages/auth-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [5.1.2](https://github.com/aversini/auth-client/compare/auth-provider-v5.1.1...auth-provider-v5.1.2) (2024-07-09)


### Bug Fixes

* bump dependencies to latest ([#91](https://github.com/aversini/auth-client/issues/91)) ([8dc7158](https://github.com/aversini/auth-client/commit/8dc7158bc463c91d919991e5df91a35be8ef7999))
* on failed login, isLading is never reset ([#89](https://github.com/aversini/auth-client/issues/89)) ([a8f52e7](https://github.com/aversini/auth-client/commit/a8f52e77b8813273cccb27bc32af36f3fafe7825))

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


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.1.1",
"version": "5.1.2",
"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 @@ -198,5 +198,13 @@
"limit": "15 kb",
"passed": true
}
},
"5.1.2": {
"dist/index.js": {
"fileSize": 37204,
"fileSizeGzip": 10589,
"limit": "15 kb",
"passed": true
}
}
}

0 comments on commit b422f26

Please sign in to comment.