Skip to content

Commit e059e0c

Browse files
committed
bump version
1 parent 4f7ef50 commit e059e0c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## v2.7.2
4+
5+
### Fixed
6+
7+
- Encapsulate counter text in P element for better accessibility compliance
8+
- Add new dialogTitle setting to allow dialog title customization for better accessibility compliance
9+
- Revert "fix not clickable close() region for slider"
10+
311
## v2.7.1
412

513
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midzer/tobii",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"description": "An accessible, open-source lightbox with no dependencies.",
55
"main": "./dist/tobii.js",
66
"module": "./dist/tobii.module.js",

src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Tobii
33
*
44
* @author midzer
5-
* @version 2.7.1
5+
* @version 2.7.2
66
* @url https://github.com/midzer/tobii
77
*
88
* MIT License

0 commit comments

Comments
 (0)