Skip to content

Commit

Permalink
1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Oct 3, 2023
1 parent 41d24a0 commit c4a854d
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Lenis from '@studio-freight/lenis'
using scripts:

```html
<script src="https://cdn.jsdelivr.net/gh/studio-freight/[email protected].25/bundled/lenis.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/studio-freight/[email protected].26/bundled/lenis.min.js"></script>
```

<br>
Expand Down
2 changes: 1 addition & 1 deletion bundled/lenis.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
return typeof key === "symbol" ? key : String(key);
}

var version = "1.0.25";
var version = "1.0.26";

// Clamp a value between a minimum and maximum value
function clamp(min, input, max) {
Expand Down
2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion 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.

4 changes: 2 additions & 2 deletions package-lock.json

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

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.25",
"version": "1.0.26",
"description": "Lenis is a smooth scroll library to normalize the scrolling experience across devices",
"files": [
"dist",
Expand Down

2 comments on commit c4a854d

@vercel
Copy link

@vercel vercel bot commented on c4a854d Oct 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: 36
🟠 Accessibility: 88
🟢 Best practices: 100
🟠 SEO: 67
🔴 PWA: 0

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

Please sign in to comment.