Merge pull request #5859 from dataease/pr@update_version

chore: 升级版本号至1.18.10
This commit is contained in:
xuwei-fit2cloud 2023-08-08 11:08:18 +08:00 committed by GitHub
commit da3760c9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 3 deletions

View File

@ -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);

View File

@ -1,6 +1,6 @@
{
"name": "dataease",
"version": "1.18.9",
"version": "1.18.10",
"description": "dataease front",
"private": true,
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "dataease-mobile",
"version": "1.18.9",
"version": "1.18.10",
"private": true,
"scripts": {
"serve": "npm run dev:h5",

View File

@ -16,7 +16,7 @@
</parent>
<properties>
<dataease.version>1.18.9</dataease.version>
<dataease.version>1.18.10</dataease.version>
</properties>
<name>dataease</name>