From 7e0fcd14e4e90536491ce1c0ffd878fb9f12bf6a Mon Sep 17 00:00:00 2001 From: john gravois Date: Mon, 4 Nov 2019 07:48:29 -0800 Subject: [PATCH] :package: v0.0.11 --- CHANGELOG.md | 21 ++++++++++++++++++--- CONTRIBUTING.md | 8 ++++++++ package-lock.json | 14 +++++++------- package.json | 4 ++-- 4 files changed, 35 insertions(+), 12 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b64ab..1741e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.0.11] - 2019-11-04 + +### Fixed + +- ensure gl map is added to leaflet TilePane + ## [0.0.10] - 2019-09-16 - - added `.getContainer()`, `.getSize()`, `getBounds()` and `getCanvas()` methods. - - internal code changes to bring it closer to other overlay layers. +## Added + +- `.getContainer()`, `.getSize()`, `getBounds()` and `getCanvas()` methods. + +## Fixed + +- internal code changes to bring it closer to other overlay layers. ## [0.0.9] - 2019-09-02 @@ -70,7 +81,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Compatibility release for Leaflet `v0.7.x` -[Unreleased]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.7...HEAD +[Unreleased]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.11...HEAD +[0.0.11]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.10...v0.0.11 +[0.0.10]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.9...v0.0.10 +[0.0.9]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.8...v0.0.9 +[0.0.8]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.7...v0.0.8 [0.0.7]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.6...v0.0.7 [0.0.6]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.4...v0.0.5 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..4d5ee80 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +## Release instructions + +1. bump version number in package.json manually +1. Create new CHANGELOG.md entry and update links at bottom of file +1. commit changes to `master` +1. `gh-release` + +This hydrates the release notes from the CHANGELOG. diff --git a/package-lock.json b/package-lock.json index fd59123..7c89d45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mapbox-gl-leaflet", - "version": "0.0.7", + "version": "0.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1232,9 +1232,9 @@ }, "dependencies": { "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true } } @@ -1285,9 +1285,9 @@ "dev": true }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true }, "lowercase-keys": { diff --git a/package.json b/package.json index 282cd91..ad59746 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapbox-gl-leaflet", - "version": "0.0.10", + "version": "0.0.11", "description": "binding from mapbox gl to the leaflet api", "main": "leaflet-mapbox-gl.js", "directories": { @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/mapbox/mapbox-gl-leaflet.git" + "url": "https://github.com/mapbox/mapbox-gl-leaflet.git" }, "keywords": [ "mapbox",