Skip to content

Commit 42ad650

Browse files
templates: bump for v3.69.0 (#14998)
🤖 Automated bump of templates for v3.69.0 Triggered by user: @denolfe Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b97a063 commit 42ad650

24 files changed

Lines changed: 81 additions & 59 deletions

File tree

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
export const importMap = {}
1+
import { CollectionCards as CollectionCards_ab83ff7e88da8d3530831f296ec4756a } from '@payloadcms/ui/rsc'
2+
3+
export const importMap = {
4+
'@payloadcms/ui/rsc#CollectionCards': CollectionCards_ab83ff7e88da8d3530831f296ec4756a,
5+
}

templates/ecommerce/src/app/(payload)/admin/importMap.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { PriceInput as PriceInput_b91672ccd6e8b071c11142ab941fedfb } from '@payl
2424
import { HorizontalRuleFeatureClient as HorizontalRuleFeatureClient_e70f5e05f09f93e00b997edb1ef0c864 } from '@payloadcms/richtext-lexical/client'
2525
import { BeforeDashboard as BeforeDashboard_1a7510af427896d367a49dbf838d2de6 } from '@/components/BeforeDashboard'
2626
import { BeforeLogin as BeforeLogin_8a7ab0eb7ab5c511aba12e68480bfe5e } from '@/components/BeforeLogin'
27+
import { CollectionCards as CollectionCards_ab83ff7e88da8d3530831f296ec4756a } from '@payloadcms/ui/rsc'
2728

2829
export const importMap = {
2930
'@payloadcms/richtext-lexical/rsc#RscEntryLexicalCell':
@@ -73,4 +74,5 @@ export const importMap = {
7374
HorizontalRuleFeatureClient_e70f5e05f09f93e00b997edb1ef0c864,
7475
'@/components/BeforeDashboard#BeforeDashboard': BeforeDashboard_1a7510af427896d367a49dbf838d2de6,
7576
'@/components/BeforeLogin#BeforeLogin': BeforeLogin_8a7ab0eb7ab5c511aba12e68480bfe5e,
77+
'@payloadcms/ui/rsc#CollectionCards': CollectionCards_ab83ff7e88da8d3530831f296ec4756a,
7678
}

templates/website/src/app/(payload)/admin/importMap.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { RowLabel as RowLabel_ec255a65fa6fa8d1faeb09cf35284224 } from '@/Header/
2626
import { RowLabel as RowLabel_1f6ff6ff633e3695d348f4f3c58f1466 } from '@/Footer/RowLabel'
2727
import { default as default_1a7510af427896d367a49dbf838d2de6 } from '@/components/BeforeDashboard'
2828
import { default as default_8a7ab0eb7ab5c511aba12e68480bfe5e } from '@/components/BeforeLogin'
29+
import { CollectionCards as CollectionCards_ab83ff7e88da8d3530831f296ec4756a } from '@payloadcms/ui/rsc'
2930

3031
export const importMap = {
3132
'@payloadcms/richtext-lexical/rsc#RscEntryLexicalCell':
@@ -74,4 +75,5 @@ export const importMap = {
7475
'@/Footer/RowLabel#RowLabel': RowLabel_1f6ff6ff633e3695d348f4f3c58f1466,
7576
'@/components/BeforeDashboard#default': default_1a7510af427896d367a49dbf838d2de6,
7677
'@/components/BeforeLogin#default': default_8a7ab0eb7ab5c511aba12e68480bfe5e,
78+
'@payloadcms/ui/rsc#CollectionCards': CollectionCards_ab83ff7e88da8d3530831f296ec4756a,
7779
}

templates/with-cloudflare-d1/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
},
2727
"dependencies": {
2828
"@opennextjs/cloudflare": "^1.11.0",
29-
"@payloadcms/db-d1-sqlite": "3.68.5",
30-
"@payloadcms/next": "3.68.5",
31-
"@payloadcms/richtext-lexical": "3.68.5",
32-
"@payloadcms/storage-r2": "3.68.5",
33-
"@payloadcms/ui": "3.68.5",
29+
"@payloadcms/db-d1-sqlite": "3.69.0",
30+
"@payloadcms/next": "3.69.0",
31+
"@payloadcms/richtext-lexical": "3.69.0",
32+
"@payloadcms/storage-r2": "3.69.0",
33+
"@payloadcms/ui": "3.69.0",
3434
"cross-env": "^7.0.3",
3535
"dotenv": "16.4.7",
3636
"graphql": "^16.8.1",
3737
"next": "15.4.10",
38-
"payload": "3.68.5",
38+
"payload": "3.69.0",
3939
"react": "19.2.1",
4040
"react-dom": "19.2.1"
4141
},
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
export const importMap = {}
1+
import { CollectionCards as CollectionCards_ab83ff7e88da8d3530831f296ec4756a } from '@payloadcms/ui/rsc'
2+
3+
export const importMap = {
4+
'@payloadcms/ui/rsc#CollectionCards': CollectionCards_ab83ff7e88da8d3530831f296ec4756a,
5+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DATABASE_URL=postgresql://127.0.0.1:5432/your-database-name
2-
PAYLOAD_SECRET=YOUR_SECRET_HERE
2+
PAYLOAD_SECRET=YOUR_SECRET_HERE

templates/with-postgres/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts"
2020
},
2121
"dependencies": {
22-
"@payloadcms/db-postgres": "3.68.5",
23-
"@payloadcms/next": "3.68.5",
24-
"@payloadcms/richtext-lexical": "3.68.5",
25-
"@payloadcms/ui": "3.68.5",
22+
"@payloadcms/db-postgres": "3.69.0",
23+
"@payloadcms/next": "3.69.0",
24+
"@payloadcms/richtext-lexical": "3.69.0",
25+
"@payloadcms/ui": "3.69.0",
2626
"cross-env": "^7.0.3",
2727
"graphql": "^16.8.1",
2828
"next": "15.4.10",
29-
"payload": "3.68.5",
29+
"payload": "3.69.0",
3030
"react": "19.2.1",
3131
"react-dom": "19.2.1",
3232
"sharp": "0.34.2"
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
export const importMap = {}
1+
import { CollectionCards as CollectionCards_ab83ff7e88da8d3530831f296ec4756a } from '@payloadcms/ui/rsc'
2+
3+
export const importMap = {
4+
'@payloadcms/ui/rsc#CollectionCards': CollectionCards_ab83ff7e88da8d3530831f296ec4756a,
5+
}

templates/with-postgres/src/migrations/20251216_194340_initial.json renamed to templates/with-postgres/src/migrations/20251219_215121_initial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,6 @@
934934
"tables": {},
935935
"columns": {}
936936
},
937-
"id": "0feee724-64cb-470b-ba33-0c37b438502a",
937+
"id": "467e8bdd-a159-49fd-850e-ba395659b979",
938938
"prevId": "00000000-0000-0000-0000-000000000000"
939939
}

templates/with-postgres/src/migrations/20251216_194340_initial.ts renamed to templates/with-postgres/src/migrations/20251219_215121_initial.ts

File renamed without changes.

0 commit comments

Comments
 (0)