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 ac4c35b commit 5f933a5Copy full SHA for 5f933a5
packages/astro-theme/replace-variables.ts
@@ -1,7 +1,7 @@
1
import { visit } from "unist-util-visit";
2
3
const replacements = {
4
- CX_LATEST: "1.1.5",
+ CX_LATEST: "1.2.2",
5
BP_LATEST: "0.9.2",
6
};
7
0 commit comments