Skip to content

Commit 6d79a9d

Browse files
committed
chore(release): 3.0.0-beta.2
1 parent a6d2a75 commit 6d79a9d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [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)
6+
7+
8+
### Bug Fixes
9+
10+
* Check component name in updated mixin ([744d8f9](https://github.com/vue-a11y/vue-axe-next/commit/744d8f91fbfba6b4a88eaf7c96fdff1574786b83))

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-axe",
3-
"version": "3.0.0-beta.1",
3+
"version": "3.0.0-beta.2",
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",
@@ -18,6 +18,7 @@
1818
"demo:cli": "cd demo-cli && npm run serve",
1919
"demo:vite": "cd demo-vite && npm run dev",
2020
"release": "standard-version",
21+
"release:beta": "standard-version -p beta -r minor",
2122
"project:publish": "git push --tags origin master && npm run build && npm publish --tag beta"
2223
},
2324
"repository": {

0 commit comments

Comments
 (0)