Skip to content

Commit e9358dc

Browse files
committed
- Updated to fullPage.js 4.0.15
1 parent f1a3b15 commit e9358dc

File tree

7 files changed

+522
-324
lines changed

7 files changed

+522
-324
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.30-brightgreen.svg" alt="react-fullpage version" />
8+
<img src="https://img.shields.io/badge/react--fullpage-v0.1.31-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: 7 additions & 7 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: 7 additions & 7 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": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby serve"
99
},
1010
"dependencies": {
11-
"@fullpage/react-fullpage": "^0.1.30",
11+
"@fullpage/react-fullpage": "^0.1.31",
1212
"gatsby": "^4.22.1",
1313
"react": "^18.1.0",
1414
"react-dom": "^18.1.0"

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": "GPL-3.0",
1313
"dependencies": {
14-
"@fullpage/react-fullpage": "^0.1.30",
14+
"@fullpage/react-fullpage": "^0.1.31",
1515
"next": "^12.1.6",
1616
"react": "^18.1.0",
1717
"react-dom": "^18.1.0"

0 commit comments

Comments
 (0)