Skip to content

Commit

Permalink
1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Feb 17, 2022
1 parent 9a379eb commit 3efba23
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# [1.0.2](https://github.com/nolimits4web/atropos/compare/v1.0.1...v1.0.2) (2022-02-17)

### Bug Fixes

- **svelte:** unknown file extension ".svelte" ([dae9ad3](https://github.com/nolimits4web/atropos/commit/dae9ad307b92dcd28091626e25ed63b8ede2ce36))
- add variable for linux ([f0f9c38](https://github.com/nolimits4web/atropos/commit/f0f9c384d475c87d997aafebd92f35f178e4fca7))

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

- new `alwaysActive` parameter to keep Atropos "activated"/"entered" all the time
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atropos-src",
"version": "1.0.1",
"version": "1.0.2",
"description": "Touch-friendly 3D parallax hover effects",
"scripts": {
"/*============ Build ============*/": "============",
Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atropos",
"version": "1.0.1",
"version": "1.0.2",
"description": "Touch-friendly 3D parallax hover effects",
"types": "atropos.d.ts",
"type": "module",
Expand Down Expand Up @@ -52,5 +52,5 @@
"engines": {
"node": ">= 12.0.0"
},
"releaseDate": "October 18, 2021"
"releaseDate": "February 17, 2022"
}

0 comments on commit 3efba23

Please sign in to comment.