Skip to content

Commit 1afa5bc

Browse files
authored
Merge pull request #269 from bcgov/chore/release
Release v0.6.0
2 parents 0350949 + ea2f42e commit 1afa5bc

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ At this time, only the latest version of NR PermitConnect Navigator Service is s
1414

1515
| Version | Supported |
1616
| ------- | ------------------ |
17-
| 0.5.0 | :white_check_mark: |
18-
| < 0.5.x | :x: |
17+
| 0.6.0 | :white_check_mark: |
18+
| < 0.6.x | :x: |
1919

2020
## Reporting a Bug
2121

app/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.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nr-permitting-navigator-service-app",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"private": true,
66
"description": "PermitConnect Navigator Service ",

charts/pcns/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: nr-permitconnect-navigator-service
33
# This is the chart version. This version number should be incremented each time you make changes
44
# to the chart and its templates, including the app version.
55
# Versions are expected to follow Semantic Versioning (https://semver.org/)
6-
version: 0.0.21
6+
version: 0.0.22
77
kubeVersion: ">= 1.13.0"
88
description: PermitConnect Navigator Service
99
# A chart can be either an 'application' or a 'library' chart.
@@ -38,6 +38,6 @@ maintainers:
3838
# incremented each time you make changes to the application. Versions are not expected to
3939
# follow Semantic Versioning. They should reflect the version the application is using.
4040
# It is recommended to use it with quotes.
41-
appVersion: "0.5.0"
41+
appVersion: "0.6.0"
4242
deprecated: false
4343
annotations: {}

charts/pcns/README.md

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

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

55
PermitConnect Navigator Service
66

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.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nr-permitting-navigator-service-frontend",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"private": true,
66
"description": "",

0 commit comments

Comments
 (0)