Skip to content

Commit 72c6159

Browse files
authored
[mercury] Downgrade Chameleon version and update compatibility table (#614)
1 parent 760450a commit 72c6159

File tree

4 files changed

+1617
-1313
lines changed

4 files changed

+1617
-1313
lines changed

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"license": "Apache-2.0",
2424
"dependencies": {
25-
"@genexus/chameleon-controls-library": "~6.15.0",
25+
"@genexus/chameleon-controls-library": "~6.7.0",
2626
"@genexus/mercury": "*"
2727
},
2828
"devDependencies": {

packages/mercury/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"license": "Apache-2.0",
7171
"devDependencies": {
72-
"@genexus/chameleon-controls-library": "~6.17.1",
72+
"@genexus/chameleon-controls-library": "~6.7.0",
7373
"@genexus/svg-sass-generator": "1.1.24",
7474
"@jackolope/ts-lit-plugin": "^3.1.4",
7575
"@vitest/browser": "~3.1.1",

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", chameleon: "^6.7.0" },
5+
{ version: "0.23.0 - 0.28.1", 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)