From 2282d7d023920f6cf26aebf45dc7e51029e9fcd8 Mon Sep 17 00:00:00 2001 From: WEBER Logan Date: Wed, 17 Apr 2019 08:56:43 +0200 Subject: [PATCH] chore(release): version 1.0.0-next.7 --- projects/ngx-openlayers/CHANGELOG.md | 14 ++++++++++++++ projects/ngx-openlayers/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/projects/ngx-openlayers/CHANGELOG.md b/projects/ngx-openlayers/CHANGELOG.md index 5378d7d7..74ef44f8 100644 --- a/projects/ngx-openlayers/CHANGELOG.md +++ b/projects/ngx-openlayers/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [1.0.0-next.7](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.6...1.0.0-next.7) (2019-04-17) + + +### Features + +* **geom:** implements MultiPoint, MultiLinestring and MultiPolygon ([8d813c8](https://github.com/quentin-ol/ngx-openlayers/commit/8d813c8)) +* **overviewmap:** refresh overview when the view changes ([543920c](https://github.com/quentin-ol/ngx-openlayers/commit/543920c)) +* **source:** add UTF grid source ([bbb2801](https://github.com/quentin-ol/ngx-openlayers/commit/bbb2801)) +* **view:** add change:resolution and change:center outputs ([fec43e3](https://github.com/quentin-ol/ngx-openlayers/commit/fec43e3)) +* **view:** dynamically update view projection ([eaf263d](https://github.com/quentin-ol/ngx-openlayers/commit/eaf263d)) + + + # [1.0.0-next.6](https://github.com/quentin-ol/ngx-openlayers/compare/1.0.0-next.5...1.0.0-next.6) (2019-03-13) diff --git a/projects/ngx-openlayers/package.json b/projects/ngx-openlayers/package.json index 71cb82ea..2b6eef47 100644 --- a/projects/ngx-openlayers/package.json +++ b/projects/ngx-openlayers/package.json @@ -1,6 +1,6 @@ { "name": "ngx-openlayers", - "version": "1.0.0-next.6", + "version": "1.0.0-next.7", "scripts": { "release": "standard-version -m \"chore(release): version %s\" -t \"\" --prerelease next" },