Skip to content

Commit

Permalink
chore: release main (#18)
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 20, 2024
1 parent 5518f58 commit e60af85
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": "2.0.1",
"packages/auth-provider": "2.0.2",
"packages/auth-common": "2.0.0"
}
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.0.2](https://github.com/aversini/auth-client/compare/auth-provider-v2.0.1...auth-provider-v2.0.2) (2024-06-20)


### Bug Fixes

* embed user id in JWT ([#17](https://github.com/aversini/auth-client/issues/17)) ([5518f58](https://github.com/aversini/auth-client/commit/5518f5861caf0195d6742b20798c4979bcbf8324))

## [2.0.1](https://github.com/aversini/auth-client/compare/auth-provider-v2.0.0...auth-provider-v2.0.1) (2024-06-18)


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": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
@@ -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",
8 changes: 8 additions & 0 deletions packages/auth-provider/stats/stats.json
Original file line number Diff line number Diff line change
@@ -22,5 +22,13 @@
"limit": "3 kb",
"passed": true
}
},
"2.0.2": {
"dist/index.js": {
"fileSize": 9522,
"fileSizeGzip": 3403,
"limit": "4 kb",
"passed": true
}
}
}

0 comments on commit e60af85

Please sign in to comment.