Skip to content

Commit

Permalink
chore(release): publish v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Jul 8, 2019
1 parent f769b49 commit be5d8a4
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 21 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="1.1.1"></a>
## [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))



<a name="1.1.0"></a>
# [1.1.0](https://github.com/daisy/ace/compare/v1.0.2...v1.1.0) (2019-07-04)

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.1.0",
"version": "1.1.1",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 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.1.0",
"version": "1.1.1",
"description": "Ace by DAISY, an Accessibility Checker for EPUB",
"author": {
"name": "DAISY developers",
Expand All @@ -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",
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.1.0",
"version": "1.1.1",
"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.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"
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "1.1.1",
"description": "Core library for Ace",
"author": {
"name": "DAISY developers",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "1.1.1",
"description": "HTTP API for Ace",
"author": {
"name": "DAISY developers",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "1.1.1",
"description": "Ace report adapter for aXe",
"author": {
"name": "DAISY developers",
Expand All @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "1.1.1",
"description": "Reporting utilities for Ace",
"author": {
"name": "DAISY developers",
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.1.0",
"version": "1.1.1",
"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.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"
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.1.0"
Latest version: v1.1.1"
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.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!

0 comments on commit be5d8a4

Please sign in to comment.