Skip to content

Commit

Permalink
chore(release): publish v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Jul 4, 2019
1 parent 8aebb3b commit 896d1da
Show file tree
Hide file tree
Showing 20 changed files with 69 additions and 48 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="1.1.0"></a>
# [1.1.0](https://github.com/daisy/ace/compare/v1.0.2...v1.1.0) (2019-07-04)


### Bug Fixes

* `aria-describedby` can be a list of IDs ([f0aef4c](https://github.com/daisy/ace/commit/f0aef4c)), closes [#209](https://github.com/daisy/ace/issues/209)
* correct global Ace version ([#226](https://github.com/daisy/ace/issues/226)) ([822469f](https://github.com/daisy/ace/commit/822469f)), closes [#198](https://github.com/daisy/ace/issues/198)


### Features

* **new rule:** check expected values of schema.org a11y metadata ([a5452c3](https://github.com/daisy/ace/commit/a5452c3)), closes [#202](https://github.com/daisy/ace/issues/202)
* **new rule:** check the presence of a page list when 'printPageNumbers' is declared ([6e33dbb](https://github.com/daisy/ace/commit/6e33dbb)), closes [#203](https://github.com/daisy/ace/issues/203)
* improve epub:type / DPUB ARIA role mapping ([df3c666](https://github.com/daisy/ace/commit/df3c666)), closes [#201](https://github.com/daisy/ace/issues/201) [#214](https://github.com/daisy/ace/issues/214) [#220](https://github.com/daisy/ace/issues/220)
* Localization, English + French ([#223](https://github.com/daisy/ace/issues/223)) ([bf8b374](https://github.com/daisy/ace/commit/bf8b374))
* Puppeteer-based Ace Axe "runner" (AceGUI uses Electron instead) ([#227](https://github.com/daisy/ace/issues/227)) ([34c6e47](https://github.com/daisy/ace/commit/34c6e47))
* update Axe to v3.2.2 ([#228](https://github.com/daisy/ace/issues/228)) ([acf95da](https://github.com/daisy/ace/commit/acf95da)), closes [#225](https://github.com/daisy/ace/issues/225)



<a name="1.0.2"></a>
## [1.0.2](https://github.com/daisy/ace/compare/v1.0.1...v1.0.2) (2018-05-25)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.5.1",
"version": "1.0.2",
"version": "1.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/ace-axe-runner-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/ace-axe-runner-puppeteer",
"version": "1.0.0",
"version": "1.1.0",
"description": "Puppeteer-based Axe runner for Ace",
"author": {
"name": "DAISY developers",
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@daisy/puppeteer-utils": "^1.0.0",
"@daisy/puppeteer-utils": "^1.1.0",
"puppeteer": "^1.0.0"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/ace-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/ace-cli",
"version": "1.0.4",
"version": "1.1.0",
"description": "Ace by DAISY, an Accessibility Checker for EPUB",
"author": {
"name": "DAISY developers",
Expand All @@ -19,11 +19,11 @@
"main": "lib/index.js",
"bin": "bin/ace.js",
"dependencies": {
"@daisy/ace-axe-runner-puppeteer": "^1.0.0",
"@daisy/ace-config": "^1.0.0",
"@daisy/ace-core": "^1.0.2",
"@daisy/ace-logger": "^1.0.1",
"@daisy/ace-meta": "^1.0.3",
"@daisy/ace-axe-runner-puppeteer": "^1.1.0",
"@daisy/ace-config": "^1.1.0",
"@daisy/ace-core": "^1.1.0",
"@daisy/ace-logger": "^1.1.0",
"@daisy/ace-meta": "^1.1.0",
"meow": "^3.7.0",
"winston": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/ace-config",
"version": "1.0.0",
"version": "1.1.0",
"description": "Config utilities for Ace",
"author": {
"name": "DAISY developers",
Expand Down
8 changes: 4 additions & 4 deletions packages/ace-core-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ace-core",
"version": "1.0.2",
"version": "1.1.0",
"description": "Ace by DAISY, an Accessibility Checker for EPUB",
"keywords": [
"a11y",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@daisy/ace-cli": "^1.0.2",
"@daisy/ace-core": "^1.0.2",
"@daisy/ace-http": "^1.0.0"
"@daisy/ace-cli": "^1.1.0",
"@daisy/ace-core": "^1.1.0",
"@daisy/ace-http": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/ace-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/ace-core",
"version": "1.0.4",
"version": "1.1.0",
"description": "Core library for Ace",
"author": {
"name": "DAISY developers",
Expand All @@ -18,12 +18,12 @@
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@daisy/ace-localize": "^1.0.0",
"@daisy/ace-logger": "^1.0.1",
"@daisy/ace-meta": "^1.0.3",
"@daisy/ace-report": "^1.0.1",
"@daisy/ace-report-axe": "^1.0.1",
"@daisy/epub-utils": "^1.0.2",
"@daisy/ace-localize": "^1.1.0",
"@daisy/ace-logger": "^1.1.0",
"@daisy/ace-meta": "^1.1.0",
"@daisy/ace-report": "^1.1.0",
"@daisy/ace-report-axe": "^1.1.0",
"@daisy/epub-utils": "^1.1.0",
"axe-core": "^3.2.2",
"file-url": "^2.0.2",
"h5o": "^0.11.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/ace-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/ace-http",
"version": "1.0.2",
"version": "1.1.0",
"description": "HTTP API for Ace",
"author": {
"name": "DAISY developers",
Expand All @@ -19,10 +19,10 @@
"main": "lib/index.js",
"bin": "bin/ace-http.js",
"dependencies": {
"@daisy/ace-axe-runner-puppeteer": "^1.0.0",
"@daisy/ace-core": "^1.0.2",
"@daisy/ace-logger": "^1.0.1",
"@daisy/ace-meta": "^1.0.3",
"@daisy/ace-axe-runner-puppeteer": "^1.1.0",
"@daisy/ace-core": "^1.1.0",
"@daisy/ace-logger": "^1.1.0",
"@daisy/ace-meta": "^1.1.0",
"express": "^4.15.5",
"express-easy-zip": "^1.1.4",
"meow": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-localize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/ace-localize",
"version": "1.0.0",
"version": "1.1.0",
"description": "Localization utilities for Ace",
"author": {
"name": "DAISY developers",
Expand Down
4 changes: 2 additions & 2 deletions packages/ace-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/ace-logger",
"version": "1.0.1",
"version": "1.1.0",
"description": "Logger bootsrap for Ace",
"author": {
"name": "DAISY developers",
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@daisy/ace-config": "^1.0.0",
"@daisy/ace-config": "^1.1.0",
"fs-extra": "^6.0.1",
"winston": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-meta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/ace-meta",
"version": "1.0.3",
"version": "1.1.0",
"description": "Meta version information for Ace",
"author": {
"name": "DAISY developers",
Expand Down
6 changes: 3 additions & 3 deletions packages/ace-report-axe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/ace-report-axe",
"version": "1.0.3",
"version": "1.1.0",
"description": "Ace report adapter for aXe",
"author": {
"name": "DAISY developers",
Expand All @@ -18,8 +18,8 @@
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@daisy/ace-localize": "^1.0.0",
"@daisy/ace-report": "^1.0.1",
"@daisy/ace-localize": "^1.1.0",
"@daisy/ace-report": "^1.1.0",
"fs-extra": "^6.0.1",
"winston": "^2.4.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/ace-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/ace-report",
"version": "1.0.3",
"version": "1.1.0",
"description": "Reporting utilities for Ace",
"author": {
"name": "DAISY developers",
Expand All @@ -18,9 +18,9 @@
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@daisy/ace-config": "^1.0.0",
"@daisy/ace-localize": "^1.0.0",
"@daisy/ace-meta": "^1.0.3",
"@daisy/ace-config": "^1.1.0",
"@daisy/ace-localize": "^1.1.0",
"@daisy/ace-meta": "^1.1.0",
"escape-html": "^1.0.3",
"fs-extra": "^6.0.1",
"handlebars": "^4.0.11",
Expand Down
8 changes: 4 additions & 4 deletions packages/ace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/ace",
"version": "1.0.2",
"version": "1.1.0",
"description": "Ace by DAISY, an Accessibility Checker for EPUB",
"keywords": [
"a11y",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@daisy/ace-cli": "^1.0.2",
"@daisy/ace-core": "^1.0.2",
"@daisy/ace-http": "^1.0.0"
"@daisy/ace-cli": "^1.1.0",
"@daisy/ace-core": "^1.1.0",
"@daisy/ace-http": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/epub-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/epub-utils",
"version": "1.0.2",
"version": "1.1.0",
"description": "EPUB parser and model, used by Ace",
"author": {
"name": "DAISY developers",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-env-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/jest-env-puppeteer",
"version": "1.0.0",
"version": "1.1.0",
"description": "Utilities for running Jest tests through Google Puppeteer",
"author": {
"name": "DAISY developers",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/jest-puppeteer",
"version": "1.0.0",
"version": "1.1.0",
"description": "Utilities for running Jest tests through Google Puppeteer",
"author": {
"name": "DAISY developers",
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@daisy/puppeteer-utils": "^1.0.0",
"@daisy/puppeteer-utils": "^1.1.0",
"jest-mock": "^21.3.0-beta.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/puppeteer-utils",
"version": "1.0.1",
"version": "1.1.0",
"description": "Utilities for Google Puppeteer",
"author": {
"name": "DAISY developers",
Expand Down
2 changes: 1 addition & 1 deletion website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publishDir = "site"
[params]
description = "**[Ace](/ace)**, an accessibility checker for EPUB! \n\
A **[DAISY Consortium](http://daisy.org)** project. \n\
Latest version: v1.0.2"
Latest version: v1.1.0"
2 changes: 1 addition & 1 deletion website/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Ace, the Accessibility Checker for EPUB, is a tool developed by the [DAISY Conso

Read more about the Ace project on [Inclusive Publishing](http://inclusivepublishing.org/ace).

Latest version: v1.0.2.
Latest version: v1.1.0.

Note: We’re working on a simple GUI with an installer, to allow using Ace without having to deal with package managers and command line tools… stay tuned!

0 comments on commit 896d1da

Please sign in to comment.