Skip to content

Commit

Permalink
Release BCBox v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Ho <[email protected]>
  • Loading branch information
jujaga committed Mar 19, 2024
1 parent a0b2d5d commit 97b4a34
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ At this time, only the latest version of BCBox is supported.

| Version | Supported |
| ------- | ------------------ |
| 0.6.0 | :white_check_mark: |
| < 0.6.x | :x: |
| 0.7.0 | :white_check_mark: |
| < 0.7.x | :x: |

## Reporting a Bug

Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

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

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bcbox-app",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"description": "",
"author": "NR Common Service Showcase <[email protected]>",
Expand Down
12 changes: 6 additions & 6 deletions bcgovpubcode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ product_information:
product_technology_information:
backend_frameworks:
- name: Express
version: 4.18.2
version: 4.18.3
backend_languages_version:
- name: JavaScript
version: ecmaVersion 11 / es2020
Expand All @@ -41,16 +41,16 @@ product_technology_information:
- Helm
frontend_frameworks:
- name: Vue
version: 3.2.47
version: 3.4.21
- name: Other
version: Pinia 2.0.32
version: Pinia 2.1.7
- name: Other
version: Primevue (3.23.0)
version: Primevue (3.44.0)
- name: Other
version: oidc-client-ts (2.2.1)
version: oidc-client-ts (3.0.1)
frontend_languages:
- name: TypeScript
version: 4.8.4
version: 5.4.2
- name: JavaScript
version: ecmaVersion 11 / es2020
hosting_platforms:
Expand Down
4 changes: 2 additions & 2 deletions charts/bcbox/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: bcbox
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.13
version: 0.0.14
kubeVersion: ">= 1.13.0"
description: A frontend UI for managing access control to S3 Objects
# A chart can be either an 'application' or a 'library' chart.
Expand Down Expand Up @@ -37,6 +37,6 @@ maintainers:
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.6.0"
appVersion: "0.7.0"
deprecated: false
annotations: {}
2 changes: 1 addition & 1 deletion charts/bcbox/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bcbox

![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.0](https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square)
![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.0](https://img.shields.io/badge/AppVersion-0.7.0-informational?style=flat-square)

A frontend UI for managing access control to S3 Objects

Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bcbox-frontend",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"description": "",
"author": "NR Common Service Showcase <[email protected]>",
Expand Down

0 comments on commit 97b4a34

Please sign in to comment.