Skip to content

Commit

Permalink
Bump version 96 (#4543)
Browse files Browse the repository at this point in the history
* Bump version IS-96

* Lint fixes
  • Loading branch information
asanchezr authored Dec 19, 2024
1 parent e6990dc commit 49f675e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions source/backend/api/Pims.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<UserSecretsId>0ef6255f-9ea0-49ec-8c65-c172304b4926</UserSecretsId>
<Version>5.7.0-95.20</Version>
<AssemblyVersion>5.7.0.95</AssemblyVersion>
<Version>5.7.0-96.0</Version>
<AssemblyVersion>5.7.0.96</AssemblyVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<ProjectGuid>{16BC0468-78F6-4C91-87DA-7403C919E646}</ProjectGuid>
<TargetFramework>net8.0</TargetFramework>
Expand Down
4 changes: 2 additions & 2 deletions source/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 source/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "5.7.0-95.20",
"version": "5.7.0-96.0",
"private": true,
"dependencies": {
"@bcgov/bc-sans": "1.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ describe('UpdateAcquisitionForm component', () => {
});

it('displays estimated completion, assigned and possession dates', async () => {
const { getEstimatedCompletionDatePicker, getPossessionDatePicker, getAssignedDatePicker } = setup({ initialValues });
const { getEstimatedCompletionDatePicker, getPossessionDatePicker, getAssignedDatePicker } =
setup({ initialValues });
await act(async () => {});
expect(getEstimatedCompletionDatePicker()).toHaveValue('Jul 10, 2024');
expect(getPossessionDatePicker()).toHaveValue('Jul 10, 2025');
Expand Down

0 comments on commit 49f675e

Please sign in to comment.