Skip to content

Commit 3712c19

Browse files
committed
1.0.1 release
1 parent 10d8c50 commit 3712c19

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
# [1.0.0](https://github.com/nolimits4web/atropos/compare/v1.0.0-beta.1...v1.0.0) (2021-10-18)
3+
# [1.0.1](https://github.com/nolimits4web/atropos/compare/v1.0.0-beta.1...v1.0.1) (2021-10-18)
44

55
- new `alwaysActive` parameter to keep Atropos "activated"/"entered" all the time
66
- new `stretchZ` parameter to set `translateZ` offset for multiple Atropos elements in same container (with same `eventsEl`)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atropos-src",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Touch-friendly 3D parallax hover effects",
55
"scripts": {
66
"/*============ Build ============*/": "============",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atropos",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Touch-friendly 3D parallax hover effects",
55
"types": "atropos.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)