Skip to content

Commit

Permalink
5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Jan 3, 2024
1 parent b8f5101 commit d242408
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion modules/app/src/main/resources/db/upgrade/app/versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
5.4.1
5.5.0
5.5.1
5.5.2
5.5.2
5.6.0
3 changes: 2 additions & 1 deletion modules/cms/src/main/resources/db/upgrade/cms/versions
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
5.4.1
5.5.0
5.5.1
5.5.2
5.5.2
5.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
No deletion without permission, or be held responsible to law. -->
<template>
<name>vueSelect</name>
<filePath>${frontDir}/src/components/ListSelect/src/selectType</filePath>
<fileName>${className}Select.ts</fileName>
<filePath>${frontDir}/src/views/${urlPrefix}</filePath>
<fileName>select.ts</fileName>
<content><![CDATA[
import { useI18n } from '/@/hooks/web/useI18n';
import { BasicColumn, BasicTableProps, FormProps } from '/@/components/Table';
Expand Down

0 comments on commit d242408

Please sign in to comment.