diff --git a/.changeset/flat-toes-reply.md b/.changeset/flat-toes-reply.md deleted file mode 100644 index 50adce6..0000000 --- a/.changeset/flat-toes-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"app-mow-registry": patch ---- - -Update frontend to version 1.4.5 diff --git a/.changeset/polite-ways-talk.md b/.changeset/polite-ways-talk.md deleted file mode 100644 index e56559e..0000000 --- a/.changeset/polite-ways-talk.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"app-mow-registry": patch ---- - -Add hacky workaround to ensure road-marking and traffic-light concepts can be correctly consumed: -- Addition of a migration which adds default zonalities to traffic-light and road-marking concepts -- Add `zonality` relationship to traffic-light and road-marking concepts in JSON-API definitions diff --git a/CHANGELOG.md b/CHANGELOG.md index aeed91a..1ba7946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # app-mow-registry +## 1.2.7 + +### Patch Changes + +- [`6b87aa3`](https://github.com/lblod/app-mow-registry/commit/6b87aa3b03afaf720f79c1190aecf22d87b98ca2) Thanks [@elpoelma](https://github.com/elpoelma)! - Update frontend to version 1.4.5 + +- [#77](https://github.com/lblod/app-mow-registry/pull/77) [`f4d1a93`](https://github.com/lblod/app-mow-registry/commit/f4d1a932ba4bb4d38e144b0717eb8c1fc01b911b) Thanks [@elpoelma](https://github.com/elpoelma)! - Add hacky workaround to ensure road-marking and traffic-light concepts can be correctly consumed: + - Addition of a migration which adds default zonalities to traffic-light and road-marking concepts + - Add `zonality` relationship to traffic-light and road-marking concepts in JSON-API definitions + ## 1.2.6 ### Patch Changes diff --git a/package.json b/package.json index c9a1abe..ba86aa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-mow-registry", - "version": "1.2.6", + "version": "1.2.7", "private": true, "scripts": { "release": "release-it"