From 070051734d8d13a533063d31b825f2e6ca9651b8 Mon Sep 17 00:00:00 2001 From: Nordine Bittich Date: Fri, 25 Mar 2022 12:16:02 +0100 Subject: [PATCH] Release 1.7.0-0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab254ab2c..93c9a4370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,31 @@ + +## 1.7.0-0 (2022-03-25) + +#### :rocket: Enhancement +* [#294](https://github.com/lblod/frontend-organization-portal/pull/294) type a part of a word and not preselect an option ([@nbittich](https://github.com/nbittich)) +* [#289](https://github.com/lblod/frontend-organization-portal/pull/289) autocomplete bestuur name with mu search ([@nbittich](https://github.com/nbittich)) +* [#286](https://github.com/lblod/frontend-organization-portal/pull/286) KBO & RRN interface improvements ([@claire-lovisa](https://github.com/claire-lovisa)) +* [#284](https://github.com/lblod/frontend-organization-portal/pull/284) Add subtitle to besturen van eredienst ([@claire-lovisa](https://github.com/claire-lovisa)) + +#### :bug: Bug Fix +* [#293](https://github.com/lblod/frontend-organization-portal/pull/293) Able to create minister position for central worship services ([@nbittich](https://github.com/nbittich)) +* [#292](https://github.com/lblod/frontend-organization-portal/pull/292) Filter 'Organisatie' shows options with no results ([@nbittich](https://github.com/nbittich)) +* [#291](https://github.com/lblod/frontend-organization-portal/pull/291) Filter Province 'single select' shows both 'Oost-Vlaanderen' and 'West-Vlaanderen' ([@nbittich](https://github.com/nbittich)) +* [#290](https://github.com/lblod/frontend-organization-portal/pull/290) autocomplete off for input with mask ([@nbittich](https://github.com/nbittich)) +* [#288](https://github.com/lblod/frontend-organization-portal/pull/288) Fix order fields & copy sensitive info object ([@nbittich](https://github.com/nbittich)) +* [#287](https://github.com/lblod/frontend-organization-portal/pull/287) change the filter search for name field ([@nbittich](https://github.com/nbittich)) +* [#285](https://github.com/lblod/frontend-organization-portal/pull/285) bug fix for relation worship admin unit ([@nbittich](https://github.com/nbittich)) +* [#283](https://github.com/lblod/frontend-organization-portal/pull/283) Hide identifiers in view mode when not filled ([@claire-lovisa](https://github.com/claire-lovisa)) +* [#282](https://github.com/lblod/frontend-organization-portal/pull/282) the label for 'Rijksregisternummer' shows as 'Geslacht' ([@nbittich](https://github.com/nbittich)) +* [#281](https://github.com/lblod/frontend-organization-portal/pull/281) Define a specific order for identifiers in core data ([@claire-lovisa](https://github.com/claire-lovisa)) + +#### Committers: 2 +- Nordine Bittich ([@nbittich](https://github.com/nbittich)) +- [@claire-lovisa](https://github.com/claire-lovisa) + ## 1.6.4 (2022-03-24) diff --git a/package-lock.json b/package-lock.json index 77314f24c..a702aee54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-organization-portal", - "version": "1.6.4", + "version": "1.7.0-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "frontend-organization-portal", - "version": "1.6.4", + "version": "1.7.0-0", "license": "MIT", "devDependencies": { "@appuniversum/ember-appuniversum": "^1.0.2", diff --git a/package.json b/package.json index 295549643..56f2d283d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-organization-portal", - "version": "1.6.4", + "version": "1.7.0-0", "private": true, "description": "Frontend for Contact Hub", "repository": { @@ -26,7 +26,7 @@ "test": "npm-run-all lint test:*", "test:ember": "ember test" }, - "devDependencies": { + "devDependencies": { "@appuniversum/ember-appuniversum": "^1.0.2", "@ember/optional-features": "^2.0.0", "@ember/test-helpers": "^2.5.0",