Skip to content

Commit 9839c44

Browse files
committed
2.0.2 release
1 parent f5a472e commit 9839c44

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

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

3+
# [2.0.2](https://github.com/nolimits4web/atropos/compare/v2.0.1...v2.0.2) (2023-07-04)
4+
5+
### Bug Fixes
6+
7+
- **types:** add compatibility with old resolver ([e1d24e9](https://github.com/nolimits4web/atropos/commit/e1d24e9df172bce6271e919f470ea16e4a7889dd)), closes [#41](https://github.com/nolimits4web/atropos/issues/41)
8+
9+
10+
### Features
11+
12+
- **element:** fallback where adoptedStyleSheets is not supported ([f5a472e](https://github.com/nolimits4web/atropos/commit/f5a472e2efb16c801116efe3dc7b3c786cfbcaeb))
13+
14+
315
# [2.0.1](https://github.com/nolimits4web/atropos/compare/v1.0.2...v2.0.0) (2023-06-27)
416

517
### Features

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.1",
3+
"version": "2.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": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Touch-friendly 3D parallax hover effects",
55
"types": "atropos.d.ts",
66
"type": "module",
@@ -70,5 +70,5 @@
7070
"engines": {
7171
"node": ">= 12.0.0"
7272
},
73-
"releaseDate": "June 27, 2023"
73+
"releaseDate": "July 4, 2023"
7474
}

0 commit comments

Comments
 (0)