Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.31.11",
"version": "1.31.11-beta.2",
"packages": [
"packages/*"
],
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/cli-app",
"version": "1.31.11",
"version": "1.31.11-beta.2",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is incorrect

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bhokaremoin why the previous beta is of 1.31.11-beta.1

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2026-04-20 at 5 07 49 PM

"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand All @@ -33,7 +33,7 @@
]
},
"dependencies": {
"@percy/cli-command": "1.31.11",
"@percy/cli-exec": "1.31.11"
"@percy/cli-command": "1.31.11-beta.2",
"@percy/cli-exec": "1.31.11-beta.2"
}
}
6 changes: 3 additions & 3 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.31.11",
"version": "1.31.11-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand All @@ -36,6 +36,6 @@
]
},
"dependencies": {
"@percy/cli-command": "1.31.11"
"@percy/cli-command": "1.31.11-beta.2"
}
}
10 changes: 5 additions & 5 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.31.11",
"version": "1.31.11-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"files": [
"dist",
Expand All @@ -36,8 +36,8 @@
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"@percy/config": "1.31.11",
"@percy/core": "1.31.11",
"@percy/logger": "1.31.11"
"@percy/config": "1.31.11-beta.2",
"@percy/core": "1.31.11-beta.2",
"@percy/logger": "1.31.11-beta.2"
}
}
6 changes: 3 additions & 3 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.31.11",
"version": "1.31.11-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand All @@ -33,6 +33,6 @@
]
},
"dependencies": {
"@percy/cli-command": "1.31.11"
"@percy/cli-command": "1.31.11-beta.2"
}
}
18 changes: 9 additions & 9 deletions packages/cli-doctor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/cli-doctor",
"version": "1.31.11",
"version": "1.31.11-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand All @@ -35,13 +35,13 @@
]
},
"dependencies": {
"@percy/cli-command": "1.31.11",
"@percy/client": "1.31.11",
"@percy/config": "1.31.11",
"@percy/core": "1.31.11",
"@percy/env": "1.31.11",
"@percy/logger": "1.31.11",
"@percy/monitoring": "1.31.11",
"@percy/cli-command": "1.31.11-beta.2",
"@percy/client": "1.31.11-beta.2",
"@percy/config": "1.31.11-beta.2",
"@percy/core": "1.31.11-beta.2",
"@percy/env": "1.31.11-beta.2",
"@percy/logger": "1.31.11-beta.2",
"@percy/monitoring": "1.31.11-beta.2",
"minimatch": "^9.0.0",
"ws": "^8.17.1"
}
Expand Down
8 changes: 4 additions & 4 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.31.11",
"version": "1.31.11-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand All @@ -33,8 +33,8 @@
]
},
"dependencies": {
"@percy/cli-command": "1.31.11",
"@percy/logger": "1.31.11",
"@percy/cli-command": "1.31.11-beta.2",
"@percy/logger": "1.31.11-beta.2",
"cross-spawn": "^7.0.3",
"which": "^2.0.2"
}
Expand Down
6 changes: 3 additions & 3 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.31.11",
"version": "1.31.11-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand All @@ -33,7 +33,7 @@
]
},
"dependencies": {
"@percy/cli-command": "1.31.11",
"@percy/cli-command": "1.31.11-beta.2",
"yaml": "^2.0.0"
}
}
6 changes: 3 additions & 3 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.31.11",
"version": "1.31.11-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand All @@ -33,7 +33,7 @@
]
},
"dependencies": {
"@percy/cli-command": "1.31.11",
"@percy/cli-command": "1.31.11-beta.2",
"fast-glob": "^3.2.11",
"image-size": "^1.0.0"
}
Expand Down
24 changes: 12 additions & 12 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/cli",
"version": "1.31.11",
"version": "1.31.11-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"files": [
"bin",
Expand All @@ -31,15 +31,15 @@
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"@percy/cli-app": "1.31.11",
"@percy/cli-build": "1.31.11",
"@percy/cli-command": "1.31.11",
"@percy/cli-config": "1.31.11",
"@percy/cli-doctor": "1.31.11",
"@percy/cli-exec": "1.31.11",
"@percy/cli-snapshot": "1.31.11",
"@percy/cli-upload": "1.31.11",
"@percy/client": "1.31.11",
"@percy/logger": "1.31.11"
"@percy/cli-app": "1.31.11-beta.2",
"@percy/cli-build": "1.31.11-beta.2",
"@percy/cli-command": "1.31.11-beta.2",
"@percy/cli-config": "1.31.11-beta.2",
"@percy/cli-doctor": "1.31.11-beta.2",
"@percy/cli-exec": "1.31.11-beta.2",
"@percy/cli-snapshot": "1.31.11-beta.2",
"@percy/cli-upload": "1.31.11-beta.2",
"@percy/client": "1.31.11-beta.2",
"@percy/logger": "1.31.11-beta.2"
}
}
10 changes: 5 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/client",
"version": "1.31.11",
"version": "1.31.11-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand All @@ -33,9 +33,9 @@
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"@percy/config": "1.31.11",
"@percy/env": "1.31.11",
"@percy/logger": "1.31.11",
"@percy/config": "1.31.11-beta.2",
"@percy/env": "1.31.11-beta.2",
"@percy/logger": "1.31.11-beta.2",
"pac-proxy-agent": "^7.0.2",
"pako": "^2.1.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/config",
"version": "1.31.11",
"version": "1.31.11-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down Expand Up @@ -38,7 +38,7 @@
"test:types": "tsd"
},
"dependencies": {
"@percy/logger": "1.31.11",
"@percy/logger": "1.31.11-beta.2",
"ajv": "^8.6.2",
"cosmiconfig": "^8.0.0",
"yaml": "^2.0.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/core",
"version": "1.31.11",
"version": "1.31.11-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"engines": {
"node": ">=14"
Expand Down Expand Up @@ -43,12 +43,12 @@
"test:types": "tsd"
},
"dependencies": {
"@percy/client": "1.31.11",
"@percy/config": "1.31.11",
"@percy/dom": "1.31.11",
"@percy/logger": "1.31.11",
"@percy/monitoring": "1.31.11",
"@percy/webdriver-utils": "1.31.11",
"@percy/client": "1.31.11-beta.2",
"@percy/config": "1.31.11-beta.2",
"@percy/dom": "1.31.11-beta.2",
"@percy/logger": "1.31.11-beta.2",
"@percy/monitoring": "1.31.11-beta.2",
"@percy/webdriver-utils": "1.31.11-beta.2",
"content-disposition": "^0.5.4",
"cross-spawn": "^7.0.3",
"extract-zip": "^2.0.1",
Expand All @@ -62,6 +62,6 @@
"yaml": "^2.4.1"
},
"optionalDependencies": {
"@percy/cli-doctor": "1.31.11"
"@percy/cli-doctor": "1.31.11-beta.2"
}
}
4 changes: 2 additions & 2 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/dom",
"version": "1.31.11",
"version": "1.31.11-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "beta"
},
"main": "dist/bundle.js",
"browser": "dist/bundle.js",
Expand Down
Loading
Loading