Skip to content

Commit

Permalink
- app version = 5.12.4 (#746)
Browse files Browse the repository at this point in the history
- imported new shared Approval Type component (with lint fix)
- imported new shared Certify component (with pronoun and colour fix)
- updated entity display (per Jacqueline)

Co-authored-by: Severin Beauvais <[email protected]>
  • Loading branch information
severinbeauvais and Severin Beauvais authored Oct 10, 2024
1 parent 32e3788 commit fbb87ff
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 43 deletions.
58 changes: 22 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-create-ui",
"version": "5.12.3",
"version": "5.12.4",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand All @@ -14,11 +14,11 @@
},
"dependencies": {
"@babel/compat-data": "^7.21.5",
"@bcrs-shared-components/approval-type": "1.1.2",
"@bcrs-shared-components/approval-type": "1.1.3",
"@bcrs-shared-components/base-address": "2.0.3",
"@bcrs-shared-components/breadcrumb": "2.1.15",
"@bcrs-shared-components/business-lookup": "1.3.4",
"@bcrs-shared-components/certify": "2.1.15",
"@bcrs-shared-components/certify": "2.1.51",
"@bcrs-shared-components/completing-party": "2.1.30",
"@bcrs-shared-components/confirm-dialog": "1.2.1",
"@bcrs-shared-components/contact-info": "1.2.15",
Expand Down
2 changes: 1 addition & 1 deletion src/resources/ContinuationIn/C.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ContinuationInResourceC: ContinuationInResourceIF = {
completingPartyStatement: {
certifyStatements: [],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}
2 changes: 1 addition & 1 deletion src/resources/ContinuationIn/CBEN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const ContinuationInResourceCben: ContinuationInResourceIF = {
completingPartyStatement: {
certifyStatements: [],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}
2 changes: 1 addition & 1 deletion src/resources/ContinuationIn/CCC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const ContinuationInResourceCcc: ContinuationInResourceIF = {
completingPartyStatement: {
certifyStatements: [],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}
2 changes: 1 addition & 1 deletion src/resources/ContinuationIn/CUL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const ContinuationInResourceCul: ContinuationInResourceIF = {
completingPartyStatement: {
certifyStatements: [],
certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
entityDisplay: null
entityDisplay: 'business'
}
}
}

0 comments on commit fbb87ff

Please sign in to comment.