Skip to content

Commit

Permalink
chore: Merge from master 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers committed Aug 28, 2018
2 parents 5d11674 + 6fc5c8e commit 04cd2c2
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 11 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@

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.

<a name="3.1.1"></a>
## [3.1.1](https://github.com/dequelabs/axe-core/compare/v3.0.3...v3.1.1) (2018-08-28)


### Bug Fixes

* Fix broken 3.1.0 release script ([c3b2a52](https://github.com/dequelabs/axe-core/commit/c3b2a52))



<a name="3.1.0"></a>
# [3.1.0](https://github.com/dequelabs/axe-core/compare/v3.0.3...v3.1.0) (2018-08-27)
# [3.1.0](https://github.com/dequelabs/axe-core/compare/v3.0.3...v3.1.0) (2018-08-28)


### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-core",
"version": "3.1.0",
"version": "3.1.1",
"contributors": [
{
"name": "David Sturley",
Expand Down
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- checkout
- <<: *set_npm_auth
- <<: *restore_dependency_cache
- run: npm run build
- run: npm publish

workflows:
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/chrome-debugging-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "axe-cdp",
"private": true,
"dependencies": {
"axe-core": "^3.1.0",
"axe-core": "^3.1.1",
"chrome-remote-interface": "^0.26.0"
}
}
2 changes: 1 addition & 1 deletion doc/examples/jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "grunt jasmine"
},
"devDependencies": {
"axe-core": "^3.1.0",
"axe-core": "^3.1.1",
"grunt": "~1.0.2",
"grunt-contrib-jasmine": "~2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/jest_react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "jest"
},
"devDependencies": {
"axe-core": "^3.1.0",
"axe-core": "^3.1.1",
"babel-jest": "^23.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "grunt mocha"
},
"devDependencies": {
"axe-core": "^3.1.0",
"axe-core": "^3.1.1",
"chai": "~4.1.2",
"grunt": "~1.0.2",
"grunt-mocha": "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/phantomjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "phantomjs axe-phantom.js http://www.deque.com"
},
"devDependencies": {
"axe-core": "^3.1.0",
"axe-core": "^3.1.1",
"phantomjs": "^2.1.7"
}
}
2 changes: 1 addition & 1 deletion doc/examples/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"main": "axe-puppeteer.js",
"dependencies": {
"axe-core": "^3.1.0",
"axe-core": "^3.1.1",
"puppeteer": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion doc/examples/qunit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "grunt qunit"
},
"devDependencies": {
"axe-core": "^3.1.0",
"axe-core": "^3.1.1",
"grunt": "~1.0.2",
"grunt-contrib-qunit": "~3.0.0",
"qunitjs": "~2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "3.1.0",
"version": "3.1.1",
"license": "MPL-2.0",
"engines": {
"node": ">=4"
Expand Down
6 changes: 5 additions & 1 deletion sri-history.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,9 @@
"3.1.0": {
"axe.js": "sha256-qUMvWIpNXGal2tqBIDJsrXde0clrbTcATxlteQSyA4M=",
"axe.min.js": "sha256-q1K/bHXBTINVndnMyDdntNSJHTAei0YhN/kNqeaGD5A="
},
"3.1.1": {
"axe.js": "sha256-54k0QW1jMWPC2Lq/pTSX2xu8ky7QSd39uEqcy3Yk35o=",
"axe.min.js": "sha256-Zs6maznrnIa0ko83hAWIKlhPPeBLmKmRmfphyuqBJbA="
}
}
}

0 comments on commit 04cd2c2

Please sign in to comment.