Skip to content

Commit 2b96d02

Browse files
Merge pull request #2684 from bcgov/chore/release
Release v1.18.0
2 parents c9e9bda + 6cbbafc commit 2b96d02

File tree

4 files changed

+43
-1
lines changed

4 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.18.0](https://github.com/bcgov/cas-registration/compare/v1.17.1...v1.18.0) (2025-01-14)
2+
3+
### Bug Fixes
4+
5+
- Add minimum to most number fields and functions to validate numbers in activityForm oneOf arrays ([5cc53e4](https://github.com/bcgov/cas-registration/commit/5cc53e4213eabe6a1b6b67b2dff2e525338251e0))
6+
- populate anyOf only if we have options ([c71cc1f](https://github.com/bcgov/cas-registration/commit/c71cc1fb3c1590fdcf8b568acdb8908f1bc58e5b))
7+
- replace , with & in sourceType join aggregation to build_schema to avoid undefined type ([58cee2b](https://github.com/bcgov/cas-registration/commit/58cee2b49e58b9bcba7a488b20a124b91607f759))
8+
- update site visited logic for report verification page ([#2629](https://github.com/bcgov/cas-registration/issues/2629)) ([724ce1e](https://github.com/bcgov/cas-registration/commit/724ce1e46d09c23de9b352d99e018df7cbd844e6)), closes [/github.com/bcgov/cas-reporting/issues/199#issuecomment-2524359485](https://github.com//github.com/bcgov/cas-reporting/issues/199/issues/issuecomment-2524359485)
9+
- users shouldn't be able to edit places assigned on the contacts form ([ec1e495](https://github.com/bcgov/cas-registration/commit/ec1e4959209afc18d139d4e7fa08079a1a9805b4))
10+
11+
### Features
12+
13+
- a wrapper component for a form with navigation ([fddfde9](https://github.com/bcgov/cas-registration/commit/fddfde94e0139153054dbd9a958e0b72f7ea15f3))
14+
- Add status column to reporting operation table ([fbb011a](https://github.com/bcgov/cas-registration/commit/fbb011a17fb97a12a594ffc9f11faa3a05e9103b))
15+
- modal on report type change ([feae9fd](https://github.com/bcgov/cas-registration/commit/feae9fdb83e11a8e25972c0fc0c2f5d7944c70b6))
16+
- operations grid shows more details for BORO ID ([ba2d9ee](https://github.com/bcgov/cas-registration/commit/ba2d9eef881e3eaf400e51cfcf16e87ec38f3f45))
17+
- small aggregate facility requires fewer fields ([459372c](https://github.com/bcgov/cas-registration/commit/459372c6530451b52f13762f4cb95da1b05bdff6))
18+
119
## [1.17.1](https://github.com/bcgov/cas-registration/compare/v1.17.0...v1.17.1) (2025-01-02)
220

321
### 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.0.10 on 2025-01-14 23:07
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('common', '0029_V1_17_1'),
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.0.10 on 2025-01-14 23:07
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('registration', '0067_alter_facility_latitude_of_largest_emissions_and_more'),
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": "1.17.1",
3+
"version": "1.18.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)