Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.4.0 #126

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The minor version will be incremented upon a breaking change and the patch version will be
incremented for features.

## [0.4.0] - 2024-02-28

### Breaking
- Renamed two `PlanningDesignation` values that were previously incorrectly categorised as "designated land" ([#125](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/122))
- Removed duplicated "outbuildings" entries, now using singular "outbuilding" only, from `ProjectTypes` ([#123](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/123))
- Updated type `data.property.planning.designations.source` to include `text` & `url` ([#122](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/122))
- Updated `metadata.source` as requirement for any provider, not only PlanX ([#119](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/119))

### Fixed
- Adjusted build scripts so that generated examples in `/dist` have correct version numbers ([#114](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/114), [#115](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/115))

## [0.3.0] - 2024-02-08

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digital-planning-data-schemas",
"version": "0.3.0",
"version": "0.4.0",
"description": "Digital Planning Data schemas",
"main": "schema/schema.json",
"scripts": {
Expand Down
Loading