Skip to content

Commit

Permalink
2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jun 27, 2023
1 parent abb1ba9 commit b80f4f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# [2.0.0](https://github.com/nolimits4web/atropos/compare/v1.0.2...v2.0.0) (2023-06-27)
# [2.0.1](https://github.com/nolimits4web/atropos/compare/v1.0.2...v2.0.0) (2023-06-27)

### Features

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": "2.0.0",
"version": "2.0.1",
"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": "2.0.0",
"version": "2.0.1",
"description": "Touch-friendly 3D parallax hover effects",
"types": "atropos.d.ts",
"type": "module",
Expand All @@ -11,7 +11,7 @@
},
"./react": {
"types": "./atropos-react.d.ts",
"default": "./atropos-react.esm.mjs"
"default": "./atropos-react.mjs"
},
"./element": {
"types": "./atropos-element.d.ts",
Expand Down

0 comments on commit b80f4f5

Please sign in to comment.