From f1e718af1f14fcb69b1c0474c4e729943bc1122e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 23 Nov 2024 14:00:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/itchy-weeks-draw.md | 5 ----- .changeset/unlucky-zebras-give.md | 5 ----- packages/express/CHANGELOG.md | 7 +++++++ packages/express/package.json | 2 +- packages/next/CHANGELOG.md | 7 +++++++ packages/next/package.json | 2 +- packages/nuxt/CHANGELOG.md | 7 +++++++ packages/nuxt/package.json | 2 +- packages/staging/CHANGELOG.md | 8 ++++++++ packages/staging/package.json | 2 +- 10 files changed, 33 insertions(+), 14 deletions(-) delete mode 100644 .changeset/itchy-weeks-draw.md delete mode 100644 .changeset/unlucky-zebras-give.md diff --git a/.changeset/itchy-weeks-draw.md b/.changeset/itchy-weeks-draw.md deleted file mode 100644 index 4eea2ca..0000000 --- a/.changeset/itchy-weeks-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"staging": patch ---- - -Improve login form error handling with better UX. Instead of showing a blank error page, errors are now displayed inline on the login form with proper styling. Template rendering has been improved to avoid showing template variables in the output. diff --git a/.changeset/unlucky-zebras-give.md b/.changeset/unlucky-zebras-give.md deleted file mode 100644 index f805013..0000000 --- a/.changeset/unlucky-zebras-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"staging": patch ---- - -Fix environment variables not being properly recognized and improve options merging priority. Environment variables can now be set with or without the `STAGING_` prefix, and passwords are correctly detected from both environment variables and direct configuration. diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index b5cfbe2..b3b9e94 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -1,5 +1,12 @@ # staging-express +## 0.0.4 + +### Patch Changes + +- Updated dependencies [[`47d49cb`](https://github.com/AntoineKM/staging/commit/47d49cba927e6c51da86f4c3c900defb90a99ae8), [`2196994`](https://github.com/AntoineKM/staging/commit/2196994254c2cfd83056cfe4d15ac56b49a21ac8)]: + - staging@0.0.7 + ## 0.0.3 ### Patch Changes diff --git a/packages/express/package.json b/packages/express/package.json index 61f43c6..8f2ff3a 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "staging-express", - "version": "0.0.3", + "version": "0.0.4", "description": "Express integration for staging password protection", "repository": { "type": "git", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index fc9389b..0f9ad23 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,12 @@ # staging-next +## 0.0.4 + +### Patch Changes + +- Updated dependencies [[`47d49cb`](https://github.com/AntoineKM/staging/commit/47d49cba927e6c51da86f4c3c900defb90a99ae8), [`2196994`](https://github.com/AntoineKM/staging/commit/2196994254c2cfd83056cfe4d15ac56b49a21ac8)]: + - staging@0.0.7 + ## 0.0.3 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index daca898..19500bb 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "staging-next", - "version": "0.0.3", + "version": "0.0.4", "description": "Next.js integration for staging password protection", "repository": { "type": "git", diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 1888306..4584eca 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,12 @@ # staging-nuxt +## 0.0.6 + +### Patch Changes + +- Updated dependencies [[`47d49cb`](https://github.com/AntoineKM/staging/commit/47d49cba927e6c51da86f4c3c900defb90a99ae8), [`2196994`](https://github.com/AntoineKM/staging/commit/2196994254c2cfd83056cfe4d15ac56b49a21ac8)]: + - staging@0.0.7 + ## 0.0.5 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 0f29e84..0aabefd 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "staging-nuxt", - "version": "0.0.5", + "version": "0.0.6", "description": "Nuxt module for staging password protection", "repository": { "type": "git", diff --git a/packages/staging/CHANGELOG.md b/packages/staging/CHANGELOG.md index 7907098..9878bc9 100644 --- a/packages/staging/CHANGELOG.md +++ b/packages/staging/CHANGELOG.md @@ -1,5 +1,13 @@ # staging +## 0.0.7 + +### Patch Changes + +- [`47d49cb`](https://github.com/AntoineKM/staging/commit/47d49cba927e6c51da86f4c3c900defb90a99ae8) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Improve login form error handling with better UX. Instead of showing a blank error page, errors are now displayed inline on the login form with proper styling. Template rendering has been improved to avoid showing template variables in the output. + +- [`2196994`](https://github.com/AntoineKM/staging/commit/2196994254c2cfd83056cfe4d15ac56b49a21ac8) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix environment variables not being properly recognized and improve options merging priority. Environment variables can now be set with or without the `STAGING_` prefix, and passwords are correctly detected from both environment variables and direct configuration. + ## 0.0.6 ### Patch Changes diff --git a/packages/staging/package.json b/packages/staging/package.json index 6761b17..02be5cc 100644 --- a/packages/staging/package.json +++ b/packages/staging/package.json @@ -1,6 +1,6 @@ { "name": "staging", - "version": "0.0.6", + "version": "0.0.7", "description": "Open-source alternative to Vercel's Password Protection feature", "main": "dist/index.js", "module": "dist/index.mjs",