Skip to content

Commit

Permalink
馃敄 v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed Apr 14, 2022
1 parent 5b97672 commit 86c0b89
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.7",
"version": "1.0.8",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/cli-build",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,6 +32,6 @@
]
},
"dependencies": {
"@percy/cli-command": "1.0.7"
"@percy/cli-command": "1.0.8"
}
}
8 changes: 4 additions & 4 deletions packages/cli-command/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/cli-command",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"@percy/config": "1.0.7",
"@percy/core": "1.0.7",
"@percy/logger": "1.0.7"
"@percy/config": "1.0.8",
"@percy/core": "1.0.8",
"@percy/logger": "1.0.8"
}
}
4 changes: 2 additions & 2 deletions packages/cli-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/cli-config",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,6 +32,6 @@
]
},
"dependencies": {
"@percy/cli-command": "1.0.7"
"@percy/cli-command": "1.0.8"
}
}
4 changes: 2 additions & 2 deletions packages/cli-exec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/cli-exec",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
]
},
"dependencies": {
"@percy/cli-command": "1.0.7",
"@percy/cli-command": "1.0.8",
"cross-spawn": "^7.0.3",
"which": "^2.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/cli-snapshot",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
]
},
"dependencies": {
"@percy/cli-command": "1.0.7",
"@percy/cli-command": "1.0.8",
"yaml": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/cli-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/cli-upload",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
]
},
"dependencies": {
"@percy/cli-command": "1.0.7",
"@percy/cli-command": "1.0.8",
"fast-glob": "^3.2.11",
"image-size": "^1.0.0"
}
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/cli",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,13 +30,13 @@
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"@percy/cli-build": "1.0.7",
"@percy/cli-command": "1.0.7",
"@percy/cli-config": "1.0.7",
"@percy/cli-exec": "1.0.7",
"@percy/cli-snapshot": "1.0.7",
"@percy/cli-upload": "1.0.7",
"@percy/client": "1.0.7",
"@percy/logger": "1.0.7"
"@percy/cli-build": "1.0.8",
"@percy/cli-command": "1.0.8",
"@percy/cli-config": "1.0.8",
"@percy/cli-exec": "1.0.8",
"@percy/cli-snapshot": "1.0.8",
"@percy/cli-upload": "1.0.8",
"@percy/client": "1.0.8",
"@percy/logger": "1.0.8"
}
}
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/client",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"@percy/env": "1.0.7",
"@percy/logger": "1.0.7"
"@percy/env": "1.0.8",
"@percy/logger": "1.0.8"
}
}
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/config",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test:types": "tsd"
},
"dependencies": {
"@percy/logger": "1.0.7",
"@percy/logger": "1.0.8",
"ajv": "^8.6.2",
"cosmiconfig": "^7.0.0",
"yaml": "^2.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/core",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,10 +39,10 @@
"test:types": "tsd"
},
"dependencies": {
"@percy/client": "1.0.7",
"@percy/config": "1.0.7",
"@percy/dom": "1.0.7",
"@percy/logger": "1.0.7",
"@percy/client": "1.0.8",
"@percy/config": "1.0.8",
"@percy/dom": "1.0.8",
"@percy/logger": "1.0.8",
"content-disposition": "^0.5.4",
"cross-spawn": "^7.0.3",
"extract-zip": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/dom",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/env",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/logger",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/sdk-utils",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -58,6 +58,6 @@
}
},
"dependencies": {
"@percy/logger": "1.0.7"
"@percy/logger": "1.0.8"
}
}

0 comments on commit 86c0b89

Please sign in to comment.