Skip to content

Commit

Permalink
chore: release main (#114)
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 18, 2024
1 parent b1b131c commit 28a3e26
Show file tree
Hide file tree
Showing 4 changed files with 20 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": "6.1.1",
"packages/auth-provider": "6.2.0",
"packages/auth-common": "2.12.1"
}
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

## [6.2.0](https://github.com/aversini/auth-client/compare/auth-provider-v6.1.1...auth-provider-v6.2.0) (2024-07-18)


### Features

* custom built fp and logger in debug mode ([#113](https://github.com/aversini/auth-client/issues/113)) ([b1b131c](https://github.com/aversini/auth-client/commit/b1b131cb0fcb3a4ddf72cb6cd8194707eeae5e53))

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


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": "6.1.1",
"version": "6.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
8 changes: 8 additions & 0 deletions packages/auth-provider/stats/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,5 +270,13 @@
"limit": "21 kb",
"passed": true
}
},
"6.2.0": {
"dist/index.js": {
"fileSize": 64175,
"fileSizeGzip": 17945,
"limit": "18 kb",
"passed": true
}
}
}

0 comments on commit 28a3e26

Please sign in to comment.