Skip to content

Commit

Permalink
Merge pull request #701 from openlayers/port_to_cesium_1.56
Browse files Browse the repository at this point in the history
Port to Cesium 1.56
  • Loading branch information
gberaudo committed Apr 5, 2019
2 parents b78d0fe + cf18843 commit 642e1e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# v 2.9 - 2019-04-05

* Changes
* Port to Cesium 1.56.1.

# v 2.8 - 2019-03-13

* Changes
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ol-cesium",
"version": "2.8.0",
"version": "2.9.0",
"description": "OpenLayers Cesium integration library",
"scripts": {
"build-examples": "cross-env NODE_ENV=production TARGET=examples webpack --progress --bail",
Expand All @@ -22,15 +22,15 @@
"url": "https://github.com/openlayers/ol-cesium/issues"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@camptocamp/cesium": "1.55.0",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@camptocamp/cesium": "^1.56.1",
"@mapbox/geojsonhint": "2.0.1",
"@types/cesium": "^1.54.1",
"@types/cesium": "^1.54.2",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^5.0.1",
"cross-env": "5.2.0",
"eslint": "^5.15.1",
"eslint": "^5.16.0",
"eslint-config-openlayers": "11.0.0",
"eslint-import-resolver-webpack": "^0.11.0",
"fs-extra": "7.0.1",
Expand All @@ -44,9 +44,9 @@
"proj4": "2.5.0",
"temp": "^0.9.0",
"typedoc": "^0.14.2",
"typescript": "^3.3.3333",
"typescript": "^3.4.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
}
Expand Down

0 comments on commit 642e1e2

Please sign in to comment.