Skip to content

Commit 17d040a

Browse files
authored
Merge pull request #369 from alvarotrigo/dev
Merging dev branch 0.1.31
2 parents 77c2ab6 + e9358dc commit 17d040a

File tree

7 files changed

+527
-329
lines changed

7 files changed

+527
-329
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: 9 additions & 9 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: 9 additions & 9 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)