Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Jan 19, 2018
1 parent 4ce1276 commit 30b19a8
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.8.0",
"@daisy/ace-core": "^0.9.0",
"@daisy/ace-logger": "^0.7.0",
"meow": "^3.7.0",
"winston": "^2.4.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": "0.8.0",
"version": "0.9.0",
"description": "Ace by DAISY, an Accessibility Checker for EPUB",
"keywords": [
"a11y",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@daisy/ace-cli": "^0.8.0",
"@daisy/ace-core": "^0.8.0",
"@daisy/ace-http": "^0.7.0"
"@daisy/ace-cli": "^0.9.0",
"@daisy/ace-core": "^0.9.0",
"@daisy/ace-http": "^0.9.0"
},
"publishConfig": {
"access": "public"
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.8.0",
"version": "0.9.0",
"description": "Core library for Ace",
"author": {
"name": "DAISY developers",
Expand All @@ -17,10 +17,10 @@
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@daisy/ace-report": "^0.8.0",
"@daisy/ace-report-axe": "^0.8.0",
"@daisy/ace-report": "^0.9.0",
"@daisy/ace-report-axe": "^0.9.0",
"@daisy/epub-utils": "^0.8.0",
"@daisy/puppeteer-utils": "^0.7.0",
"@daisy/puppeteer-utils": "^0.9.0",
"axe-core": "~2.6.1",
"file-url": "^2.0.2",
"h5o": "^0.11.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/ace-http",
"version": "0.7.0",
"version": "0.9.0",
"description": "HTTP API for Ace",
"author": {
"name": "DAISY developers",
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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.0",
"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": "0.8.0",
"version": "0.9.0",
"description": "Ace by DAISY, an Accessibility Checker for EPUB",
"keywords": [
"a11y",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@daisy/ace-cli": "^0.8.0",
"@daisy/ace-core": "^0.8.0",
"@daisy/ace-http": "^0.7.0"
"@daisy/ace-cli": "^0.9.0",
"@daisy/ace-core": "^0.9.0",
"@daisy/ace-http": "^0.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-env-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/jest-env-puppeteer",
"version": "0.7.0",
"version": "0.9.0",
"description": "Utilities for running Jest tests through Google Puppeteer",
"author": {
"name": "DAISY developers",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/jest-puppeteer",
"version": "0.7.0",
"version": "0.9.0",
"description": "Utilities for running Jest tests through Google Puppeteer",
"author": {
"name": "DAISY developers",
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@daisy/puppeteer-utils": "^0.7.0",
"@daisy/puppeteer-utils": "^0.9.0",
"jest-mock": "^21.3.0-beta.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daisy/puppeteer-utils",
"version": "0.7.0",
"version": "0.9.0",
"description": "Utilities for Google Puppeteer",
"author": {
"name": "DAISY developers",
Expand Down

0 comments on commit 30b19a8

Please sign in to comment.