Skip to content

Commit

Permalink
Merge pull request #1289 from bcgov/chore/tenantUiVersionBump
Browse files Browse the repository at this point in the history
Traction Tenant UI version bump
  • Loading branch information
loneil authored Jul 30, 2024
2 parents f7e28b6 + d3c1c47 commit 7f1204e
Show file tree
Hide file tree
Showing 7 changed files with 166 additions and 432 deletions.
2 changes: 1 addition & 1 deletion charts/traction/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: traction
description: The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
type: application
version: 0.3.1
appVersion: 0.4.2
appVersion: 0.5.0
home: "https://github.com/bcgov/traction"
sources: ["https://github.com/bcgov/traction"]
icon: "https://github.com/bcgov/traction/raw/main/docs/assets/readme-logo.png"
Expand Down
268 changes: 1 addition & 267 deletions docs/traction-anoncreds-workshop.md

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions services/tenant-ui/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions services/tenant-ui/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tenant-ui-frontend",
"private": true,
"version": "0.4.2",
"version": "0.5.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -25,7 +25,7 @@
"date-fns": "^3.6.0",
"dompurify": "^3.1.6",
"json-editor-vue": "^0.15.1",
"marked": "^13.0.2",
"marked": "^13.0.3",
"oidc-client-ts": "^3.0.1",
"pinia": "^2.1.7",
"primeflex": "^3.3.1",
Expand All @@ -42,9 +42,9 @@
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
"@pinia/testing": "^0.1.3",
"@types/dompurify": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-vue": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.1.1",
"@vitest/coverage-v8": "^2.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
Expand Down
4 changes: 2 additions & 2 deletions services/tenant-ui/frontend/src/components/about/Traction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<div class="col-12 md:col-6">
<strong>{{ $t('about.traction.info') }}</strong>
<p class="my-0">
{{ $t('about.traction.tractionVersion', { version: '0.4.2' }) }}
{{ $t('about.traction.tractionVersion', { version: '0.5.0' }) }}
</p>
<p class="mt-0">
{{ $t('about.traction.uiVersion', { version: '0.4.2' }) }}
{{ $t('about.traction.uiVersion', { version: '0.5.0' }) }}
</p>
</div>

Expand Down
Loading

0 comments on commit 7f1204e

Please sign in to comment.