Skip to content

Commit

Permalink
Rename composable to private
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Feb 27, 2024
1 parent 1dd3e4f commit 086b5c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Changelog is rather internal in nature. See release notes for the public overvie
[#552]: https://github.com/learningequality/kolibri-design-system/pull/552

- [#552]
- **Description:** New `useKResponsiveElement` composable, `KResponsiveElementMixin` translated to this composable.
- **Description:** New `useKResponsiveElement` private composable, `KResponsiveElementMixin` translated to this composable.
- **Products impact:** new API.
- **Addresses:** -.
- **Components:** -.
Expand Down
2 changes: 1 addition & 1 deletion lib/KListWithOverflow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<script>
import throttle from 'lodash/throttle';
import useKResponsiveElement from './useKResponsiveElement';
import useKResponsiveElement from './composables/_useKResponsiveElement';
export default {
name: 'KListWithOverflow',
Expand Down
File renamed without changes.

0 comments on commit 086b5c3

Please sign in to comment.