Skip to content

Commit 7ea7a9d

Browse files
committed
browserpod: bump version in demo component
1 parent ffe531a commit 7ea7a9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/astro-theme/replace-variables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { visit } from "unist-util-visit";
22

33
const replacements = {
44
CX_LATEST: "1.2.2",
5-
BP_LATEST: "0.9.6",
5+
BP_LATEST: "0.9.7",
66
};
77

88
export function remarkReplaceVars() {

sites/cheerpj/src/components/BrowserPodDemo_Beta.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
window.addEventListener("resize", checkMobileView);
177177
178178
const { BrowserPod } =
179-
await import("https://rt.browserpod.io/0.9.6/browserpod.js");
179+
await import("https://rt.browserpod.io/0.9.7/browserpod.js");
180180
pod = await BrowserPod.boot({
181181
apiKey:
182182
"bp1_650b51af6579eb358452af0ced948bc34a6d98693c2969af6ad1b1e74c3948ee",

sites/labs/src/components/BrowserPodDemo_Beta.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
window.addEventListener("resize", checkMobileView);
177177
178178
const { BrowserPod } =
179-
await import("https://rt.browserpod.io/0.9.6/browserpod.js");
179+
await import("https://rt.browserpod.io/0.9.7/browserpod.js");
180180
pod = await BrowserPod.boot({
181181
apiKey:
182182
"bp1_650b51af6579eb358452af0ced948bc34a6d98693c2969af6ad1b1e74c3948ee",

0 commit comments

Comments
 (0)