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.5.0 #9804

Merged
merged 1 commit into from
Dec 6, 2024
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,209 changes: 3,890 additions & 1,319 deletions templates/blank/pnpm-lock.yaml

Large diffs are not rendered by default.

6,343 changes: 4,742 additions & 1,601 deletions templates/website/pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "99a9cc07-6ed3-4eeb-bc7d-a20cc21ec135",
"id": "fe47c90a-13f2-4f88-b36e-bd589c23c11e",
"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_20241205_211431_initial from './20241205_211431_initial'
import * as migration_20241206_203050_initial from './20241206_203050_initial'

export const migrations = [
{
up: migration_20241205_211431_initial.up,
down: migration_20241205_211431_initial.down,
name: '20241205_211431_initial',
up: migration_20241206_203050_initial.up,
down: migration_20241206_203050_initial.down,
name: '20241206_203050_initial',
},
]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "caad9ebf-d475-40cd-930e-059daf04fde8",
"id": "04656a51-7bed-4876-aca5-106943383efa",
"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_20241205_211405_initial from './20241205_211405_initial'
import * as migration_20241206_203025_initial from './20241206_203025_initial'

export const migrations = [
{
up: migration_20241205_211405_initial.up,
down: migration_20241205_211405_initial.down,
name: '20241205_211405_initial',
up: migration_20241206_203025_initial.up,
down: migration_20241206_203025_initial.down,
name: '20241206_203025_initial',
},
]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "1f73d42b-5afd-4044-aabd-9363f0e03800",
"id": "919ba4d0-3a70-45cc-865e-26ea213d8969",
"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_20241205_211421_initial from './20241205_211421_initial'
import * as migration_20241206_203040_initial from './20241206_203040_initial'

export const migrations = [
{
up: migration_20241205_211421_initial.up,
down: migration_20241205_211421_initial.down,
name: '20241205_211421_initial',
up: migration_20241206_203040_initial.up,
down: migration_20241206_203040_initial.down,
name: '20241206_203040_initial',
},
]