[Pkg-javascript-commits] [leaflet] 45/78: bump to 0.7.7 :(
Jonas Smedegaard
dr at jones.dk
Sat May 7 08:58:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit be67b4834fe7753e2097908ca3abde252fb904b0
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date: Mon Oct 26 11:55:01 2015 +0200
bump to 0.7.7 :(
---
CHANGELOG.md | 4 +++-
package.json | 2 +-
src/Leaflet.js | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e52b584..d10e618 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ Leaflet Changelog
(all changes without author notice are by [@mourner](https://github.com/mourner))
-## 0.7.6 (October 26, 2015)
+## 0.7.7 (October 26, 2015)
* Fixed a regression that could sometimes cause tiles to disappear when pinch-zooming on iOS devices.
* Fixed a regression related to msPointer detection in IE10 (affecting Leaflet.draw and some other plugins) (by @danzel) #3842 #3839 #3804
@@ -11,6 +11,8 @@ Leaflet Changelog
* Fixed touch interactions in Edge browser (by @mitchless & @Neorth). #3853 #3379
* Fixed a bug where removing a layer group from a feature group would throw an error (by @Lambdac0re). #3869
+Note tha we skipped 0.7.6 version for which we accidentally published a broken build to NPM.
+
## 0.7.5 (September 2, 2015)
* Fixed a regression that broke animation in Leaflet.markercluster. [#3796](https://github.com/Leaflet/Leaflet/issues/3796)
diff --git a/package.json b/package.json
index ada2318..948659f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "leaflet",
- "version": "0.7.6",
+ "version": "0.7.7",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"copyfiles": "^0.2.1",
diff --git a/src/Leaflet.js b/src/Leaflet.js
index 136ca89..3f5258d 100644
--- a/src/Leaflet.js
+++ b/src/Leaflet.js
@@ -2,7 +2,7 @@
var oldL = window.L,
L = {};
-L.version = '0.7.6';
+L.version = '0.7.7';
// define Leaflet for Node module pattern loaders, including Browserify
if (typeof module === 'object' && typeof module.exports === 'object') {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list