From 2b9d6a1ca29945f59ae631a662174882a64f05dc Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Wed, 10 Jul 2024 14:05:08 +0200 Subject: [PATCH] queue up v0.7.0 release --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c00133c0..9a456d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,24 @@ 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.7.0] - 2024-07-10 + +### Breaking +- Updated `ApplicationTypes` & `ProjectTypes` based on ODP Service development ([#198](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/198), [#197](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/197), [#182](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/182), [#177](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/177)) + +### Added +- Added new example payloads, now organised in subdirectories by application type ([#183](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/183)): + - Minor planning permission ([#193](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/193)) + - Major planning permission ([#194](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/194)) + - Prior approvals (5 types) ([#195](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/195), [#186](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/186)) +- Added type definitions for Greater London Authority reporting requirements, like residential units etc ([#192](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/192), [#179](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/179), [#178](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/178)) +- Added type definitions for "documents submitted as data" (not yet represented in example payloads) ([#180](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/180)) + +### Changed +- Updated `FileTypes` based on ODP Service development ([#198](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/198), [#176](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/176)) +- Tightened type defintion for planning desigation "entities" ([#196](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/196)) +- Upgraded a number of technical dependencies via Dependabot + ## [0.6.0] - 2024-05-03 ### Breaking diff --git a/package.json b/package.json index 7c8073ea..340218a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digital-planning-data-schemas", - "version": "0.6.0", + "version": "0.7.0", "description": "Digital Planning Data schemas", "main": "schema/schema.json", "scripts": {