Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

templates: bump for v3.16.0 #10499

Merged
merged 1 commit into from
Jan 10, 2025
Merged
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
5,886 changes: 4,404 additions & 1,482 deletions templates/website/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/website/src/payload.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ export default buildConfig({
return authHeader === `Bearer ${process.env.CRON_SECRET}`
},
},
tasks: []
tasks: [],
},
})
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "5975a8a1-66fc-4dfb-be77-56fa516e372c",
"id": "1c91fb2e-fc55-4d28-a469-0bc64c9c4007",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
Expand Down
8 changes: 4 additions & 4 deletions templates/with-postgres/src/migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as migration_20250106_144518_initial from './20250106_144518_initial'
import * as migration_20250110_192021_initial from './20250110_192021_initial'

export const migrations = [
{
up: migration_20250106_144518_initial.up,
down: migration_20250106_144518_initial.down,
name: '20250106_144518_initial',
up: migration_20250110_192021_initial.up,
down: migration_20250110_192021_initial.down,
name: '20250110_192021_initial',
},
]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "79783224-02aa-4049-83b4-401b5771ff92",
"id": "3e8309b0-cc90-4bc1-b801-5b631ff0f7b9",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
Expand Down
8 changes: 4 additions & 4 deletions templates/with-vercel-postgres/src/migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as migration_20250106_144508_initial from './20250106_144508_initial'
import * as migration_20250110_191955_initial from './20250110_191955_initial'

export const migrations = [
{
up: migration_20250106_144508_initial.up,
down: migration_20250106_144508_initial.down,
name: '20250106_144508_initial',
up: migration_20250110_191955_initial.up,
down: migration_20250110_191955_initial.down,
name: '20250110_191955_initial',
},
]
2 changes: 1 addition & 1 deletion templates/with-vercel-website/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ PAYLOAD_SECRET=YOUR_SECRET_HERE
# Used to configure CORS, format links and more. No trailing slash
NEXT_PUBLIC_SERVER_URL=http://localhost:3000
# Secret used to authenticate cron jobs
CRON_SECRET=YOUR_CRON_SECRET_HERE
CRON_SECRET=YOUR_CRON_SECRET_HERE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "fe35619f-6e89-443d-9c18-ba207976c098",
"id": "f84edbeb-cac2-4fe5-b209-f62e3fb684ec",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
Expand Down
8 changes: 4 additions & 4 deletions templates/with-vercel-website/src/migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as migration_20250108_203010_initial from './20250108_203010_initial'
import * as migration_20250110_192009_initial from './20250110_192009_initial'

export const migrations = [
{
up: migration_20250108_203010_initial.up,
down: migration_20250108_203010_initial.down,
name: '20250108_203010_initial',
up: migration_20250110_192009_initial.up,
down: migration_20250110_192009_initial.down,
name: '20250110_192009_initial',
},
]