Skip to content

Commit 581a8dd

Browse files
committed
- Updating version
1 parent 48c474e commit 581a8dd

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

dist/fullpage.extensions.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fullpage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 4.0.0
2+
* fullPage 4.0.2
33
* https://github.com/alvarotrigo/fullPage.js
44
*
55
* @license GPLv3 for open source use only

dist/fullpage.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulp/build.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ gulp.task('update-version', function(done){
3030
gulp.src([
3131
'./src/js/fullpage.js',
3232
'./src/js-extensions/fullpage.js',
33+
'./rollup.config.js',
34+
'./rollup.ext.config.js',
3335
'./src/css/fullpage.css'
3436
], { base: "./" })
3537
.pipe(replace(/(FP\.version = ')([\d\.])+(')/g, "$1" + fpPackage.version + "$3"))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Create beautiful fullscreen snap scrolling websites",
55
"main": "dist/fullpage.js",
66
"scripts": {
7-
"build": "gulp getDistFiles && gulp css && rollup -c",
8-
"extensions": "rollup --config rollup.ext.config.js && gulp css && gulp moveExtensions & wait",
7+
"build": "gulp getDistFiles && gulp update-version && gulp css && rollup -c",
8+
"extensions": "rollup --config rollup.ext.config.js && gulp update-version && gulp css && gulp moveExtensions & wait",
99
"dev": "rollup -c --watch",
1010
"test": "jest",
1111
"devtest": "jest --watch"

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import resolve from "@rollup/plugin-node-resolve";
33
import babel from "@rollup/plugin-babel";
44

55
const licenseContent = `/*!
6-
* fullPage 4.0.0
6+
* fullPage 4.0.2
77
* https://github.com/alvarotrigo/fullPage.js
88
*
99
* @license GPLv3 for open source use only

0 commit comments

Comments
 (0)