From 248f81efc43fef54c0c1ba2df2e7c6417081732d Mon Sep 17 00:00:00 2001 From: Arno V Date: Thu, 27 Jun 2024 12:16:39 -0400 Subject: [PATCH] chore: release main (#48) --- .release-please-manifest.json | 2 +- packages/auth-common/CHANGELOG.md | 7 +++++++ packages/auth-common/package.json | 6 ++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40911c6..5e77a8a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/auth-provider": "4.1.0", - "packages/auth-common": "2.6.0" + "packages/auth-common": "2.7.0" } diff --git a/packages/auth-common/CHANGELOG.md b/packages/auth-common/CHANGELOG.md index a89efc6..89ff9fc 100644 --- a/packages/auth-common/CHANGELOG.md +++ b/packages/auth-common/CHANGELOG.md @@ -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) diff --git a/packages/auth-common/package.json b/packages/auth-common/package.json index 4be6bf8..bb87e5d 100644 --- a/packages/auth-common/package.json +++ b/packages/auth-common/package.json @@ -1,6 +1,6 @@ { "name": "@versini/auth-common", - "version": "2.6.0", + "version": "2.7.0", "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",