Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2019-04-15)

### Bug Fixes

* dvr-116: clearing dateTimePickers now works properly ([4c85273](4c85273))
* dvr-116: make datetimepicker respond to first keyboard events ([dd6b578](dd6b578))
* dvr-116: pass cors origins to correct property ([caac842](caac842))
* dvr-116: prevent the life cycle stage id from skipping numbers ([19aca32](19aca32))
* dvr-116: use 'inexact' named routes ([2ce9ef2](2ce9ef2))
* dvr-116: workaround for inability to register projections with deps ([92ada86](92ada86))
* use correct name for connection string ([de0df6a](de0df6a))

### Features

* dvr-116: add current life cycle stage to PublicServiceList ([e4f7f0c](e4f7f0c))
* dvr-116: add migrations for current life cycle stage ([97baf5d](97baf5d))
* dvr-116: Add readonly select when editing life cycle stage ([84f73ff](84f73ff))
* dvr-116: add support for life cycle paging and sorting ([c2aef34](c2aef34))
* dvr-116: add translations to life cycle stage type ([7566ae2](7566ae2))
* dvr-116: allow life cycle stages to be removed ([0a32862](0a32862))
* dvr-116: allow user to remove life cycle stage through ui ([7df40aa](7df40aa))
* dvr-116: be strict in how dates are returned from the api ([147b7bd](147b7bd))
* dvr-116: do not require 'from' dates ([020df9e](020df9e))
* dvr-116: Enable changing the period of a life cycle stage ([66f7ae5](66f7ae5))
* dvr-116: expose the life cycle stage type name via api ([765f3e9](765f3e9))
* dvr-116: handle LifeCycleStageWasRemoved ([01dbabb](01dbabb))
* dvr-116: keep the grid in loading mode until refreshed ([9c5e0c2](9c5e0c2))
* dvr-116: make column widths look better imho ([4a5ec03](4a5ec03))
* dvr-116: make responses and queries consistently Dutch ([61cfc92](61cfc92))
* dvr-116: make route consistent with resource name ([8f81576](8f81576))
* dvr-116: make style more consistent with vl.be ([79a51c5](79a51c5))
* dvr-116: navigate to overview after add/change ([d583bbc](d583bbc))
* dvr-116: refresh list after removing a life cycle stage ([6e1db80](6e1db80))
* dvr-116: rename db column to LifeCycleStageType ([f89a5d3](f89a5d3))
* dvr-116: rename localId to lifeCycleStageId ([71811cc](71811cc))
* dvr-116: rename to be consistent with life cycle stage types ([10bbaa0](10bbaa0))
* dvr-116: rename UnderDevelopment to Planned ([84cafc3](84cafc3))
* dvr-116: show active life cycle stage on service view ([13d7e3a](13d7e3a))
* dvr-116: sort fields on numericals to avoid local evaluation ([8663d66](8663d66))
* dvr-116: update startup to include health checks and more ([b73bd1f](b73bd1f))
* dvr-116: use appropriate text for button ([6076370](6076370))
* dvr-116: use async and pass cancellation token ([6d28a92](6d28a92))
* dvr-116: use Dutch in routes ([414194b](414194b))
* dvr-116: use LocalDate instead of DateTime ([5cb4515](5cb4515))
* dvr-116: use value object for LifeCycleStageId ([d0ca177](d0ca177))
  • Loading branch information
release-bot committed Apr 15, 2019
1 parent caac842 commit aa29ef1
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 6 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
# [1.1.0](https://github.com/informatievlaanderen/publicservice-registry/compare/v1.0.1...v1.1.0) (2019-04-15)


### Bug Fixes

* dvr-116: clearing dateTimePickers now works properly ([4c85273](https://github.com/informatievlaanderen/publicservice-registry/commit/4c85273))
* dvr-116: make datetimepicker respond to first keyboard events ([dd6b578](https://github.com/informatievlaanderen/publicservice-registry/commit/dd6b578))
* dvr-116: pass cors origins to correct property ([caac842](https://github.com/informatievlaanderen/publicservice-registry/commit/caac842))
* dvr-116: prevent the life cycle stage id from skipping numbers ([19aca32](https://github.com/informatievlaanderen/publicservice-registry/commit/19aca32))
* dvr-116: use 'inexact' named routes ([2ce9ef2](https://github.com/informatievlaanderen/publicservice-registry/commit/2ce9ef2))
* dvr-116: workaround for inability to register projections with deps ([92ada86](https://github.com/informatievlaanderen/publicservice-registry/commit/92ada86))
* use correct name for connection string ([de0df6a](https://github.com/informatievlaanderen/publicservice-registry/commit/de0df6a))


### Features

* dvr-116: add current life cycle stage to PublicServiceList ([e4f7f0c](https://github.com/informatievlaanderen/publicservice-registry/commit/e4f7f0c))
* dvr-116: add migrations for current life cycle stage ([97baf5d](https://github.com/informatievlaanderen/publicservice-registry/commit/97baf5d))
* dvr-116: Add readonly select when editing life cycle stage ([84f73ff](https://github.com/informatievlaanderen/publicservice-registry/commit/84f73ff))
* dvr-116: add support for life cycle paging and sorting ([c2aef34](https://github.com/informatievlaanderen/publicservice-registry/commit/c2aef34))
* dvr-116: add translations to life cycle stage type ([7566ae2](https://github.com/informatievlaanderen/publicservice-registry/commit/7566ae2))
* dvr-116: allow life cycle stages to be removed ([0a32862](https://github.com/informatievlaanderen/publicservice-registry/commit/0a32862))
* dvr-116: allow user to remove life cycle stage through ui ([7df40aa](https://github.com/informatievlaanderen/publicservice-registry/commit/7df40aa))
* dvr-116: be strict in how dates are returned from the api ([147b7bd](https://github.com/informatievlaanderen/publicservice-registry/commit/147b7bd))
* dvr-116: do not require 'from' dates ([020df9e](https://github.com/informatievlaanderen/publicservice-registry/commit/020df9e))
* dvr-116: Enable changing the period of a life cycle stage ([66f7ae5](https://github.com/informatievlaanderen/publicservice-registry/commit/66f7ae5))
* dvr-116: expose the life cycle stage type name via api ([765f3e9](https://github.com/informatievlaanderen/publicservice-registry/commit/765f3e9))
* dvr-116: handle LifeCycleStageWasRemoved ([01dbabb](https://github.com/informatievlaanderen/publicservice-registry/commit/01dbabb))
* dvr-116: keep the grid in loading mode until refreshed ([9c5e0c2](https://github.com/informatievlaanderen/publicservice-registry/commit/9c5e0c2))
* dvr-116: make column widths look better imho ([4a5ec03](https://github.com/informatievlaanderen/publicservice-registry/commit/4a5ec03))
* dvr-116: make responses and queries consistently Dutch ([61cfc92](https://github.com/informatievlaanderen/publicservice-registry/commit/61cfc92))
* dvr-116: make route consistent with resource name ([8f81576](https://github.com/informatievlaanderen/publicservice-registry/commit/8f81576))
* dvr-116: make style more consistent with vl.be ([79a51c5](https://github.com/informatievlaanderen/publicservice-registry/commit/79a51c5))
* dvr-116: navigate to overview after add/change ([d583bbc](https://github.com/informatievlaanderen/publicservice-registry/commit/d583bbc))
* dvr-116: refresh list after removing a life cycle stage ([6e1db80](https://github.com/informatievlaanderen/publicservice-registry/commit/6e1db80))
* dvr-116: rename db column to LifeCycleStageType ([f89a5d3](https://github.com/informatievlaanderen/publicservice-registry/commit/f89a5d3))
* dvr-116: rename localId to lifeCycleStageId ([71811cc](https://github.com/informatievlaanderen/publicservice-registry/commit/71811cc))
* dvr-116: rename to be consistent with life cycle stage types ([10bbaa0](https://github.com/informatievlaanderen/publicservice-registry/commit/10bbaa0))
* dvr-116: rename UnderDevelopment to Planned ([84cafc3](https://github.com/informatievlaanderen/publicservice-registry/commit/84cafc3))
* dvr-116: show active life cycle stage on service view ([13d7e3a](https://github.com/informatievlaanderen/publicservice-registry/commit/13d7e3a))
* dvr-116: sort fields on numericals to avoid local evaluation ([8663d66](https://github.com/informatievlaanderen/publicservice-registry/commit/8663d66))
* dvr-116: update startup to include health checks and more ([b73bd1f](https://github.com/informatievlaanderen/publicservice-registry/commit/b73bd1f))
* dvr-116: use appropriate text for button ([6076370](https://github.com/informatievlaanderen/publicservice-registry/commit/6076370))
* dvr-116: use async and pass cancellation token ([6d28a92](https://github.com/informatievlaanderen/publicservice-registry/commit/6d28a92))
* dvr-116: use Dutch in routes ([414194b](https://github.com/informatievlaanderen/publicservice-registry/commit/414194b))
* dvr-116: use LocalDate instead of DateTime ([5cb4515](https://github.com/informatievlaanderen/publicservice-registry/commit/5cb4515))
* dvr-116: use value object for LifeCycleStageId ([d0ca177](https://github.com/informatievlaanderen/publicservice-registry/commit/d0ca177))

## [1.0.1](https://github.com/informatievlaanderen/publicservice-registry/compare/v1.0.0...v1.0.1) (2019-03-26)


Expand Down
15 changes: 10 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publicservice-registry",
"version": "1.0.1",
"version": "1.1.0",
"description": "Public Service Registry",
"author": "Basisregisters Vlaanderen",
"license": "EUPL-1.2",
Expand Down

0 comments on commit aa29ef1

Please sign in to comment.