Skip to content

Commit

Permalink
1.0.0-beta.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 15, 2021
1 parent 8118d05 commit 89923e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
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
@@ -1,6 +1,6 @@
{
"name": "atropos-src",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Touch-friendly 3D parallax hover effects",
"scripts": {
"/*============ Build ============*/": "============",
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
@@ -1,6 +1,6 @@
{
"name": "atropos",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Touch-friendly 3D parallax hover effects",
"types": "atropos.d.ts",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions src/atropos.d.ts
Expand Up @@ -17,6 +17,7 @@ export interface AtroposOptions {
stretchX?: number;
stretchY?: number;
stretchZ?: number;
commonOrigin?: boolean;
shadow?: boolean;
highlight?: boolean;
onEnter?: () => void;
Expand Down

0 comments on commit 89923e8

Please sign in to comment.