Skip to content

Commit

Permalink
RDM-3023 : Move palette from mgmt web part 3 - Export OrderService
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewf committed Oct 8, 2018
1 parent ed032c0 commit faf0625
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## RELEASE NOTES

### Version 1.2.9 - October 8 2018
**RDM-3023** - Move palette from mgmt web part 3.

### Version 1.2.8 - October 8 2018
**RDM-3023** - Move palette from mgmt web part 2.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/ccd-case-ui-toolkit",
"version": "1.2.8",
"version": "1.2.9",
"description": "Case UI Toolkit",
"main": "./dist/index.umd.js",
"module": "./dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export { CaseEventTrigger } from './shared/domain/case-view/case-event-trigger.m
export { WizardPage } from './shared/domain/wizard-page.model';
export { WizardPageField } from './shared/domain/wizard-page-field.model';
export { Orderable } from './shared/domain/order/orderable.model';
export { OrderService } from './shared/domain/order/order.service';
export { FieldType } from './shared/domain/definition/field-type.model';
export { PaletteContext } from './shared/palette/base-field/palette-context.enum';
export { ConditionalShowRegistrarService } from './shared/conditional-show/conditional-show-registrar.service';
Expand Down

0 comments on commit faf0625

Please sign in to comment.