Skip to content

Commit

Permalink
🔖 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2024
1 parent 47d49cb commit f1e718a
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-weeks-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-zebras-give.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/staging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/staging/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f1e718a

Please sign in to comment.