Skip to content

Commit 7bdd688

Browse files
authored
Merge pull request #1605 from bcgov/releases/1.2.0
Prepare for 1.2.0 release
2 parents 8c98724 + 9347735 commit 7bdd688

File tree

9 files changed

+16
-19
lines changed

9 files changed

+16
-19
lines changed

charts/traction/Chart.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,21 @@ apiVersion: v2
22
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
5-
version: 0.3.7
6-
appVersion: 1.1.2
5+
version: 0.3.8
6+
appVersion: 1.2.0
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"
1010
maintainers:
1111
- email: ivan.polchenko@quartech.com
1212
name: i5okie
1313
url: https://github.com/i5okie
14-
- email: tools@usingtechnolo.gy
15-
name: usingtechnology
16-
url: https://github.com/usingtechnology
17-
- email: jason.syrotuck@nttdata.com
18-
name: Jsyro
19-
url: https://github.com/Jsyro
2014
- email: emiliano.sune@quartech.com
2115
name: esune
2216
url: https://github.com/esune
17+
- email: lucasoneil@gmail.com
18+
name: loneil
19+
url: https://github.com/loneil
2320
dependencies:
2421
- name: postgresql
2522
version: 15.5.38

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.3.7](https://img.shields.io/badge/Version-0.3.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.2](https://img.shields.io/badge/AppVersion-1.1.2-informational?style=flat-square)
3+
![version: 0.3.8](https://img.shields.io/badge/Version-0.3.8-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)
44

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

services/tenant-ui/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.

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.1.2",
4+
"version": "1.2.0",
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.1.2' }) }}
6+
{{ $t('about.traction.tractionVersion', { version: '1.2.0' }) }}
77
</p>
88
<p class="mt-0">
9-
{{ $t('about.traction.uiVersion', { version: '1.1.2' }) }}
9+
{{ $t('about.traction.uiVersion', { version: '1.2.0' }) }}
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.1.2',
26+
version: '1.2.0',
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.1.2',
16+
version: '1.2.0',
1717
},
1818
},
1919
},

services/tenant-ui/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.

services/tenant-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tenant-ui",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)