Skip to content

Commit

Permalink
1.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Oct 12, 2023
1 parent 5458ff7 commit f359368
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 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].26/bundled/lenis.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/studio-freight/[email protected].27/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.26";
var version = "1.0.27";

// Clamp a value between a minimum and maximum value
function clamp(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.

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

1 comment on commit f359368

@vercel
Copy link

@vercel vercel bot commented on f359368 Oct 12, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.