Skip to content

Commit

Permalink
Version bump 5.9 (#4683)
Browse files Browse the repository at this point in the history
* Bump version to 5.9

* Lint fixes
  • Loading branch information
asanchezr authored Mar 6, 2025
1 parent 45d14dc commit 792ea75
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.8.0-100.21</Version>
<AssemblyVersion>5.8.0.100</AssemblyVersion>
<Version>5.9.0-101.0</Version>
<AssemblyVersion>5.9.0.101</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.8.0-100.21",
"version": "5.9.0-101.0",
"private": true,
"dependencies": {
"@bcgov/bc-sans": "1.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ describe('DetailAdministration component', () => {
},
},
],
type:{
type: {
id: 'test',
description: 'testLeaseType',
isDisabled: false,
displayOrder: 0
}
displayOrder: 0,
},
},
});
expect(component.asFragment()).toMatchSnapshot();
Expand Down

0 comments on commit 792ea75

Please sign in to comment.