Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/vercel-basic-auth-only-preview.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/vercel-basic-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @plainbrew/vercel-basic-auth

## 0.3.0

### Minor Changes

- [#114](https://github.com/plainbrew/next-utils/pull/114) [`4fe0d30`](https://github.com/plainbrew/next-utils/commit/4fe0d3062a1f185c43cf836d9d60e8769b13ee0e) Thanks [@amotarao](https://github.com/amotarao)! - feat: add `only-preview` value to `vercelEnvTarget`

`vercelEnvTarget: "only-preview"` applies Basic Auth only on Vercel preview
deployments. Useful when you want to protect preview URLs while keeping
production open.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vercel-basic-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plainbrew/vercel-basic-auth",
"version": "0.2.1",
"version": "0.3.0",
"description": "Basic Auth handler for Vercel Edge Middleware",
"keywords": [
"basic-auth",
Expand Down