Skip to content

Commit 7d79728

Browse files
committed
Add setup for beta content releases
1 parent de8a236 commit 7d79728

File tree

6 files changed

+1066
-1034
lines changed

6 files changed

+1066
-1034
lines changed

nextjs-app/.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NEXT_PUBLIC_SANITY_PROJECT_ID="<paste your project here>"
22
NEXT_PUBLIC_SANITY_DATASET="production"
3-
NEXT_PUBLIC_SANITY_API_VERSION="2024-08-22"
3+
NEXT_PUBLIC_SANITY_API_VERSION="vX"
44
NEXT_PUBLIC_SANITY_STUDIO_URL="" #Optional, defaults to http://localhost:3333
55
SANITY_API_READ_TOKEN="<paste your token here>"

nextjs-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"typegen": "sanity typegen generate"
1212
},
1313
"dependencies": {
14-
"@sanity/client": "^6.22.5",
14+
"@sanity/client": "^6.24.0",
1515
"@sanity/image-url": "^1.1.0",
1616
"@sanity/uuid": "^3.0.2",
1717
"@tailwindcss/typography": "^0.5.15",
1818
"@vercel/speed-insights": "^1.1.0",
1919
"autoprefixer": "^10.4.20",
2020
"date-fns": "^3.6.0",
2121
"next": "^15.1.6",
22-
"next-sanity": "^9.8.42",
22+
"next-sanity": "^9.8.32",
2323
"react": "^19.0.0",
2424
"react-dom": "^19.0.0",
25-
"sanity": "^3.71.2",
25+
"sanity": "3.72.2-corel.577",
2626
"sonner": "^1.7.0",
2727
"styled-components": "^6.1.13"
2828
},

0 commit comments

Comments
 (0)