Skip to content

Commit b80f4f5

Browse files
committed
2.0.1 release
1 parent abb1ba9 commit b80f4f5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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-
# [2.0.0](https://github.com/nolimits4web/atropos/compare/v1.0.2...v2.0.0) (2023-06-27)
3+
# [2.0.1](https://github.com/nolimits4web/atropos/compare/v1.0.2...v2.0.0) (2023-06-27)
44

55
### Features
66

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": "2.0.0",
3+
"version": "2.0.1",
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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Touch-friendly 3D parallax hover effects",
55
"types": "atropos.d.ts",
66
"type": "module",
@@ -11,7 +11,7 @@
1111
},
1212
"./react": {
1313
"types": "./atropos-react.d.ts",
14-
"default": "./atropos-react.esm.mjs"
14+
"default": "./atropos-react.mjs"
1515
},
1616
"./element": {
1717
"types": "./atropos-element.d.ts",

0 commit comments

Comments
 (0)