Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed Mar 14, 2019
1 parent 8fe9258 commit 1bd78d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [1.0.0](https://github.com/urbica/react-map-gl/compare/v1.0.0-beta.0...v1.0.0) (2019-03-14)


### Bug Fixes

* **CustomLayer:** fix layer id getter ([dd278ed](https://github.com/urbica/react-map-gl/commit/dd278ed)), closes [#163](https://github.com/urbica/react-map-gl/issues/163)
* **MapGL:** rewrite layers ordering with normalizeChildren [#163](https://github.com/urbica/react-map-gl/issues/163) ([47c7cb8](https://github.com/urbica/react-map-gl/commit/47c7cb8))



# [1.0.0-beta.0](https://github.com/urbica/react-map-gl/compare/v1.0.0-alpha.4...v1.0.0-beta.0) (2019-03-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urbica/react-map-gl",
"version": "1.0.0-beta.0",
"version": "1.0.0",
"description": "React Component for Mapbox GL JS",
"author": "Stepan Kuzmin <to.stepan.kuzmin@gmail.com> (stepankuzmin.com)",
"license": "MIT",
Expand Down

0 comments on commit 1bd78d2

Please sign in to comment.