Merge pull request #8350 from ahocevar/release-v5.0.2

Updates for v5.0.2
This commit is contained in:
Andreas Hocevar
2018-07-05 00:05:33 +02:00
committed by GitHub
4 changed files with 11 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
# 5.0.2
The v5.0.1 release updates the package readme with new example projects.
## Fixes
* [#8332](https://github.com/openlayers/openlayers/pull/8343) - Starter projects ([@tschaub](https://github.com/tschaub))
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "openlayers", "name": "openlayers",
"version": "5.0.1", "version": "5.0.2",
"description": "OpenLayers mapping library", "description": "OpenLayers mapping library",
"keywords": [ "keywords": [
"map", "map",
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "ol", "name": "ol",
"version": "5.0.1", "version": "5.0.2",
"description": "OpenLayers mapping library", "description": "OpenLayers mapping library",
"main": "index.js", "main": "index.js",
"module": "index.js", "module": "index.js",
@@ -11,4 +11,4 @@
"rbush": "2.0.2" "rbush": "2.0.2"
}, },
"sideEffects": "false" "sideEffects": "false"
} }
+1 -1
View File
@@ -52,4 +52,4 @@ export function getUid(obj) {
* OpenLayers version. * OpenLayers version.
* @type {string} * @type {string}
*/ */
export const VERSION = '5.0.1'; export const VERSION = '5.0.2';