diff --git a/CHANGELOG.md b/CHANGELOG.md index 92927181..c89372cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.0.2](https://github.com/daisy/ace/compare/v1.0.1...v1.0.2) (2018-05-25) + + +### Bug Fixes + +* revert to the official xmldom-alpha depdency ([c2eafb5](https://github.com/daisy/ace/commit/c2eafb5)) + + + ## [1.0.1](https://github.com/daisy/ace/compare/v1.0.0...v1.0.1) (2018-05-25) diff --git a/lerna.json b/lerna.json index 64644d2d..e2cd5404 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.5.1", - "version": "1.0.1", + "version": "1.0.2", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/ace-cli/package.json b/packages/ace-cli/package.json index eb15a162..e7ed9773 100644 --- a/packages/ace-cli/package.json +++ b/packages/ace-cli/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/ace-cli", - "version": "1.0.1", + "version": "1.0.2", "description": "Ace by DAISY, an Accessibility Checker for EPUB", "author": { "name": "DAISY developers", @@ -18,7 +18,7 @@ "main": "lib/index.js", "bin": "bin/ace.js", "dependencies": { - "@daisy/ace-core": "^1.0.1", + "@daisy/ace-core": "^1.0.2", "@daisy/ace-logger": "^1.0.1", "meow": "^3.7.0", "winston": "^2.4.0" diff --git a/packages/ace-core-legacy/package.json b/packages/ace-core-legacy/package.json index 385d8dee..ea5d2f35 100644 --- a/packages/ace-core-legacy/package.json +++ b/packages/ace-core-legacy/package.json @@ -1,6 +1,6 @@ { "name": "ace-core", - "version": "1.0.1", + "version": "1.0.2", "description": "Ace by DAISY, an Accessibility Checker for EPUB", "keywords": [ "a11y", @@ -32,8 +32,8 @@ }, "main": "lib/index.js", "dependencies": { - "@daisy/ace-cli": "^1.0.1", - "@daisy/ace-core": "^1.0.1", + "@daisy/ace-cli": "^1.0.2", + "@daisy/ace-core": "^1.0.2", "@daisy/ace-http": "^1.0.0" }, "publishConfig": { diff --git a/packages/ace-core/package.json b/packages/ace-core/package.json index e6773892..4d29edb8 100644 --- a/packages/ace-core/package.json +++ b/packages/ace-core/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/ace-core", - "version": "1.0.1", + "version": "1.0.2", "description": "Core library for Ace", "author": { "name": "DAISY developers", @@ -19,7 +19,7 @@ "dependencies": { "@daisy/ace-report": "^1.0.1", "@daisy/ace-report-axe": "^1.0.1", - "@daisy/epub-utils": "^1.0.1", + "@daisy/epub-utils": "^1.0.2", "@daisy/puppeteer-utils": "^1.0.0", "axe-core": "~2.6.1", "file-url": "^2.0.2", diff --git a/packages/ace/package.json b/packages/ace/package.json index b29bbd51..2c2a81c6 100644 --- a/packages/ace/package.json +++ b/packages/ace/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/ace", - "version": "1.0.1", + "version": "1.0.2", "description": "Ace by DAISY, an Accessibility Checker for EPUB", "keywords": [ "a11y", @@ -32,8 +32,8 @@ }, "main": "lib/index.js", "dependencies": { - "@daisy/ace-cli": "^1.0.1", - "@daisy/ace-core": "^1.0.1", + "@daisy/ace-cli": "^1.0.2", + "@daisy/ace-core": "^1.0.2", "@daisy/ace-http": "^1.0.0" }, "publishConfig": { diff --git a/packages/epub-utils/package.json b/packages/epub-utils/package.json index 79156eec..128c479c 100644 --- a/packages/epub-utils/package.json +++ b/packages/epub-utils/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/epub-utils", - "version": "1.0.1", + "version": "1.0.2", "description": "EPUB parser and model, used by Ace", "author": { "name": "DAISY developers", diff --git a/website/config.toml b/website/config.toml index 9988ac70..b1c42a6c 100644 --- a/website/config.toml +++ b/website/config.toml @@ -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.1" + Latest version: v1.0.2" diff --git a/website/content/_index.md b/website/content/_index.md index 480bd069..1acc8211 100644 --- a/website/content/_index.md +++ b/website/content/_index.md @@ -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.1. +Latest version: v1.0.2. 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!