Skip to content

Commit facfbab

Browse files
authored
@genexus/mercury 0.33.0 (#657)
* `@genexus/mercury 0.33.0` * 0.0.225
1 parent bab44f3 commit facfbab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@genexus/design-systems-monorepo",
33
"private": true,
4-
"version": "0.0.224",
4+
"version": "0.0.225",
55
"type": "module",
66
"scripts": {
77
"build": "bun build.common && cd packages/showcase && bun run build",

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.32.0",
3+
"version": "0.33.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.32.0", chameleon: "^6.22.1" },
5+
{ version: "0.31.0 - 0.33.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)