Skip to content

Commit 0ce7cbd

Browse files
authored
Merge pull request #2418 from IntersectMBO/chore/bump-govtool-to-v1.0.28
chore: bump GovTool to v1.0.28
2 parents ef8bd0e + 34f90fd commit 0ce7cbd

File tree

9 files changed

+30
-12
lines changed

9 files changed

+30
-12
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ changes.
1212

1313
### Added
1414

15+
-
16+
17+
### Fixed
18+
19+
-
20+
21+
### Changed
22+
23+
-
24+
25+
### Removed
26+
27+
-
28+
29+
## [v1.0.28](https://github.com/IntersectMBO/govtool/releases/tag/v1.0.28) 2024-11-26
30+
31+
### Added
32+
1533
- Add more useful metrics to the backend GET /network/metrics endpoint [Issue 2010](https://github.com/IntersectMBO/govtool/issues/2010)
1634

1735
### Fixed
@@ -28,6 +46,7 @@ changes.
2846
- Bump CSL version to 13.1.0 [Issue 2169](https://github.com/IntersectMBO/govtool/issues/2169)
2947
- Display supporting links below labels than in same row [Issue 2391](https://github.com/IntersectMBO/govtool/issues/2391)
3048
- change link to support page [Issue 2292](https://github.com/IntersectMBO/govtool/issues/2292)
49+
- Bump @intersect.mbo/pdf-ui to v0.5.0
3150

3251
### Removed
3352

govtool/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ FROM $BASE_IMAGE_REPO:$BASE_IMAGE_TAG
44
WORKDIR /src
55
COPY . .
66
RUN cabal build
7-
RUN cp dist-newstyle/build/x86_64-linux/ghc-9.2.7/vva-be-1.0.27/x/vva-be/build/vva-be/vva-be /usr/local/bin
7+
RUN cp dist-newstyle/build/x86_64-linux/ghc-9.2.7/vva-be-1.0.28/x/vva-be/build/vva-be/vva-be /usr/local/bin

govtool/backend/Dockerfile.qovery

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $BASE_IMAGE_REPO:$BASE_IMAGE_TAG
44
WORKDIR /src
55
COPY . .
66
RUN cabal build
7-
RUN cp dist-newstyle/build/x86_64-linux/ghc-9.2.7/vva-be-1.0.27/x/vva-be/build/vva-be/vva-be /usr/local/bin
7+
RUN cp dist-newstyle/build/x86_64-linux/ghc-9.2.7/vva-be-1.0.28/x/vva-be/build/vva-be/vva-be /usr/local/bin
88

99
# Expose the necessary port
1010
EXPOSE 9876

govtool/backend/vva-be.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.6
22
name: vva-be
3-
version: 1.0.27
3+
version: 1.0.28
44

55
-- A short (one-line) description of the package.
66
-- synopsis:

govtool/frontend/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.

govtool/frontend/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@govtool/frontend",
33
"private": true,
4-
"version": "1.0.27",
4+
"version": "1.0.28",
55
"type": "module",
66
"scripts": {
77
"build": "vite build",
@@ -108,6 +108,5 @@
108108
"overrides": {
109109
"typescript": "^5.0.2"
110110
},
111-
"readme": "ERROR: No README data found!",
112-
111+
113112
}

govtool/metadata-validation/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.

govtool/metadata-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@govtool/metadata-validation",
3-
"version": "1.0.27",
3+
"version": "1.0.28",
44
"description": "",
55
"author": "",
66
"private": true,

govtool/metadata-validation/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function bootstrap() {
1313
const config = new DocumentBuilder()
1414
.setTitle('Metadata Validation Tool')
1515
.setDescription('The Metadata Validation Tool API description')
16-
.setVersion('1.0.27')
16+
.setVersion('1.0.28')
1717
.build();
1818

1919
const document = SwaggerModule.createDocument(app, config);

0 commit comments

Comments
 (0)