Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Nov 13, 2023
1 parent 847f408 commit 662306b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Features
* **chore:** updated dependencies
* **ACustomDataForm:** form to manage `CustomDataAware` entities
* **ACustomDataForm:** new component to manage `CustomDataAware` entities
* added several type exports for DAM

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import AAssetSelect from '@/components/dam/assetSelect/AAssetSelect.vue'
import ASortable from '@/components/sortable/ASortable.vue'
import ASortableNested from '@/components/sortable/ASortableNested.vue'
import ASubjectSelect from '@/components/subjectSelect/ASubjectSelect.vue'
import ACustomForm from '@/components/customDataForm/ACustomDataForm.vue'
import ACustomDataForm from '@/components/customDataForm/ACustomDataForm.vue'
import { useSubjectSelect } from '@/components/subjectSelect/useSubjectSelect'
import { useCustomDataForm } from '@/components/customDataForm/useCustomDataForm'
import {
Expand Down Expand Up @@ -375,7 +375,7 @@ export {
ASortable,
ASortableNested,
ASubjectSelect,
ACustomForm,
ACustomDataForm,

// Dam
AAssetSelect,
Expand Down

0 comments on commit 662306b

Please sign in to comment.