From be5d8a4154a2a38a07b28475f9e0538d91a0bab3 Mon Sep 17 00:00:00 2001 From: Romain Deltour Date: Mon, 8 Jul 2019 15:51:40 +0200 Subject: [PATCH] chore(release): publish v1.1.1 --- CHANGELOG.md | 13 +++++++++++++ lerna.json | 2 +- packages/ace-cli/package.json | 4 ++-- packages/ace-core-legacy/package.json | 8 ++++---- packages/ace-core/package.json | 6 +++--- packages/ace-http/package.json | 4 ++-- packages/ace-report-axe/package.json | 4 ++-- packages/ace-report/package.json | 2 +- packages/ace/package.json | 8 ++++---- website/config.toml | 2 +- website/content/_index.md | 2 +- 11 files changed, 34 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10fd3743..d4bad7f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +## [1.1.1](https://github.com/daisy/ace/compare/v1.1.0...v1.1.1) (2019-07-08) + + +### Bug Fixes + +* allow list items as children of roles inheriting from 'list' ([a362050](https://github.com/daisy/ace/commit/a362050)), closes [#239](https://github.com/daisy/ace/issues/239) +* allow list of values for 'accessModeSufficient' ([6cb5402](https://github.com/daisy/ace/commit/6cb5402)), closes [#238](https://github.com/daisy/ace/issues/238) +* remove trailing whitespace after 'unlocked' value ([0f9e656](https://github.com/daisy/ace/commit/0f9e656)) +* when img copy fails, keep going ([#215](https://github.com/daisy/ace/issues/215)) ([f769b49](https://github.com/daisy/ace/commit/f769b49)) + + + # [1.1.0](https://github.com/daisy/ace/compare/v1.0.2...v1.1.0) (2019-07-04) diff --git a/lerna.json b/lerna.json index 3f2c00e5..d716402d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.5.1", - "version": "1.1.0", + "version": "1.1.1", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/ace-cli/package.json b/packages/ace-cli/package.json index a48a1240..0ea4c72f 100644 --- a/packages/ace-cli/package.json +++ b/packages/ace-cli/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/ace-cli", - "version": "1.1.0", + "version": "1.1.1", "description": "Ace by DAISY, an Accessibility Checker for EPUB", "author": { "name": "DAISY developers", @@ -21,7 +21,7 @@ "dependencies": { "@daisy/ace-axe-runner-puppeteer": "^1.1.0", "@daisy/ace-config": "^1.1.0", - "@daisy/ace-core": "^1.1.0", + "@daisy/ace-core": "^1.1.1", "@daisy/ace-logger": "^1.1.0", "@daisy/ace-meta": "^1.1.0", "meow": "^3.7.0", diff --git a/packages/ace-core-legacy/package.json b/packages/ace-core-legacy/package.json index 7731a919..7a4d217d 100644 --- a/packages/ace-core-legacy/package.json +++ b/packages/ace-core-legacy/package.json @@ -1,6 +1,6 @@ { "name": "ace-core", - "version": "1.1.0", + "version": "1.1.1", "description": "Ace by DAISY, an Accessibility Checker for EPUB", "keywords": [ "a11y", @@ -33,9 +33,9 @@ }, "main": "lib/index.js", "dependencies": { - "@daisy/ace-cli": "^1.1.0", - "@daisy/ace-core": "^1.1.0", - "@daisy/ace-http": "^1.1.0" + "@daisy/ace-cli": "^1.1.1", + "@daisy/ace-core": "^1.1.1", + "@daisy/ace-http": "^1.1.1" }, "publishConfig": { "access": "public" diff --git a/packages/ace-core/package.json b/packages/ace-core/package.json index 40da60f4..62c07006 100644 --- a/packages/ace-core/package.json +++ b/packages/ace-core/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/ace-core", - "version": "1.1.0", + "version": "1.1.1", "description": "Core library for Ace", "author": { "name": "DAISY developers", @@ -21,8 +21,8 @@ "@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/ace-report": "^1.1.1", + "@daisy/ace-report-axe": "^1.1.1", "@daisy/epub-utils": "^1.1.0", "axe-core": "^3.2.2", "file-url": "^2.0.2", diff --git a/packages/ace-http/package.json b/packages/ace-http/package.json index 6613a8ad..87e24852 100644 --- a/packages/ace-http/package.json +++ b/packages/ace-http/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/ace-http", - "version": "1.1.0", + "version": "1.1.1", "description": "HTTP API for Ace", "author": { "name": "DAISY developers", @@ -20,7 +20,7 @@ "bin": "bin/ace-http.js", "dependencies": { "@daisy/ace-axe-runner-puppeteer": "^1.1.0", - "@daisy/ace-core": "^1.1.0", + "@daisy/ace-core": "^1.1.1", "@daisy/ace-logger": "^1.1.0", "@daisy/ace-meta": "^1.1.0", "express": "^4.15.5", diff --git a/packages/ace-report-axe/package.json b/packages/ace-report-axe/package.json index a5d81098..c0877cc9 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": "1.1.0", + "version": "1.1.1", "description": "Ace report adapter for aXe", "author": { "name": "DAISY developers", @@ -19,7 +19,7 @@ "main": "lib/index.js", "dependencies": { "@daisy/ace-localize": "^1.1.0", - "@daisy/ace-report": "^1.1.0", + "@daisy/ace-report": "^1.1.1", "fs-extra": "^6.0.1", "winston": "^2.4.0" }, diff --git a/packages/ace-report/package.json b/packages/ace-report/package.json index de77b7ac..9d9b654e 100644 --- a/packages/ace-report/package.json +++ b/packages/ace-report/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/ace-report", - "version": "1.1.0", + "version": "1.1.1", "description": "Reporting utilities for Ace", "author": { "name": "DAISY developers", diff --git a/packages/ace/package.json b/packages/ace/package.json index ca01294e..9f7f5f16 100644 --- a/packages/ace/package.json +++ b/packages/ace/package.json @@ -1,6 +1,6 @@ { "name": "@daisy/ace", - "version": "1.1.0", + "version": "1.1.1", "description": "Ace by DAISY, an Accessibility Checker for EPUB", "keywords": [ "a11y", @@ -33,9 +33,9 @@ }, "main": "lib/index.js", "dependencies": { - "@daisy/ace-cli": "^1.1.0", - "@daisy/ace-core": "^1.1.0", - "@daisy/ace-http": "^1.1.0" + "@daisy/ace-cli": "^1.1.1", + "@daisy/ace-core": "^1.1.1", + "@daisy/ace-http": "^1.1.1" }, "publishConfig": { "access": "public" diff --git a/website/config.toml b/website/config.toml index 101aaeb8..01b5f076 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.1.0" + Latest version: v1.1.1" diff --git a/website/content/_index.md b/website/content/_index.md index e60120f9..2be07c9c 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.1.0. +Latest version: v1.1.1. 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!