Ver código fonte

Fix gulpfile empty file error

Jay Salvat 4 anos atrás
pai
commit
48e0e5e9dd
5 arquivos alterados com 8 adições e 4 exclusões
  1. 4 0
      CHANGELOG.md
  2. 1 1
      bower.json
  3. 1 1
      component.json
  4. 1 1
      gulpfile.js
  5. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 
 ## CHANGE LOG
 ## CHANGE LOG
 
 
+### Vegas 2.5.2 2020-12-18
+
+* Fix padding issue on Firefox (Thanks qzminski)
+
 ### Vegas 2.5.1 2020-04-24
 ### Vegas 2.5.1 2020-04-24
 
 
 * Fix the height of the container when Vegas is in a div
 * Fix the height of the container when Vegas is in a div

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "vegas",
     "name": "vegas",
-    "version": "2.5.1",
+    "version": "2.5.2",
     "main": [
     "main": [
         "dist/vegas.min.js",
         "dist/vegas.min.js",
         "dist/vegas.min.css"
         "dist/vegas.min.css"

+ 1 - 1
component.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "vegas",
     "name": "vegas",
-    "version": "2.5.1",
+    "version": "2.5.2",
     "description": "Vegas - Fullscreen Backgrounds and Slideshows.",
     "description": "Vegas - Fullscreen Backgrounds and Slideshows.",
     "homepage": "http://vegas.jaysalvat.com",
     "homepage": "http://vegas.jaysalvat.com",
     "author": "Jay Salvat",
     "author": "Jay Salvat",

+ 1 - 1
gulpfile.js

@@ -190,7 +190,7 @@
     exports.npmPublish = npmPublish;
     exports.npmPublish = npmPublish;
 
 
     function year() {
     function year() {
-        return gulp.src([ './LICENSE.md', './README.md' ])
+        return gulp.src([ './README.md' ])
             .pipe(plugins.replace(/(Copyright )(\d{4})/g, '$1' + dateFormat.asString('yyyy')))
             .pipe(plugins.replace(/(Copyright )(\d{4})/g, '$1' + dateFormat.asString('yyyy')))
             .pipe(gulp.dest('.'));
             .pipe(gulp.dest('.'));
     }
     }

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "vegas",
   "name": "vegas",
-  "version": "2.5.1",
+  "version": "2.5.2",
   "description": "Vegas - Fullscreen Backgrounds and Slideshows.",
   "description": "Vegas - Fullscreen Backgrounds and Slideshows.",
   "homepage": "http://vegas.jaysalvat.com",
   "homepage": "http://vegas.jaysalvat.com",
   "author": "Jay Salvat",
   "author": "Jay Salvat",