From 356effc413a6fac4ddacff3ba24f35718afc82ab Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Thu, 18 Jul 2024 11:57:24 -0700 Subject: [PATCH] Bump dev version to IS85 (#4210) --- source/backend/api/Pims.Api.csproj | 6 +++--- source/frontend/package-lock.json | 4 ++-- source/frontend/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/backend/api/Pims.Api.csproj b/source/backend/api/Pims.Api.csproj index 92258d097e..421c2437e2 100644 --- a/source/backend/api/Pims.Api.csproj +++ b/source/backend/api/Pims.Api.csproj @@ -2,9 +2,9 @@ 0ef6255f-9ea0-49ec-8c65-c172304b4926 - 5.4.0-84.55 - 5.4.0-84.55 - 5.4.0.84 + 5.5.0-85.0 + 5.5.0-85.0 + 5.5.0.85 true 16BC0468-78F6-4C91-87DA-7403C919E646 net8.0 diff --git a/source/frontend/package-lock.json b/source/frontend/package-lock.json index 330f29cb76..6e65654f9f 100644 --- a/source/frontend/package-lock.json +++ b/source/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend", - "version": "5.4.0-84.0", + "version": "5.5.0-85.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend", - "version": "5.4.0-84.0", + "version": "5.5.0-85.0", "dependencies": { "@bcgov/bc-sans": "1.0.1", "@bcgov/design-tokens": "3.0.0-rc1", diff --git a/source/frontend/package.json b/source/frontend/package.json index 3d272d6220..911207da1f 100644 --- a/source/frontend/package.json +++ b/source/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "5.4.0-84.55", + "version": "5.5.0-85.0", "private": true, "dependencies": { "@bcgov/bc-sans": "1.0.1",