Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Dec 24, 2017
1 parent 283cea7 commit ad66779
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
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": "0.7.0",
"version": "0.8.0",
"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": "0.7.0",
"version": "0.8.0",
"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": "^0.7.0",
"@daisy/ace-core": "^0.8.0",
"@daisy/ace-logger": "^0.7.0",
"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": "0.7.0",
"version": "0.8.0",
"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": "^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": {
Expand Down
8 changes: 4 additions & 4 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": "0.7.0",
"version": "0.8.0",
"description": "Core library for Ace",
"author": {
"name": "DAISY developers",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.7.0",
"version": "0.8.0",
"description": "Ace report adapter for aXe",
"author": {
"name": "DAISY developers",
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": "0.7.0",
"version": "0.8.0",
"description": "Reporting utilities for Ace",
"author": {
"name": "DAISY developers",
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": "0.7.0",
"version": "0.8.0",
"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": "^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": {
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": "0.7.0",
"version": "0.8.0",
"description": "EPUB parser and model, used by Ace",
"author": {
"name": "DAISY developers",
Expand Down

0 comments on commit ad66779

Please sign in to comment.