Skip to content

Commit 3b70ecd

Browse files
committed
(#1124) Upgrade choco-astro to 0.2.0
Upgrading choco-astro to 0.2.0 brings in Astro v5. While there are more changes to Content Collections that need to be made soon, they have provided backwards compatibility so that everything still works for the time being.
1 parent 69c7f32 commit 3b70ecd

File tree

4 files changed

+1585
-1506
lines changed

4 files changed

+1585
-1506
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"choco-theme": "npx --quiet ts-node --skipIgnore node_modules/choco-theme/build/choco-theme.ts --repository=docs"
2727
},
2828
"dependencies": {
29-
"choco-astro": "0.1.3",
29+
"choco-astro": "0.2.0",
3030
"choco-theme": "0.8.2"
3131
}
3232
}

src/content/docs/en-us/highlights/2024/12-chocolatey-agent-2.2.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ highlight:
1010
ctaText: Read the release notes
1111
showOnHome: true
1212
showOnHighlights: true
13+
---

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
"@choco/components/*": ["node_modules/choco-astro/src/components/*"],
99
"@content/*": ["src/content/*"],
1010
"@components/*": ["src/components/*"],
11-
"@config": ["src/config.ts"],
1211
"@layouts/*": ["src/layouts/*"],
1312
"@root/*": ["./*"],
1413
"@styles/*": ["src/styles/*"],
1514
"@scripts/*": ["src/scripts/*"]
1615
}
1716
}
18-
}
17+
}

0 commit comments

Comments
 (0)