Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Macri <gmacri@uber.com>
  • Loading branch information
macrigiuseppe committed Mar 9, 2020
1 parent 46ae186 commit 377802f
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 14 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-reducer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -46,4 +46,4 @@
"webpack-hot-middleware": "^2.24.3",
"webpack-stats-plugin": "^0.2.1"
}
}
}
4 changes: 2 additions & 2 deletions examples/custom-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -47,4 +47,4 @@
"webpack-hot-middleware": "^2.24.3",
"webpack-stats-plugin": "^0.2.1"
}
}
}
4 changes: 2 additions & 2 deletions examples/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -60,4 +60,4 @@
"webpack-hot-middleware": "^2.24.3",
"webpack-stats-plugin": "^0.2.1"
}
}
}
4 changes: 2 additions & 2 deletions examples/node-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -47,4 +47,4 @@
"webpack-hot-middleware": "^2.25.0",
"webpack-stats-plugin": "^0.2.1"
}
}
}
4 changes: 2 additions & 2 deletions examples/open-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -47,4 +47,4 @@
"webpack-hot-middleware": "^2.24.3",
"webpack-stats-plugin": "^0.2.1"
}
}
}
4 changes: 2 additions & 2 deletions examples/replace-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -46,4 +46,4 @@
"webpack-hot-middleware": "^2.24.3",
"webpack-stats-plugin": "^0.2.1"
}
}
}
2 changes: 1 addition & 1 deletion examples/umd-client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="https://unpkg.com/styled-components@4.1.3/dist/styled-components.min.js" crossorigin></script>

<!-- Load Kepler.gl-->
<script src="https://unpkg.com/kepler.gl@2.0.0/umd/keplergl.min.js"></script>
<script src="https://unpkg.com/kepler.gl@2.0.1/umd/keplergl.min.js"></script>
<!--If you want to load the build from filepath -->
<!--<script src="../../umd/keplergl.min.js"></script>-->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kepler.gl",
"author": "Shan He <shan@uber.com>",
"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",
Expand Down

0 comments on commit 377802f

Please sign in to comment.