Skip to content

Commit

Permalink
releasing v1.28.3 (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 committed Apr 12, 2024
1 parent ad54098 commit 5d41045
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 66 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.28.3-beta.1",
"version": "1.28.3",
"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.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engines": {
"node": ">=14"
Expand All @@ -33,7 +33,7 @@
]
},
"dependencies": {
"@percy/cli-command": "1.28.3-beta.1",
"@percy/cli-exec": "1.28.3-beta.1"
"@percy/cli-command": "1.28.3",
"@percy/cli-exec": "1.28.3"
}
}
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.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engines": {
"node": ">=14"
Expand All @@ -33,6 +33,6 @@
]
},
"dependencies": {
"@percy/cli-command": "1.28.3-beta.1"
"@percy/cli-command": "1.28.3"
}
}
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.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"files": [
"dist",
Expand All @@ -36,8 +36,8 @@
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"@percy/config": "1.28.3-beta.1",
"@percy/core": "1.28.3-beta.1",
"@percy/logger": "1.28.3-beta.1"
"@percy/config": "1.28.3",
"@percy/core": "1.28.3",
"@percy/logger": "1.28.3"
}
}
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.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engines": {
"node": ">=14"
Expand All @@ -33,6 +33,6 @@
]
},
"dependencies": {
"@percy/cli-command": "1.28.3-beta.1"
"@percy/cli-command": "1.28.3"
}
}
6 changes: 3 additions & 3 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.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engines": {
"node": ">=14"
Expand All @@ -33,7 +33,7 @@
]
},
"dependencies": {
"@percy/cli-command": "1.28.3-beta.1",
"@percy/cli-command": "1.28.3",
"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.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engines": {
"node": ">=14"
Expand All @@ -33,7 +33,7 @@
]
},
"dependencies": {
"@percy/cli-command": "1.28.3-beta.1",
"@percy/cli-command": "1.28.3",
"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.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engines": {
"node": ">=14"
Expand All @@ -33,7 +33,7 @@
]
},
"dependencies": {
"@percy/cli-command": "1.28.3-beta.1",
"@percy/cli-command": "1.28.3",
"fast-glob": "^3.2.11",
"image-size": "^1.0.0"
}
Expand Down
22 changes: 11 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/cli",
"version": "1.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"files": [
"bin",
Expand All @@ -31,14 +31,14 @@
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"@percy/cli-app": "1.28.3-beta.1",
"@percy/cli-build": "1.28.3-beta.1",
"@percy/cli-command": "1.28.3-beta.1",
"@percy/cli-config": "1.28.3-beta.1",
"@percy/cli-exec": "1.28.3-beta.1",
"@percy/cli-snapshot": "1.28.3-beta.1",
"@percy/cli-upload": "1.28.3-beta.1",
"@percy/client": "1.28.3-beta.1",
"@percy/logger": "1.28.3-beta.1"
"@percy/cli-app": "1.28.3",
"@percy/cli-build": "1.28.3",
"@percy/cli-command": "1.28.3",
"@percy/cli-config": "1.28.3",
"@percy/cli-exec": "1.28.3",
"@percy/cli-snapshot": "1.28.3",
"@percy/cli-upload": "1.28.3",
"@percy/client": "1.28.3",
"@percy/logger": "1.28.3"
}
}
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.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engines": {
"node": ">=14"
Expand All @@ -32,8 +32,8 @@
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"pako": "^2.1.0",
"@percy/env": "1.28.3-beta.1",
"@percy/logger": "1.28.3-beta.1"
"@percy/env": "1.28.3",
"@percy/logger": "1.28.3",
"pako": "^2.1.0"
}
}
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.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engines": {
"node": ">=14"
Expand Down Expand Up @@ -38,7 +38,7 @@
"test:types": "tsd"
},
"dependencies": {
"@percy/logger": "1.28.3-beta.1",
"@percy/logger": "1.28.3",
"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.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engines": {
"node": ">=14"
Expand Down Expand Up @@ -43,20 +43,20 @@
"test:types": "tsd"
},
"dependencies": {
"@percy/client": "1.28.3-beta.1",
"@percy/config": "1.28.3-beta.1",
"@percy/dom": "1.28.3-beta.1",
"@percy/logger": "1.28.3-beta.1",
"@percy/webdriver-utils": "1.28.3-beta.1",
"@percy/client": "1.28.3",
"@percy/config": "1.28.3",
"@percy/dom": "1.28.3",
"@percy/logger": "1.28.3",
"@percy/webdriver-utils": "1.28.3",
"content-disposition": "^0.5.4",
"cross-spawn": "^7.0.3",
"extract-zip": "^2.0.1",
"fast-glob": "^3.2.11",
"micromatch": "^4.0.4",
"mime-types": "^2.1.34",
"pako": "^2.1.0",
"path-to-regexp": "^6.2.0",
"rimraf": "^3.0.2",
"ws": "^8.0.0",
"pako": "^2.1.0"
"ws": "^8.0.0"
}
}
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.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"main": "dist/bundle.js",
"browser": "dist/bundle.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/env",
"version": "1.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engines": {
"node": ">=14"
Expand All @@ -32,6 +32,6 @@
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"@percy/logger": "1.28.3-beta.1"
"@percy/logger": "1.28.3"
}
}
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@percy/logger",
"version": "1.28.3-beta.1",
"version": "1.28.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,7 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 5d41045

Please sign in to comment.