Skip to content

Commit

Permalink
chore: release main (#182)
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 Sep 5, 2024
1 parent 3914c06 commit 16ca50a
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 6 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": "7.3.0",
"packages/auth-common": "4.1.0"
"packages/auth-provider": "7.3.1",
"packages/auth-common": "4.1.1"
}
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

## [4.1.1](https://github.com/versini-org/auth-client/compare/auth-common-v4.1.0...auth-common-v4.1.1) (2024-09-05)


### Bug Fixes

* bump non-breaking dependencies to latest ([#181](https://github.com/versini-org/auth-client/issues/181)) ([3914c06](https://github.com/versini-org/auth-client/commit/3914c06f7718271e4d02695473e2041c5cf66f78))

## [4.1.0](https://github.com/versini-org/auth-client/compare/auth-common-v4.0.0...auth-common-v4.1.0) (2024-09-01)


Expand Down
6 changes: 4 additions & 2 deletions packages/auth-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/auth-common",
"version": "4.1.0",
"version": "4.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
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.3.1](https://github.com/versini-org/auth-client/compare/auth-provider-v7.3.0...auth-provider-v7.3.1) (2024-09-05)


### Bug Fixes

* bump non-breaking dependencies to latest ([#181](https://github.com/versini-org/auth-client/issues/181)) ([3914c06](https://github.com/versini-org/auth-client/commit/3914c06f7718271e4d02695473e2041c5cf66f78))

## [7.3.0](https://github.com/versini-org/auth-client/compare/auth-provider-v7.2.0...auth-provider-v7.3.0) (2024-09-01)


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.3.0",
"version": "7.3.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 @@ -422,5 +422,13 @@
"limit": "15 kb",
"passed": true
}
},
"7.3.1": {
"dist/index.js": {
"fileSize": 54321,
"fileSizeGzip": 14736,
"limit": "15 kb",
"passed": true
}
}
}

0 comments on commit 16ca50a

Please sign in to comment.