Skip to content

Commit 56b1c1c

Browse files
authored
Merge pull request #1737 from bcgov/chore/prepare-release
Bump app version to 1.2.1
2 parents 3d2759e + 26b58c9 commit 56b1c1c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

charts/traction/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: traction
33
description: The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
44
type: application
55
version: 0.4.0
6-
appVersion: 1.2.0
6+
appVersion: 1.2.1
77
home: "https://github.com/bcgov/traction"
88
sources: ["https://github.com/bcgov/traction"]
99
icon: "https://github.com/bcgov/traction/raw/main/docs/assets/readme-logo.png"

charts/traction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Traction
22

3-
![version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
3+
![version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.1](https://img.shields.io/badge/AppVersion-1.2.1-informational?style=flat-square)
44

55
The Traction service allows organizations to verify, hold, and issue verifiable credentials.
66

services/tenant-ui/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tenant-ui-frontend",
33
"private": true,
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

services/tenant-ui/frontend/src/components/about/Traction.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<div class="col-12 md:col-6">
44
<strong>{{ $t('about.traction.info') }}</strong>
55
<p class="my-0">
6-
{{ $t('about.traction.tractionVersion', { version: '1.2.0' }) }}
6+
{{ $t('about.traction.tractionVersion', { version: '1.2.1' }) }}
77
</p>
88
<p class="mt-0">
9-
{{ $t('about.traction.uiVersion', { version: '1.2.0' }) }}
9+
{{ $t('about.traction.uiVersion', { version: '1.2.1' }) }}
1010
</p>
1111
</div>
1212

services/tenant-ui/frontend/test/__mocks__/store/innkeeper/tenants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const store: { [key: string]: any } = {
2323
serverConfig: {
2424
value: {
2525
config: {
26-
version: '1.2.0',
26+
version: '1.2.1',
2727
},
2828
},
2929
},

services/tenant-ui/frontend/test/__mocks__/store/tenant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const store: { [key: string]: any } = {
1313
serverConfig: {
1414
value: {
1515
config: {
16-
version: '1.2.0',
16+
version: '1.2.1',
1717
},
1818
},
1919
},

0 commit comments

Comments
 (0)