Skip to content

Commit

Permalink
chore: release v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepehr-Sobhani committed Dec 12, 2024
1 parent 9d0f522 commit f8b6031
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.16.0](https://github.com/bcgov/cas-registration/compare/v1.15.0...v1.16.0) (2024-12-12)

### Bug Fixes

- additional data nav buttons ([2676232](https://github.com/bcgov/cas-registration/commit/267623284e235fb01d7f79ae8234363d7aacaa11))
- crash on removing all items from a multiselect widget ([cd7004b](https://github.com/bcgov/cas-registration/commit/cd7004b802f6b052bef7d7fa59a5954d32447e76))
- Fix reporting step buttons on attachments and allocation pages ([d1097af](https://github.com/bcgov/cas-registration/commit/d1097af4de1516f7705810a33b2cbdf7a33c918b))
- formState is not persisted across activity pages ([d096887](https://github.com/bcgov/cas-registration/commit/d096887a021b4ae429da0a92eb280469feb8c7cd))
- minimum item count in products and activities for an operation ([0839662](https://github.com/bcgov/cas-registration/commit/08396624bbf4a85e1f535d90dcbaa53e6b71994b))
- submit blocked when validation failed once ([5dbb0df](https://github.com/bcgov/cas-registration/commit/5dbb0dfb5e6f5ab76e1f4a19b3f368a5db860d82))

### Features

- Add alumina production JSON Schemas and UISchemas + rebase/style/field type edits ([1e22802](https://github.com/bcgov/cas-registration/commit/1e22802c335feb738f1726895839800d92f1db9b))
- Add reporting step buttons component for reporting forms, separating save and continue buttons ([da2b6ac](https://github.com/bcgov/cas-registration/commit/da2b6acdd617872378c925d613a5497d204a7cff))
- allocation of emissions ([38aad11](https://github.com/bcgov/cas-registration/commit/38aad11f8b682992081f2d09a072c3669a1b9b5a))
- new page for final report review ([abf15f0](https://github.com/bcgov/cas-registration/commit/abf15f08ded8590c9d84bfefd535122a29b385d9))

### Reverts

- Revert "test: v2 endpoint tests" ([505897a](https://github.com/bcgov/cas-registration/commit/505897af1a090d7a8115d445af738a31c0a3052d))

# [1.15.0](https://github.com/bcgov/cas-registration/compare/v1.14.0...v1.15.0) (2024-11-27)

### Features
Expand Down
12 changes: 12 additions & 0 deletions bc_obps/common/migrations/0027_V1_16_0.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 5.0.9 on 2024-12-12 18:02

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('common', '0026_update_dashboard_data_20241206_1633'),
]

operations = []
12 changes: 12 additions & 0 deletions bc_obps/registration/migrations/0062_V1_16_0.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 5.0.9 on 2024-12-12 18:02

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('registration', '0061_remove_naics_code'),
]

operations = []
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cas-registration",
"version": "1.15.0",
"version": "1.16.0",
"main": "index.js",
"repository": "https://github.com/bcgov/cas-registration.git",
"author": "[email protected]",
Expand Down

0 comments on commit f8b6031

Please sign in to comment.