Skip to content

Commit

Permalink
chore: release main (#163)
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 19, 2024
1 parent 5902888 commit 810b292
Show file tree
Hide file tree
Showing 6 changed files with 40 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": "6.4.4",
"packages/auth-common": "3.4.0"
"packages/auth-provider": "7.0.0",
"packages/auth-common": "4.0.0"
}
11 changes: 11 additions & 0 deletions packages/auth-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/aversini/auth-client/compare/auth-common-v3.4.0...auth-common-v4.0.0) (2024-08-19)


### ⚠ BREAKING CHANGES

* this is dependent on auth-server v8+

### Features

* refactor login processes ([#162](https://github.com/aversini/auth-client/issues/162)) ([5902888](https://github.com/aversini/auth-client/commit/5902888efbea88b25d8ea29bd7a309ab45dcb94f))

## [3.4.0](https://github.com/aversini/auth-client/compare/auth-common-v3.3.1...auth-common-v3.4.0) (2024-08-19)


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": "3.4.0",
"version": "4.0.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
11 changes: 11 additions & 0 deletions packages/auth-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [7.0.0](https://github.com/aversini/auth-client/compare/auth-provider-v6.4.4...auth-provider-v7.0.0) (2024-08-19)


### ⚠ BREAKING CHANGES

* this is dependent on auth-server v8+

### Features

* refactor login processes ([#162](https://github.com/aversini/auth-client/issues/162)) ([5902888](https://github.com/aversini/auth-client/commit/5902888efbea88b25d8ea29bd7a309ab45dcb94f))

## [6.4.4](https://github.com/aversini/auth-client/compare/auth-provider-v6.4.3...auth-provider-v6.4.4) (2024-08-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": "6.4.4",
"version": "7.0.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 @@ -374,5 +374,13 @@
"limit": "18 kb",
"passed": true
}
},
"7.0.0": {
"dist/index.js": {
"fileSize": 53704,
"fileSizeGzip": 14603,
"limit": "15 kb",
"passed": true
}
}
}

0 comments on commit 810b292

Please sign in to comment.