Skip to content

Commit 341159a

Browse files
committed
chore(release): 3.0.0-beta.3
1 parent 1562587 commit 341159a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0-beta.3](https://github.com/vue-a11y/vue-axe-next/compare/v3.0.0-beta.1...v3.0.0-beta.3) (2020-10-09)
6+
7+
8+
### Bug Fixes
9+
10+
* Add role="region" in pop-up component to avoid ARIA landmark errors ([b447051](https://github.com/vue-a11y/vue-axe-next/commit/b44705169ae43577caf31baf84a0b9aed7eaeead))
11+
* Check component name in updated mixin ([744d8f9](https://github.com/vue-a11y/vue-axe-next/commit/744d8f91fbfba6b4a88eaf7c96fdff1574786b83))
12+
513
## [3.0.0-beta.2](https://github.com/vue-a11y/vue-axe-next/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2020-10-09)
614

715

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-axe",
3-
"version": "3.0.0-beta.2",
3+
"version": "3.0.0-beta.3",
44
"description": "Dynamic accessibility analysis for Vue.js 3 using axe-core",
55
"main": "dist/vue-axe.ssr.js",
66
"browser": "dist/vue-axe.esm.js",

0 commit comments

Comments
 (0)