Skip to content

Commit 140baff

Browse files
committed
2.2.1
1 parent 81a17e3 commit 140baff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-push-appmesh-ui-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
REGISTRY: docker.io
1010
IMAGE_NAME: laoshanxi/appmesh-ui
11-
APPMESH_VERSION: "2.1.2"
11+
APPMESH_VERSION: "2.2.1"
1212

1313
jobs:
1414
build-and-push-image:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VER=2.1.2
1+
VER=2.2.1
22
NODE_VER=18
33
DOCKER_IMG_NAME=appmesh-ui:${VER}
44

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-mesh-ui",
3-
"version": "2.1.2",
3+
"version": "2.2.1",
44
"description": "App Mesh",
55
"author": "[email protected]",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
"@antv/data-set": "^0.11.8",
1919
"@antv/g2": "^4.2.10",
2020
"af-table-column": "^1.0.3",
21-
"appmesh": "^1.0.7",
21+
"appmesh": "^1.0.9",
2222
"axios": "^1.6.2",
2323
"element-ui": "^2.15.14",
2424
"js-base64": "^3.7.5",

0 commit comments

Comments
 (0)