Skip to content

Commit 147c976

Browse files
authored
Merge pull request #456 from alvarotrigo/dev
Merging dev branch 0.1.50
2 parents 892b30b + 3b38c40 commit 147c976

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

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": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby serve"
99
},
1010
"dependencies": {
11-
"@fullpage/react-fullpage": "^0.1.49",
11+
"@fullpage/react-fullpage": "^0.1.50",
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.49",
14+
"@fullpage/react-fullpage": "^0.1.50",
1515
"next": "^12.1.6",
1616
"react": "^18.1.0",
1717
"react-dom": "^18.1.0"

examples/react/src/hooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const pluginWrapper = () => {
1515

1616
const
1717
originalColors = ['#ff5f45', '#0798ec', '#fc6c7c', '#435b71', 'orange', 'blue', 'purple', 'yellow'],
18-
originalPages = [{ text: "Section 1" }],
18+
originalPages = [{ text: "Section 1" }, { text: "Section 2" }, { text: "Section 2" }],
1919
originalSlides = [{ text: "Slide1" }, { text: "Slide2" }, { text: "Slide3" }];
2020

2121
const Hooks = () => {

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.49",
3+
"version": "0.1.50",
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.33"
71+
"fullpage.js": "^4.0.37"
7272
}
7373
}

0 commit comments

Comments
 (0)