Skip to content

Commit

Permalink
templates: bump for v3.16.0 (#10499)
Browse files Browse the repository at this point in the history
🤖 Automated bump of templates for v3.16.0

Triggered by user: @denolfe

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
denolfe and github-actions[bot] authored Jan 10, 2025
1 parent d265c26 commit a49f782
Show file tree
Hide file tree
Showing 12 changed files with 4,421 additions and 1,499 deletions.
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',
},
]

0 comments on commit a49f782

Please sign in to comment.