Skip to content

Commit

Permalink
Merge pull request #1101 from bcgov/feature/validation-bypass
Browse files Browse the repository at this point in the history
Add flag to client form summary, Update to new feature version
  • Loading branch information
echo-liang authored Dec 11, 2024
2 parents 66a979d + 5b24151 commit 90463be
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cccm-backend/cccm-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>cccm-api</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<failsafe.useModulePath>false</failsafe.useModulePath>
Expand Down
2 changes: 2 additions & 0 deletions cccm-backend/cccm-api/src/main/resources/cccm-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2623,6 +2623,8 @@ components:
format: date
formTypeExpiryDate:
type: string
casePlanNotRequiredYn:
type: string
SupervisorDashboard:
type: object
properties:
Expand Down
2 changes: 1 addition & 1 deletion cccm-backend/cccm-role-sync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>cccm-role-sync</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion cccm-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.bc.gov.open.jag</groupId>
<artifactId>cccm-backend</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<description>CCCM Service Layer</description>

Expand Down
4 changes: 2 additions & 2 deletions cccm-frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion cccm-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-project",
"version": "1.2.1",
"version": "1.3.0",
"scripts": {
"build": "vite build",
"dev": "vite",
Expand Down

0 comments on commit 90463be

Please sign in to comment.