Skip to content

Commit

Permalink
- Updating to fullPage.js v4.0.11 & dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarotrigo committed Sep 9, 2022
1 parent 183c1a6 commit 59ab6bf
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center">Official React wrapper for the <a target="_blank" href="https://github.com/alvarotrigo/fullPage.js/">fullpage.js library</a></p>

<p align="center">
<img src="https://img.shields.io/badge/react--fullpage-v0.1.27-brightgreen.svg" alt="react-fullpage version" />
<img src="https://img.shields.io/badge/react--fullpage-v0.1.28-brightgreen.svg" alt="react-fullpage version" />
</p>

- [Demo online](https://alvarotrigo.com/react-fullpage/) | [CodeSandbox](https://codesandbox.io/s/m34yq5q0qx)
Expand Down
8 changes: 4 additions & 4 deletions dist/react-fullpage-umd.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/react-fullpage.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby serve"
},
"dependencies": {
"@fullpage/react-fullpage": "^0.1.27",
"@fullpage/react-fullpage": "^0.1.28",
"gatsby": "^4.22.1",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
12 changes: 6 additions & 6 deletions examples/react/dist/bundle.js

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullpage/react-fullpage",
"version": "0.1.27",
"version": "0.1.28",
"description": "Official react wrapper for fullPage.js",
"author": "cmswalker",
"contributors": [
Expand Down Expand Up @@ -68,6 +68,6 @@
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"fullpage.js": "^4.0.10"
"fullpage.js": "^4.0.11"
}
}

0 comments on commit 59ab6bf

Please sign in to comment.