Skip to content

Commit 30ab951

Browse files
authored
chore(): bump api to v6 beta 2 (ionic-team#2025)
1 parent a236232 commit 30ab951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let COMPONENT_LINK_REGEXP;
88

99
(async function () {
1010
const response = await fetch(
11-
'https://unpkg.com/@ionic/[email protected].1/core.json',
11+
'https://unpkg.com/@ionic/[email protected].2/core.json',
1212
);
1313
const { components } = await response.json();
1414

0 commit comments

Comments
 (0)