Skip to content

Commit

Permalink
templates: bump for v3.5.0 (#9804)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
denolfe and github-actions[bot] authored Dec 6, 2024
1 parent 2c0bea8 commit 1fdc7cc
Show file tree
Hide file tree
Showing 11 changed files with 8,647 additions and 2,935 deletions.
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',
},
]

0 comments on commit 1fdc7cc

Please sign in to comment.