Skip to content

Commit c7dc8a6

Browse files
authored
[mercury][showcase] Update chameleon-mercury compatibility table.ts (#618)
* `[mercury][showcase]` Update chameleon-mercury compatibility table.ts * Update mercury-compatibility-table.ts
1 parent f4b8039 commit c7dc8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/showcase/src/app/chameleon-compatibility/mercury-compatibility-table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const mercuryCompatibilityTable: {
22
version: string;
33
chameleon: string;
44
}[] = [
5-
{ version: "0.23.0 - 0.28.1", chameleon: "^6.7.0" },
5+
{ version: "^0.23.0", chameleon: "^6.7.0" },
66
{ version: "0.18.0 - 0.22.0", chameleon: "6.5.0 - 6.6.0" },
77
{ version: "0.16.0 - 0.17.1", chameleon: "6.3.0 - 6.4.2" },
88
{ version: "0.15.0 - 0.15.1", chameleon: "6.2.0 - 6.2.1" },

0 commit comments

Comments
 (0)