Skip to content

Commit d873021

Browse files
committed
chore(release): version 1.0.0-next.7
1 parent aca1b6a commit d873021

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

projects/ngx-openlayers/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
<a name="1.0.0-next.7"></a>
6+
# [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)
7+
8+
9+
### Features
10+
11+
* **geom:** implements MultiPoint, MultiLinestring and MultiPolygon ([8d813c8](https://github.com/quentin-ol/ngx-openlayers/commit/8d813c8))
12+
* **overviewmap:** refresh overview when the view changes ([543920c](https://github.com/quentin-ol/ngx-openlayers/commit/543920c))
13+
* **source:** add UTF grid source ([bbb2801](https://github.com/quentin-ol/ngx-openlayers/commit/bbb2801))
14+
* **view:** add change:resolution and change:center outputs ([fec43e3](https://github.com/quentin-ol/ngx-openlayers/commit/fec43e3))
15+
* **view:** dynamically update view projection ([eaf263d](https://github.com/quentin-ol/ngx-openlayers/commit/eaf263d))
16+
17+
18+
519
<a name="1.0.0-next.6"></a>
620
# [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)
721

projects/ngx-openlayers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-openlayers",
3-
"version": "1.0.0-next.6",
3+
"version": "1.0.0-next.7",
44
"scripts": {
55
"release": "standard-version -m \"chore(release): version %s\" -t \"\" --prerelease next"
66
},

0 commit comments

Comments
 (0)