Skip to content

Commit 1fdc7cc

Browse files
templates: bump for v3.5.0 (#9804)
🤖 Automated bump of templates for v3.5.0 Triggered by user: @denolfe Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2c0bea8 commit 1fdc7cc

File tree

11 files changed

+8647
-2935
lines changed

11 files changed

+8647
-2935
lines changed

templates/blank/pnpm-lock.yaml

Lines changed: 3890 additions & 1319 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/website/pnpm-lock.yaml

Lines changed: 4742 additions & 1601 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/with-postgres/src/migrations/20241205_211431_initial.json renamed to templates/with-postgres/src/migrations/20241206_203050_initial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "99a9cc07-6ed3-4eeb-bc7d-a20cc21ec135",
2+
"id": "fe47c90a-13f2-4f88-b36e-bd589c23c11e",
33
"prevId": "00000000-0000-0000-0000-000000000000",
44
"version": "7",
55
"dialect": "postgresql",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import * as migration_20241205_211431_initial from './20241205_211431_initial'
1+
import * as migration_20241206_203050_initial from './20241206_203050_initial'
22

33
export const migrations = [
44
{
5-
up: migration_20241205_211431_initial.up,
6-
down: migration_20241205_211431_initial.down,
7-
name: '20241205_211431_initial',
5+
up: migration_20241206_203050_initial.up,
6+
down: migration_20241206_203050_initial.down,
7+
name: '20241206_203050_initial',
88
},
99
]

templates/with-vercel-postgres/src/migrations/20241205_211405_initial.json renamed to templates/with-vercel-postgres/src/migrations/20241206_203025_initial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "caad9ebf-d475-40cd-930e-059daf04fde8",
2+
"id": "04656a51-7bed-4876-aca5-106943383efa",
33
"prevId": "00000000-0000-0000-0000-000000000000",
44
"version": "7",
55
"dialect": "postgresql",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import * as migration_20241205_211405_initial from './20241205_211405_initial'
1+
import * as migration_20241206_203025_initial from './20241206_203025_initial'
22

33
export const migrations = [
44
{
5-
up: migration_20241205_211405_initial.up,
6-
down: migration_20241205_211405_initial.down,
7-
name: '20241205_211405_initial',
5+
up: migration_20241206_203025_initial.up,
6+
down: migration_20241206_203025_initial.down,
7+
name: '20241206_203025_initial',
88
},
99
]

templates/with-vercel-website/src/migrations/20241205_211421_initial.json renamed to templates/with-vercel-website/src/migrations/20241206_203040_initial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "1f73d42b-5afd-4044-aabd-9363f0e03800",
2+
"id": "919ba4d0-3a70-45cc-865e-26ea213d8969",
33
"prevId": "00000000-0000-0000-0000-000000000000",
44
"version": "7",
55
"dialect": "postgresql",

0 commit comments

Comments
 (0)