diff --git a/lerna.json b/lerna.json index 84481408..8efc8418 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.5.1", - "version": "0.7.0", + "version": "0.8.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/ace-cli/package.json b/packages/ace-cli/package.json index 8dc4e37e..14971b6f 100644 --- a/packages/ace-cli/package.json +++ b/packages/ace-cli/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/ace-cli", - "version": "0.7.0", + "version": "0.8.0", "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": "^0.7.0", + "@daisy/ace-core": "^0.8.0", "@daisy/ace-logger": "^0.7.0", "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 3271b39b..f8e1e449 100644 --- a/packages/ace-core-legacy/package.json +++ b/packages/ace-core-legacy/package.json @@ -1,6 +1,6 @@ { "name": "ace-core", - "version": "0.7.0", + "version": "0.8.0", "description": "Ace by DAISY, an Accessibility Checker for EPUB", "keywords": [ "a11y", @@ -32,8 +32,8 @@ }, "main": "lib/index.js", "dependencies": { - "@daisy/ace-cli": "^0.7.0", - "@daisy/ace-core": "^0.7.0", + "@daisy/ace-cli": "^0.8.0", + "@daisy/ace-core": "^0.8.0", "@daisy/ace-http": "^0.7.0" }, "publishConfig": { diff --git a/packages/ace-core/package.json b/packages/ace-core/package.json index cdb0d2ae..0c9a5542 100644 --- a/packages/ace-core/package.json +++ b/packages/ace-core/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/ace-core", - "version": "0.7.0", + "version": "0.8.0", "description": "Core library for Ace", "author": { "name": "DAISY developers", @@ -17,9 +17,9 @@ "license": "MIT", "main": "lib/index.js", "dependencies": { - "@daisy/ace-report": "^0.7.0", - "@daisy/ace-report-axe": "^0.7.0", - "@daisy/epub-utils": "^0.7.0", + "@daisy/ace-report": "^0.8.0", + "@daisy/ace-report-axe": "^0.8.0", + "@daisy/epub-utils": "^0.8.0", "@daisy/puppeteer-utils": "^0.7.0", "axe-core": "^2.5.0", "h5o": "^0.11.3", diff --git a/packages/ace-report-axe/package.json b/packages/ace-report-axe/package.json index 6a36f377..c70459ff 100644 --- a/packages/ace-report-axe/package.json +++ b/packages/ace-report-axe/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/ace-report-axe", - "version": "0.7.0", + "version": "0.8.0", "description": "Ace report adapter for aXe", "author": { "name": "DAISY developers", diff --git a/packages/ace-report/package.json b/packages/ace-report/package.json index 5e1fe386..c51dd6bf 100644 --- a/packages/ace-report/package.json +++ b/packages/ace-report/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/ace-report", - "version": "0.7.0", + "version": "0.8.0", "description": "Reporting utilities for Ace", "author": { "name": "DAISY developers", diff --git a/packages/ace/package.json b/packages/ace/package.json index 9e871c35..0db04774 100644 --- a/packages/ace/package.json +++ b/packages/ace/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/ace", - "version": "0.7.0", + "version": "0.8.0", "description": "Ace by DAISY, an Accessibility Checker for EPUB", "keywords": [ "a11y", @@ -32,8 +32,8 @@ }, "main": "lib/index.js", "dependencies": { - "@daisy/ace-cli": "^0.7.0", - "@daisy/ace-core": "^0.7.0", + "@daisy/ace-cli": "^0.8.0", + "@daisy/ace-core": "^0.8.0", "@daisy/ace-http": "^0.7.0" }, "publishConfig": { diff --git a/packages/epub-utils/package.json b/packages/epub-utils/package.json index 72d8ca2b..5217c9c3 100644 --- a/packages/epub-utils/package.json +++ b/packages/epub-utils/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/epub-utils", - "version": "0.7.0", + "version": "0.8.0", "description": "EPUB parser and model, used by Ace", "author": { "name": "DAISY developers",