Skip to content

Commit

Permalink
chore(release): publish v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed May 25, 2018
1 parent c2eafb5 commit 2cce566
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 14 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.0.2"></a>
## [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))



<a name="1.0.1"></a>
## [1.0.1](https://github.com/daisy/ace/compare/v1.0.0...v1.0.1) (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.1",
"version": "1.0.2",
"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.0.1",
"version": "1.0.2",
"description": "Ace by DAISY, an Accessibility Checker for EPUB",
"author": {
"name": "DAISY developers",
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.0.2",
"description": "Ace by DAISY, an Accessibility Checker for EPUB",
"keywords": [
"a11y",
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "1.0.2",
"description": "Core library for Ace",
"author": {
"name": "DAISY developers",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.0.2",
"description": "Ace by DAISY, an Accessibility Checker for EPUB",
"keywords": [
"a11y",
Expand Down Expand Up @@ -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": {
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.1",
"version": "1.0.2",
"description": "EPUB parser and model, used by Ace",
"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.1"
Latest version: v1.0.2"
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.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!

0 comments on commit 2cce566

Please sign in to comment.