Skip to content

Commit 6bf4dbd

Browse files
authored
Merge pull request #4295 from bcgov/chore/release
chore: release v5.3.0
2 parents 958f88d + 6e8c34c commit 6bf4dbd

8 files changed

Lines changed: 88 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Changelog
2+
3+
# [5.3.0](https://github.com/bcgov/cas-registration/compare/v5.2.0...v5.3.0) (2026-02-27)
4+
5+
### Bug Fixes
6+
7+
- populate obligation.invoice_number immediately on create_invoice() success ([b3ace57](https://github.com/bcgov/cas-registration/commit/b3ace5747ca4e8a0d6a57a4dc11ccbd0596ec41e))
8+
9+
### Features
10+
11+
- add regulated_name tooltips to activity selectors ([91156bb](https://github.com/bcgov/cas-registration/commit/91156bbab1bd7f919f036bdc67ba5ca0e264b11b))
12+
- adding new table to track overrides for naics regulatory values ([3b1d212](https://github.com/bcgov/cas-registration/commit/3b1d2124f3da1762dab50ac7096febfa59d72b53))
13+
- create multiselectwidgetwithtooltip ([a1058cb](https://github.com/bcgov/cas-registration/commit/a1058cb8de3d231f6b1d7eed7a66f7202205b148))
14+
- replace hardcoded due date with compliance period's compliance_deadline through new endpoint ([52e0330](https://github.com/bcgov/cas-registration/commit/52e03309f8c2450215a88a3f3f718212d1475213))
15+
116
# [5.2.0](https://github.com/bcgov/cas-registration/compare/5.1.0...5.2.0) (2026-02-19)
217

318
### Bug Fixes
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by Django 5.1.15 on 2026-02-27 22:59
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('common', '0109_V5_2_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 5.1.15 on 2026-02-27 22:59
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('compliance', '0029_complianceobligation_add_invoice_number_and_populate'),
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 5.1.15 on 2026-02-27 22:59
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('registration', '0160_V5_2_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 5.1.15 on 2026-02-27 22:59
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('reporting', '0161_update_report_open_date'),
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 5.1.15 on 2026-02-27 22:59
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('rls', '0044_V5_2_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 5.1.15 on 2026-02-27 22:59
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('task_scheduler', '0016_V5_2_0'),
10+
]
11+
12+
operations = []

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.2.0",
3+
"version": "5.3.0",
44
"main": "index.js",
55
"repository": "https://github.com/bcgov/cas-registration.git",
66
"author": "ggircs@gov.bc.ca",

0 commit comments

Comments
 (0)