Skip to content

Commit

Permalink
2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jul 4, 2023
1 parent f5a472e commit 9839c44
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# [2.0.2](https://github.com/nolimits4web/atropos/compare/v2.0.1...v2.0.2) (2023-07-04)

### Bug Fixes

- **types:** add compatibility with old resolver ([e1d24e9](https://github.com/nolimits4web/atropos/commit/e1d24e9df172bce6271e919f470ea16e4a7889dd)), closes [#41](https://github.com/nolimits4web/atropos/issues/41)


### Features

- **element:** fallback where adoptedStyleSheets is not supported ([f5a472e](https://github.com/nolimits4web/atropos/commit/f5a472e2efb16c801116efe3dc7b3c786cfbcaeb))


# [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.1",
"version": "2.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": "2.0.1",
"version": "2.0.2",
"description": "Touch-friendly 3D parallax hover effects",
"types": "atropos.d.ts",
"type": "module",
Expand Down Expand Up @@ -70,5 +70,5 @@
"engines": {
"node": ">= 12.0.0"
},
"releaseDate": "June 27, 2023"
"releaseDate": "July 4, 2023"
}

0 comments on commit 9839c44

Please sign in to comment.