Skip to content

Commit

Permalink
chore: release main (#167)
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 Aug 25, 2024
1 parent 36e716e commit f91f2bc
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": "7.1.0",
"packages/auth-provider": "7.1.1",
"packages/auth-common": "4.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

## [7.1.1](https://github.com/aversini/auth-client/compare/auth-provider-v7.1.0...auth-provider-v7.1.1) (2024-08-25)


### Bug Fixes

* bump non-breaking dependencies to latest ([#166](https://github.com/aversini/auth-client/issues/166)) ([36e716e](https://github.com/aversini/auth-client/commit/36e716ea52042f7559097bc2d925e233427345b1))

## [7.1.0](https://github.com/aversini/auth-client/compare/auth-provider-v7.0.0...auth-provider-v7.1.0) (2024-08-25)


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": "7.1.0",
"version": "7.1.1",
"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 @@ -390,5 +390,13 @@
"limit": "15 kb",
"passed": true
}
},
"7.1.1": {
"dist/index.js": {
"fileSize": 53818,
"fileSizeGzip": 14642,
"limit": "15 kb",
"passed": true
}
}
}

0 comments on commit f91f2bc

Please sign in to comment.