Skip to content

Commit

Permalink
1.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Apr 22, 2024
1 parent 319cba7 commit a81e77c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Lenis from 'lenis'
using scripts:

```html
<script src="https://unpkg.com/lenis@0.1.1/dist/lenis.min.js"></script>
<script src="https://unpkg.com/lenis@1.0.43/dist/lenis.min.js"></script>
```


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

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

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

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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lenis",
"version": "1.0.42",
"version": "1.0.43",
"author": "darkroom.engineering",
"license": "MIT",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions update-readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ function updateVersion() {
})
}

if (!packageJson.version.includes('-dev')) {
updateVersion()
}
// if (!packageJson.version.includes('-dev')) {
updateVersion()
// }

1 comment on commit a81e77c

@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: 59
🟢 Accessibility: 96
🟢 Best practices: 100
🟠 SEO: 67
🔴 PWA: 33

Lighthouse ran on https://lenis-emslefewp-studio-freight.vercel.app/"

Please sign in to comment.