From 0e2adcf294c1e14f2c7ce99b86e89975902374b2 Mon Sep 17 00:00:00 2001 From: AimeeGao Date: Fri, 1 Nov 2024 15:35:23 -0700 Subject: [PATCH 1/5] Allow editing of certify legal name for all users in Amalgamation --- src/views/Amalgamation/ReviewConfirm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Amalgamation/ReviewConfirm.vue b/src/views/Amalgamation/ReviewConfirm.vue index 110f358a..c9a2ef9d 100644 --- a/src/views/Amalgamation/ReviewConfirm.vue +++ b/src/views/Amalgamation/ReviewConfirm.vue @@ -237,7 +237,7 @@ From f5587a8f45eb66f222fc1e831b09e5091941d31d Mon Sep 17 00:00:00 2001 From: AimeeGao Date: Fri, 1 Nov 2024 15:35:55 -0700 Subject: [PATCH 2/5] Allow editing of certify legal name for all users in Continuation In --- src/views/ContinuationIn/ContinuationInReviewConfirm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ContinuationIn/ContinuationInReviewConfirm.vue b/src/views/ContinuationIn/ContinuationInReviewConfirm.vue index c772adb9..ed1236a6 100644 --- a/src/views/ContinuationIn/ContinuationInReviewConfirm.vue +++ b/src/views/ContinuationIn/ContinuationInReviewConfirm.vue @@ -161,7 +161,7 @@ From 756e5edfdefec434a947762bb20e15d4b16669ef Mon Sep 17 00:00:00 2001 From: AimeeGao Date: Fri, 1 Nov 2024 15:36:32 -0700 Subject: [PATCH 3/5] Allow editing of certify legal name for all users in Dissolution --- src/views/Dissolution/DissolutionReviewConfirm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Dissolution/DissolutionReviewConfirm.vue b/src/views/Dissolution/DissolutionReviewConfirm.vue index 826fdf51..fa468500 100644 --- a/src/views/Dissolution/DissolutionReviewConfirm.vue +++ b/src/views/Dissolution/DissolutionReviewConfirm.vue @@ -309,7 +309,7 @@ From b022942571b397ec56caae41609dc5a1bd1e1b36 Mon Sep 17 00:00:00 2001 From: AimeeGao Date: Fri, 1 Nov 2024 15:37:00 -0700 Subject: [PATCH 4/5] Allow editing of certify legal name for all users in Restoration --- src/views/Restoration/RestorationReviewConfirm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Restoration/RestorationReviewConfirm.vue b/src/views/Restoration/RestorationReviewConfirm.vue index dddada8c..e95e8cd8 100644 --- a/src/views/Restoration/RestorationReviewConfirm.vue +++ b/src/views/Restoration/RestorationReviewConfirm.vue @@ -101,7 +101,7 @@ From 3dd5d081d7cf25506116bdd4aaaea4bc354452c5 Mon Sep 17 00:00:00 2001 From: AimeeGao Date: Tue, 5 Nov 2024 09:17:24 -0800 Subject: [PATCH 5/5] Update version number --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9e2de84..fbf9f864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-create-ui", - "version": "5.14.1", + "version": "5.14.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-create-ui", - "version": "5.14.1", + "version": "5.14.2", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/approval-type": "1.1.3", diff --git a/package.json b/package.json index 03b6e639..27b5e835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-create-ui", - "version": "5.14.1", + "version": "5.14.2", "private": true, "appName": "Create UI", "sbcName": "SBC Common Components",