Skip to content

Commit 7e87a49

Browse files
authored
Merge pull request #769 from bcgov/dev
Manually Version Bump
2 parents 91bc07c + cc14580 commit 7e87a49

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/.unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
working-directory: ./client
8484
component: true
85-
browser: chrome
85+
browser: electron
8686
env:
8787
VITE_APP_MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }}
8888
VITE_BASE_API_URL: http://localhost:8000

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bc-wat-app",
33
"private": true,
4-
"version": "4.11.11",
4+
"version": "4.12.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)