Skip to content

Commit 2301464

Browse files
committed
(#1233)(#1234)(#1237) Bump astro and docs to 2.1.0
This bumps the versions of @chocolatey-software/astro and @chocolatey-software/docs to 2.1.0. With these version, it includes fixes to first escape charachters before inputing them into DynamicCodeBlocks, adds an option to validate DynamicCodeBlockInput's, and also adds the ability to hide or disable tabs in the Tab component.
1 parent a3f5a9d commit 2301464

File tree

2 files changed

+525
-564
lines changed

2 files changed

+525
-564
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
},
3232
"devDependencies": {
3333
"@chocolatey-software/assets": "2.0.0",
34-
"@chocolatey-software/astro": "2.0.0",
34+
"@chocolatey-software/astro": "chocolatey/choco-theme#head=release/2.1.0&workspace=@chocolatey-software/astro",
3535
"@chocolatey-software/build-tools": "2.0.0",
36-
"@chocolatey-software/playwright": "2.0.0"
36+
"@chocolatey-software/playwright": "chocolatey/choco-theme#head=release/2.1.0&workspace=@chocolatey-software/playwright"
3737
},
3838
"dependencies": {
39-
"@chocolatey-software/docs": "2.0.0"
39+
"@chocolatey-software/docs": "chocolatey/choco-theme#head=release/2.1.0&workspace=@chocolatey-software/docs"
4040
}
4141
}

0 commit comments

Comments
 (0)