We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64da9b commit ff44166Copy full SHA for ff44166
packages/astro-theme/replace-variables.ts
@@ -2,7 +2,7 @@ import { visit } from "unist-util-visit";
2
3
const replacements = {
4
CX_LATEST: "1.2.2",
5
- BP_LATEST: "0.9.2",
+ BP_LATEST: "0.9.6",
6
};
7
8
export function remarkReplaceVars() {
0 commit comments