Skip to content

Commit

Permalink
v1.0.0-dev.6
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Feb 3, 2023
1 parent 17c46e0 commit e2e1be5
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bundled/lenis.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
});

var version = "1.0.0-dev.5";
var version = "1.0.0-dev.6";

function clamp(min, input, max) {
return Math.max(min, Math.min(input, max));
Expand Down
4 changes: 2 additions & 2 deletions bundled/lenis.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lenis.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lenis.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lenis.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lenis.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lenis.modern.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lenis.modern.mjs.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lenis.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lenis.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio-freight/lenis",
"version": "1.0.0-dev.5",
"version": "1.0.0-dev.6",
"description": "Lenis is a smooth scroll library to normalize the scrolling experience across devices",
"files": [
"dist"
Expand Down

2 comments on commit e2e1be5

@vercel
Copy link

@vercel vercel bot commented on e2e1be5 Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🔴 Performance: 14
🟠 Accessibility: 89
🟢 Best practices: 100
🟠 SEO: 67
🔴 PWA: 0

Lighthouse ran on https://greensock.com/requires-membership/?plugin=SplitText&source=trial"

Please sign in to comment.