Skip to content

Commit

Permalink
feat(pipeline): export step labeller function (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-sevin authored May 23, 2024
1 parent 34d11ca commit 0160981
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## [0.113.0] - 2024-05-23

### Changed

- Labeller: export step labeller function

## [0.112.1] - 2024-04-15

- Bump luxon dependency for security reasons
Expand Down
1 change: 1 addition & 0 deletions ui/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export { transformValueToDateRange } from './components/DatePicker/transform-val
export { dateRangeToString } from './lib/dates';
export { isFilterComboAnd, isFilterComboOr } from './lib/steps';
export { getPaginationContext } from './lib/dataset/pagination';
export { labelWithReadeableVariables, humanReadableLabel } from './lib/labeller';

// export directives
export { resizable } from './directives/resizable/resizable';

0 comments on commit 0160981

Please sign in to comment.