Skip to content

Commit 4d2fa09

Browse files
authored
Merge pull request #331 from alvarotrigo/dev
Merging dev branch 0.1.26
2 parents 3e551e4 + ff4fcd9 commit 4d2fa09

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p align="center">Official React wrapper for the <a target="_blank" href="https://github.com/alvarotrigo/fullPage.js/">fullpage.js library</a></p>
66

77
<p align="center">
8-
<img src="https://img.shields.io/badge/react--fullpage-v0.1.25-brightgreen.svg" alt="react-fullpage version" />
8+
<img src="https://img.shields.io/badge/react--fullpage-v0.1.26-brightgreen.svg" alt="react-fullpage version" />
99
</p>
1010

1111
- [Demo online](https://alvarotrigo.com/react-fullpage/) | [CodeSandbox](https://codesandbox.io/s/m34yq5q0qx)

dist/react-fullpage-umd.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-fullpage.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"serve": "gatsby serve"
99
},
1010
"dependencies": {
11-
"@fullpage/react-fullpage": "^0.1.25",
11+
"@fullpage/react-fullpage": "^0.1.26",
1212
"gatsby": "^3.13.0",
1313
"react": "^17.0.2",
1414
"react-dom": "^17.0.2"

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "cmswalker",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@fullpage/react-fullpage": "^0.1.25",
14+
"@fullpage/react-fullpage": "^0.1.26",
1515
"next": "^11.1.1",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2"

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullpage/react-fullpage",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"description": "Official react wrapper for fullPage.js",
55
"author": "cmswalker",
66
"contributors": [
@@ -68,6 +68,6 @@
6868
},
6969
"dependencies": {
7070
"@babel/polyfill": "^7.2.5",
71-
"fullpage.js": "^4.0.8"
71+
"fullpage.js": "^4.0.9"
7272
}
7373
}

0 commit comments

Comments
 (0)