Skip to content

Commit 167663b

Browse files
authored
Merge pull request #686 from openlayers/release_2.6.0
Prepare for release 2.6.0
2 parents 84778bf + 7bb98b3 commit 167663b

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

CHANGES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
# v 2.6
3+
# v 2.6 - 2018-12-06
44

55
* Changes
6-
* Add new build as UMD
7-
* Synchronize map interactions when 3D is enabled
6+
* Add new build as UMD.
7+
* Synchronize map interactions when 3D is enabled.
8+
* Port to Cesium 1.52.
89

910
# v 2.5 - 2018-11-09
1011

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ol-cesium",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "OpenLayers Cesium integration library",
55
"scripts": {
66
"build-examples": "cross-env NODE_ENV=production TARGET=examples webpack --progress --bail",
@@ -20,29 +20,29 @@
2020
"url": "https://github.com/openlayers/ol-cesium/issues"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "7.1.0",
24-
"@babel/preset-env": "7.1.0",
25-
"@camptocamp/cesium": "1.51.0",
23+
"@babel/core": "7.2.0",
24+
"@babel/preset-env": "7.2.0",
25+
"@camptocamp/cesium": "1.52.0",
2626
"@mapbox/geojsonhint": "2.0.1",
27-
"babel-loader": "8.0.2",
28-
"copy-webpack-plugin": "4.5.2",
27+
"babel-loader": "8.0.4",
28+
"copy-webpack-plugin": "4.6.0",
2929
"cross-env": "5.2.0",
30-
"eslint": "5.6.0",
30+
"eslint": "5.9.0",
3131
"eslint-config-openlayers": "11.0.0",
32-
"eslint-import-resolver-webpack": "^0.10.1",
33-
"fs-extra": "7.0.0",
32+
"eslint-import-resolver-webpack": "0.10.1",
33+
"fs-extra": "7.0.1",
3434
"html-loader": "0.5.5",
3535
"html-webpack-plugin": "3.2.0",
36-
"htmlparser2": "3.9.2",
36+
"htmlparser2": "3.10.0",
3737
"jsdoc": "3.5.5",
3838
"ls": "0.2.1",
3939
"nomnom": "1.8.1",
4040
"ol": "5.3.0",
41-
"proj4": "2.4.4",
41+
"proj4": "2.5.0",
4242
"temp": "0.8.3",
43-
"webpack": "^4.26.0",
44-
"webpack-cli": "3.1.1",
45-
"webpack-dev-server": "3.1.9",
43+
"webpack": "4.27.1",
44+
"webpack-cli": "3.1.2",
45+
"webpack-dev-server": "3.1.10",
4646
"webpack-merge": "4.1.4"
4747
}
4848
}

0 commit comments

Comments
 (0)