Skip to content

Commit

Permalink
Merge branch 'release/3.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
koga73 committed Jan 19, 2024
2 parents 206ffb6 + d966b0d commit f8c123a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions js/overlay.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Overlay v3.0.2 Copyright (c) 2023 AJ Savino
* Overlay v3.0.3 Copyright (c) 2024 AJ Savino
* https://github.com/koga73/overlay
* MIT License
*/
Expand Down Expand Up @@ -167,9 +167,9 @@
//Custom
event = {};
}
event.type = type;
event.detail = detail;
}
event.type = type;
event.detail = detail;
return event;
},

Expand Down
4 changes: 2 additions & 2 deletions js/overlay.min.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 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": "@koga73/overlay",
"version": "3.0.2",
"version": "3.0.3",
"description": "A simple responsive modal system for the web. Works down to IE8. Accessible by screen readers. Easy to customize. No Dependencies. Vanilla JS.",
"main": "js/overlay.js",
"module": "js/module.js",
Expand Down

0 comments on commit f8c123a

Please sign in to comment.