Skip to content

Commit

Permalink
v1.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Feb 28, 2025
1 parent 2aced27 commit dd3f4bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import Lenis from 'lenis'
using scripts:

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


Expand Down Expand Up @@ -113,7 +113,7 @@ import 'lenis/dist/lenis.css'
or link the CSS file:

```html
<link rel="stylesheet" href="https://unpkg.com/lenis@1.1.21/dist/lenis.css">
<link rel="stylesheet" href="https://unpkg.com/lenis@1.1.22/dist/lenis.css">
```

or add it manually:
Expand Down
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.1.21",
"version": "1.1.22",
"description": "How smooth scroll should be",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ app.use(LenisVue)
```js
// nuxt.config.js
export default defineNuxtConfig({
plugins: ['lenis/nuxt'],
modules: ['lenis/nuxt'],
})

```
Expand Down

0 comments on commit dd3f4bf

Please sign in to comment.