We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8736717 commit cafeed2Copy full SHA for cafeed2
2 files changed
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.8",
5
- BP_LATEST: "2.1.0",
+ BP_LATEST: "2.2.1",
6
};
7
8
export function remarkReplaceVars() {
sites/browserpod/src/content/docs/14-more/03-changelog.md
@@ -3,6 +3,14 @@ title: Changelog
description: A changelog for BrowserPod.
---
+## Version 2.2.1:
+
+- Fix a Next.js bug in production builds
9
10
+## Version 2.2.0:
11
12
+- Improvements to disk performance
13
14
## Version 2.1.0:
15
16
- Initial support for Next.js 16
0 commit comments