Skip to content

Commit

Permalink
chore: release main (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Jun 27, 2024
1 parent 3d28250 commit 248f81e
Show file tree
Hide file tree
Showing 3 changed files with 12 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": "4.1.0",
"packages/auth-common": "2.6.0"
"packages/auth-common": "2.7.0"
}
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

## [2.7.0](https://github.com/aversini/auth-client/compare/auth-common-v2.6.0...auth-common-v2.7.0) (2024-06-27)


### Features

* adding PKCE code challenge support ([#47](https://github.com/aversini/auth-client/issues/47)) ([3d28250](https://github.com/aversini/auth-client/commit/3d28250210ab254fefb93146577ab322b3c785e5))

## [2.6.0](https://github.com/aversini/auth-client/compare/auth-common-v2.5.0...auth-common-v2.6.0) (2024-06-26)


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": "2.6.0",
"version": "2.7.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

0 comments on commit 248f81e

Please sign in to comment.