diff --git a/backend/src/main/resources/db/migration/V58__1.18.10.sql b/backend/src/main/resources/db/migration/V58__1.18.10.sql new file mode 100644 index 0000000000..dbd2b40414 --- /dev/null +++ b/backend/src/main/resources/db/migration/V58__1.18.10.sql @@ -0,0 +1,8 @@ +UPDATE `my_plugin` +SET `version` = '1.18.10' +where `plugin_id` > 0 + and `version` = '1.18.9'; + +INSERT INTO `my_plugin`(`name`, `store`, `free`, `cost`, `category`, `descript`, `version`, `install_type`, `creator`, `load_mybatis`, `release_time`, `install_time`, `module_name`, `icon`, `ds_type`) VALUES ('桑基图插件', 'default', 0, 0, 'view', 'AntV G2Plot 桑基图插件', '1.18.10', NULL, 'DATAEASE', 0, NULL, 1691046891296, 'view-sankey-backend', NULL, NULL); + +INSERT INTO `my_plugin`(`name`, `store`, `free`, `cost`, `category`, `descript`, `version`, `install_type`, `creator`, `load_mybatis`, `release_time`, `install_time`, `module_name`, `icon`, `ds_type`) VALUES ('AntV 组合图插件', 'default', 0, 0, 'view', 'AntV G2Plot 组合图插件', '1.18.10', NULL, 'DATAEASE', 0, NULL, 1691046891296, 'view-chartmix-backend', NULL, NULL); diff --git a/frontend/package.json b/frontend/package.json index ba27c63f0d..28601023aa 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "dataease", - "version": "1.18.9", + "version": "1.18.10", "description": "dataease front", "private": true, "scripts": { diff --git a/mobile/package.json b/mobile/package.json index 41def72170..7361395c58 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,6 +1,6 @@ { "name": "dataease-mobile", - "version": "1.18.9", + "version": "1.18.10", "private": true, "scripts": { "serve": "npm run dev:h5", diff --git a/pom.xml b/pom.xml index 4bc424337f..dbd064229f 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ - 1.18.9 + 1.18.10 dataease