Skip to content

Commit a7b6dda

Browse files
committed
@genexus/mercury 0.32.0
1 parent af0de05 commit a7b6dda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/mercury/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@genexus/mercury",
3-
"version": "0.31.1",
3+
"version": "0.32.0",
44
"description": "Mercury Design System is a robust and scalable solution designed to improve product development.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/showcase/src/app/getting-started/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.31.0 - 0.31.1", chameleon: "^6.22.1" },
5+
{ version: "0.31.0 - 0.32.0", chameleon: "^6.22.1" },
66
{ version: "0.30.0", chameleon: "6.20.0 - 6.22.0" },
77
{ version: "0.23.0 - 0.29.0", chameleon: "6.7.0 - 6.19.0" },
88
{ version: "0.18.0 - 0.22.0", chameleon: "6.5.0 - 6.6.0" },

0 commit comments

Comments
 (0)