diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dad836988..98daa302ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ Each version should: Security to invite users to upgrade in case of vulnerabilities. Ref: http://keepachangelog.com/en/0.3.0/ --> + +## [2.0.1] - March 9 2020 +[Bug] Add cloud-providers.js to package.json (#991) +[Feat] CARTO provider for cloud storage (#985) +[Bugfix] Fix typo on variable name (#987) +[Enhancement] pass appWebsite to logo component (#984) +[Chore] Removed testing from publish action (#980) +[Bug] remove console.log in filter.utils +[Feat] Load cloud map with provider (#947) + ## [2.0.0] - Feb 25 2020 - [Enhancement] Independently customize Geojson layer fill stroke opacity (#966) - [Bug] Fix text collision on toggle input (#973) diff --git a/examples/custom-reducer/package.json b/examples/custom-reducer/package.json index befcd10958..3201c0927b 100644 --- a/examples/custom-reducer/package.json +++ b/examples/custom-reducer/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "global": "^4.3.0", - "kepler.gl": "^2.0.0", + "kepler.gl": "^2.0.1", "react": "^16.8.4", "react-dom": "^16.8.4", "react-palm": "^3.1.2", @@ -46,4 +46,4 @@ "webpack-hot-middleware": "^2.24.3", "webpack-stats-plugin": "^0.2.1" } -} \ No newline at end of file +} diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index 83d6a473ad..930bac6e95 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "global": "^4.3.0", - "kepler.gl": "^2.0.0", + "kepler.gl": "^2.0.1", "react": "^16.8.4", "react-dom": "^16.8.4", "react-palm": "^3.1.2", @@ -47,4 +47,4 @@ "webpack-hot-middleware": "^2.24.3", "webpack-stats-plugin": "^0.2.1" } -} \ No newline at end of file +} diff --git a/examples/demo-app/package.json b/examples/demo-app/package.json index 78f59b2aa7..29dee8ab18 100644 --- a/examples/demo-app/package.json +++ b/examples/demo-app/package.json @@ -12,7 +12,7 @@ "d3-request": "^1.0.6", "dropbox": "^4.0.12", "global": "^4.3.0", - "kepler.gl": "^2.0.0", + "kepler.gl": "^2.0.1", "lodash.debounce": "^4.0.8", "lodash.get": "^4.4.2", "react": "^16.8.4", @@ -60,4 +60,4 @@ "webpack-hot-middleware": "^2.24.3", "webpack-stats-plugin": "^0.2.1" } -} \ No newline at end of file +} diff --git a/examples/node-app/package.json b/examples/node-app/package.json index 9aeaa08ed7..48689dbc52 100644 --- a/examples/node-app/package.json +++ b/examples/node-app/package.json @@ -6,7 +6,7 @@ "dependencies": { "express": "^4.17.1", "global": "^4.3.0", - "kepler.gl": "^2.0.0", + "kepler.gl": "^2.0.1", "react": "^16.8.4", "react-dom": "^16.8.4", "react-palm": "^3.1.2", @@ -47,4 +47,4 @@ "webpack-hot-middleware": "^2.25.0", "webpack-stats-plugin": "^0.2.1" } -} \ No newline at end of file +} diff --git a/examples/open-modal/package.json b/examples/open-modal/package.json index f507f0f654..ca23152840 100644 --- a/examples/open-modal/package.json +++ b/examples/open-modal/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "global": "^4.3.0", - "kepler.gl": "^2.0.0", + "kepler.gl": "^2.0.1", "react": "^16.8.4", "react-dom": "^16.8.4", "react-modal": "^3.1.10", @@ -47,4 +47,4 @@ "webpack-hot-middleware": "^2.24.3", "webpack-stats-plugin": "^0.2.1" } -} \ No newline at end of file +} diff --git a/examples/replace-component/package.json b/examples/replace-component/package.json index befcd10958..3201c0927b 100644 --- a/examples/replace-component/package.json +++ b/examples/replace-component/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "global": "^4.3.0", - "kepler.gl": "^2.0.0", + "kepler.gl": "^2.0.1", "react": "^16.8.4", "react-dom": "^16.8.4", "react-palm": "^3.1.2", @@ -46,4 +46,4 @@ "webpack-hot-middleware": "^2.24.3", "webpack-stats-plugin": "^0.2.1" } -} \ No newline at end of file +} diff --git a/examples/umd-client/index.html b/examples/umd-client/index.html index d6f174447d..3423bf9a5a 100644 --- a/examples/umd-client/index.html +++ b/examples/umd-client/index.html @@ -18,7 +18,7 @@ - + diff --git a/package.json b/package.json index b5bc465247..01b59a2ac2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kepler.gl", "author": "Shan He ", - "version": "2.0.0", + "version": "2.0.1", "description": "kepler.gl is a webgl based application to visualize large scale location data in the browser", "license": "MIT", "main": "dist/index.js",