Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Mar 25, 2019
1 parent 473f8ac commit 9dca213
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.4.0 - 2019/03/25

- change: type of CesiumComponent's ref and CesiumComponent.getCesiumEventMap
- fix: remove console.log
- chore: upgrade dependencies

## v1.3.1 - 2019/03/15

- Fix error on unmount ([#70](https://github.com/darwin-education/resium/pull/70))
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-hot-loader": "^4.8.0",
"resium": "^1.3.1"
"resium": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resium",
"version": "1.3.1",
"version": "1.4.0",
"description": "React components for Cesium",
"main": "dist/resium.cjs.js",
"module": "dist/resium.es.js",
Expand Down

0 comments on commit 9dca213

Please sign in to comment.