Skip to content

Commit 3d7b276

Browse files
committed
chore(carousel): change deprecated version
1 parent 837fadb commit 3d7b276

File tree

1 file changed

+2
-2
lines changed
  • projects/igniteui-angular/src/lib/carousel

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/carousel/enums.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ export type CarouselAnimationType = (typeof CarouselAnimationType)[keyof typeof
99

1010
export const CarouselIndicatorsOrientation = /*@__PURE__*/mkenum({
1111
/**
12-
* @deprecated in version 19.0.0. Use `end` instead.
12+
* @deprecated in version 19.1.0. Use `end` instead.
1313
*/
1414
bottom: 'bottom',
1515
/**
16-
* @deprecated in version 19.0.0. Use `start` instead.
16+
* @deprecated in version 19.1.0. Use `start` instead.
1717
*/
1818
top: 'top',
1919
start: 'start',

0 commit comments

Comments
 (0)