Skip to content

Commit

Permalink
(#1124) Upgrade choco-astro to 0.2.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
st3phhays committed Jan 24, 2025
1 parent 69c7f32 commit 827fd4f
Show file tree
Hide file tree
Showing 3 changed files with 1,584 additions and 1,504 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"choco-theme": "npx --quiet ts-node --skipIgnore node_modules/choco-theme/build/choco-theme.ts --repository=docs"
},
"dependencies": {
"choco-astro": "0.1.3",
"choco-astro": "https://github.com/chocolatey/choco-astro#release/next",
"choco-theme": "0.8.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ highlight:
ctaText: Read the release notes
showOnHome: true
showOnHighlights: true
---
Loading

0 comments on commit 827fd4f

Please sign in to comment.