Skip to content

Commit bd088f6

Browse files
committed
chore: release v5.19.1
1 parent 74e4892 commit bd088f6

10 files changed

Lines changed: 88 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [5.19.1](https://github.com/bcgov/cas-registration/compare/v5.19.0...v5.19.1) (2026-08-25)
4+
5+
### Bug Fixes
6+
7+
- **deps:** update dependency eslint-config-next to v16.3.0 ([fbd3188](https://github.com/bcgov/cas-registration/commit/fbd31881b90ecf7b80356145c5892560be9bdc3b))
8+
- **deps:** update dependency eslint-config-next to v16.3.1 ([6f5c611](https://github.com/bcgov/cas-registration/commit/6f5c611d830c30d72123dcd063e44c577492565e))
9+
- **deps:** update node dependencies ([5f2b958](https://github.com/bcgov/cas-registration/commit/5f2b9589ae2c163a630d7fe077555e503d330393))
10+
- file preview on registration uploads ([40987cf](https://github.com/bcgov/cas-registration/commit/40987cf5d7539917e36a3f90cebb6d22f80c3d99))
11+
- improve button layout and add tooltip for attachment names ([e7fbb7b](https://github.com/bcgov/cas-registration/commit/e7fbb7bbbdbfdc8a93665f00748201c53230086a))
12+
- show director's decision read-only to analysts and fix manual handling back url ([6a62810](https://github.com/bcgov/cas-registration/commit/6a62810dbe3c5bfc80c0cfc0e8393b5632e2cd09))
13+
- Zero values get persisted on the additional reporting data form ([741715d](https://github.com/bcgov/cas-registration/commit/741715dc040a4eeb82e8dad68690aa0f7a94ca38))
14+
315
# [5.19.0](https://github.com/bcgov/cas-registration/compare/v5.18.1...v5.19.0) (2026-08-12)
416

517
### Bug Fixes
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by Django 6.0.8 on 2026-08-25 15:46
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('common', '0137_V5_19_0'),
10+
]
11+
12+
operations = []
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by Django 6.0.8 on 2026-08-25 15:46
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('compliance', '0065_V5_19_0'),
10+
]
11+
12+
operations = []
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by Django 6.0.8 on 2026-08-25 15:45
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('registration', '0191_V5_19_0'),
10+
]
11+
12+
operations = []
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by Django 6.0.8 on 2026-08-25 15:46
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('reporting', '0208_V5_19_0'),
10+
]
11+
12+
operations = []
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by Django 6.0.8 on 2026-08-25 15:46
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('rls', '0068_V5_19_0'),
10+
]
11+
12+
operations = []
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by Django 6.0.8 on 2026-08-25 15:46
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('task_scheduler', '0040_V5_19_0'),
10+
]
11+
12+
operations = []

helm/cas-bciers/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cas-bciers
33
description: A Helm chart for the CAS BCIERS applications.
44
type: application
55
version: 0.2.0
6-
appVersion: "5.19.0"
6+
appVersion: "5.19.1"
77

88
dependencies:
99
- name: terraform-bucket-provision

helm/migration-test/cas-obps-backend-migration-test/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes
44

55
type: application
66

7-
version: 0.2.13
7+
version: 0.2.14
88

9-
appVersion: "5.19.0"
9+
appVersion: "5.19.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cas-registration",
3-
"version": "5.19.0",
3+
"version": "5.19.1",
44
"main": "index.js",
55
"repository": "https://github.com/bcgov/cas-registration.git",
66
"author": "ggircs@gov.bc.ca",

0 commit comments

Comments
 (0)