Skip to content

Commit 3efba23

Browse files
committed
1.0.2 release
1 parent 9a379eb commit 3efba23

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [1.0.2](https://github.com/nolimits4web/atropos/compare/v1.0.1...v1.0.2) (2022-02-17)
4+
5+
### Bug Fixes
6+
7+
- **svelte:** unknown file extension ".svelte" ([dae9ad3](https://github.com/nolimits4web/atropos/commit/dae9ad307b92dcd28091626e25ed63b8ede2ce36))
8+
- add variable for linux ([f0f9c38](https://github.com/nolimits4web/atropos/commit/f0f9c384d475c87d997aafebd92f35f178e4fca7))
9+
310
# [1.0.1](https://github.com/nolimits4web/atropos/compare/v1.0.0-beta.1...v1.0.1) (2021-10-18)
411

512
- new `alwaysActive` parameter to keep Atropos "activated"/"entered" all the time

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.1",
3+
"version": "1.0.2",
44
"description": "Touch-friendly 3D parallax hover effects",
55
"scripts": {
66
"/*============ Build ============*/": "============",

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atropos",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Touch-friendly 3D parallax hover effects",
55
"types": "atropos.d.ts",
66
"type": "module",
@@ -52,5 +52,5 @@
5252
"engines": {
5353
"node": ">= 12.0.0"
5454
},
55-
"releaseDate": "October 18, 2021"
55+
"releaseDate": "February 17, 2022"
5656
}

0 commit comments

Comments
 (0)