From 9db07806c9a1bc92deaddcfc43483dbd089a3a17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:47:20 +0900 Subject: [PATCH] Version Packages (#716) --- .changeset/gorgeous-berries-float.md | 5 ----- .changeset/kind-dolphins-itch.md | 5 ----- .changeset/odd-islands-act.md | 5 ----- packages/oidc-auth/CHANGELOG.md | 10 ++++++++++ packages/oidc-auth/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/gorgeous-berries-float.md delete mode 100644 .changeset/kind-dolphins-itch.md delete mode 100644 .changeset/odd-islands-act.md diff --git a/.changeset/gorgeous-berries-float.md b/.changeset/gorgeous-berries-float.md deleted file mode 100644 index 91fe961a..00000000 --- a/.changeset/gorgeous-berries-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/oidc-auth': minor ---- - -define custom scope, access oauth response and set custom session claims diff --git a/.changeset/kind-dolphins-itch.md b/.changeset/kind-dolphins-itch.md deleted file mode 100644 index c3cd14d6..00000000 --- a/.changeset/kind-dolphins-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/oidc-auth': minor ---- - -Optionally restrict cookie path with new envvar OIDC_COOKIE_PATH diff --git a/.changeset/odd-islands-act.md b/.changeset/odd-islands-act.md deleted file mode 100644 index 7197d541..00000000 --- a/.changeset/odd-islands-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/oidc-auth': minor ---- - -Restrict path of callback cookies to pathname of OIDC_REDIRECT_URI diff --git a/packages/oidc-auth/CHANGELOG.md b/packages/oidc-auth/CHANGELOG.md index ac2a78ea..75233194 100644 --- a/packages/oidc-auth/CHANGELOG.md +++ b/packages/oidc-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @hono/oidc-auth +## 1.1.0 + +### Minor Changes + +- [#711](https://github.com/honojs/middleware/pull/711) [`5675a5fc323a007447f077b97273938baddba59c`](https://github.com/honojs/middleware/commit/5675a5fc323a007447f077b97273938baddba59c) Thanks [@ameinhardt](https://github.com/ameinhardt)! - define custom scope, access oauth response and set custom session claims + +- [#709](https://github.com/honojs/middleware/pull/709) [`cd99b40177cc3eef706ab37d21f4351e86934cc6`](https://github.com/honojs/middleware/commit/cd99b40177cc3eef706ab37d21f4351e86934cc6) Thanks [@ameinhardt](https://github.com/ameinhardt)! - Optionally restrict cookie path with new envvar OIDC_COOKIE_PATH + +- [#709](https://github.com/honojs/middleware/pull/709) [`cd99b40177cc3eef706ab37d21f4351e86934cc6`](https://github.com/honojs/middleware/commit/cd99b40177cc3eef706ab37d21f4351e86934cc6) Thanks [@ameinhardt](https://github.com/ameinhardt)! - Restrict path of callback cookies to pathname of OIDC_REDIRECT_URI + ## 1.0.1 ### Patch Changes diff --git a/packages/oidc-auth/package.json b/packages/oidc-auth/package.json index e8b424ef..42d9bd6e 100644 --- a/packages/oidc-auth/package.json +++ b/packages/oidc-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/oidc-auth", - "version": "1.0.1", + "version": "1.1.0", "description": "OpenID Connect Authentication middleware for Hono", "type": "module", "main": "dist/index.js",