Skip to content

Commit 4f08c28

Browse files
Release v1.30.6 (#1835)
1 parent 31c3cd9 commit 4f08c28

File tree

17 files changed

+64
-64
lines changed

17 files changed

+64
-64
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.30.6-beta.0",
2+
"version": "1.30.6",
33
"packages": [
44
"packages/*"
55
],

packages/cli-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@percy/cli-app",
3-
"version": "1.30.6-beta.0",
3+
"version": "1.30.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -9,7 +9,7 @@
99
},
1010
"publishConfig": {
1111
"access": "public",
12-
"tag": "beta"
12+
"tag": "latest"
1313
},
1414
"engines": {
1515
"node": ">=14"
@@ -33,7 +33,7 @@
3333
]
3434
},
3535
"dependencies": {
36-
"@percy/cli-command": "1.30.6-beta.0",
37-
"@percy/cli-exec": "1.30.6-beta.0"
36+
"@percy/cli-command": "1.30.6",
37+
"@percy/cli-exec": "1.30.6"
3838
}
3939
}

packages/cli-build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@percy/cli-build",
3-
"version": "1.30.6-beta.0",
3+
"version": "1.30.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -9,7 +9,7 @@
99
},
1010
"publishConfig": {
1111
"access": "public",
12-
"tag": "beta"
12+
"tag": "latest"
1313
},
1414
"engines": {
1515
"node": ">=14"
@@ -33,6 +33,6 @@
3333
]
3434
},
3535
"dependencies": {
36-
"@percy/cli-command": "1.30.6-beta.0"
36+
"@percy/cli-command": "1.30.6"
3737
}
3838
}

packages/cli-command/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@percy/cli-command",
3-
"version": "1.30.6-beta.0",
3+
"version": "1.30.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -9,7 +9,7 @@
99
},
1010
"publishConfig": {
1111
"access": "public",
12-
"tag": "beta"
12+
"tag": "latest"
1313
},
1414
"files": [
1515
"dist",
@@ -36,8 +36,8 @@
3636
"test:coverage": "yarn test --coverage"
3737
},
3838
"dependencies": {
39-
"@percy/config": "1.30.6-beta.0",
40-
"@percy/core": "1.30.6-beta.0",
41-
"@percy/logger": "1.30.6-beta.0"
39+
"@percy/config": "1.30.6",
40+
"@percy/core": "1.30.6",
41+
"@percy/logger": "1.30.6"
4242
}
4343
}

packages/cli-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@percy/cli-config",
3-
"version": "1.30.6-beta.0",
3+
"version": "1.30.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -9,7 +9,7 @@
99
},
1010
"publishConfig": {
1111
"access": "public",
12-
"tag": "beta"
12+
"tag": "latest"
1313
},
1414
"engines": {
1515
"node": ">=14"
@@ -33,6 +33,6 @@
3333
]
3434
},
3535
"dependencies": {
36-
"@percy/cli-command": "1.30.6-beta.0"
36+
"@percy/cli-command": "1.30.6"
3737
}
3838
}

packages/cli-exec/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@percy/cli-exec",
3-
"version": "1.30.6-beta.0",
3+
"version": "1.30.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -9,7 +9,7 @@
99
},
1010
"publishConfig": {
1111
"access": "public",
12-
"tag": "beta"
12+
"tag": "latest"
1313
},
1414
"engines": {
1515
"node": ">=14"
@@ -33,8 +33,8 @@
3333
]
3434
},
3535
"dependencies": {
36-
"@percy/cli-command": "1.30.6-beta.0",
37-
"@percy/logger": "1.30.6-beta.0",
36+
"@percy/cli-command": "1.30.6",
37+
"@percy/logger": "1.30.6",
3838
"cross-spawn": "^7.0.3",
3939
"which": "^2.0.2"
4040
}

packages/cli-snapshot/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@percy/cli-snapshot",
3-
"version": "1.30.6-beta.0",
3+
"version": "1.30.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -9,7 +9,7 @@
99
},
1010
"publishConfig": {
1111
"access": "public",
12-
"tag": "beta"
12+
"tag": "latest"
1313
},
1414
"engines": {
1515
"node": ">=14"
@@ -33,7 +33,7 @@
3333
]
3434
},
3535
"dependencies": {
36-
"@percy/cli-command": "1.30.6-beta.0",
36+
"@percy/cli-command": "1.30.6",
3737
"yaml": "^2.0.0"
3838
}
3939
}

packages/cli-upload/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@percy/cli-upload",
3-
"version": "1.30.6-beta.0",
3+
"version": "1.30.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -9,7 +9,7 @@
99
},
1010
"publishConfig": {
1111
"access": "public",
12-
"tag": "beta"
12+
"tag": "latest"
1313
},
1414
"engines": {
1515
"node": ">=14"
@@ -33,7 +33,7 @@
3333
]
3434
},
3535
"dependencies": {
36-
"@percy/cli-command": "1.30.6-beta.0",
36+
"@percy/cli-command": "1.30.6",
3737
"fast-glob": "^3.2.11",
3838
"image-size": "^1.0.0"
3939
}

packages/cli/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@percy/cli",
3-
"version": "1.30.6-beta.0",
3+
"version": "1.30.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -9,7 +9,7 @@
99
},
1010
"publishConfig": {
1111
"access": "public",
12-
"tag": "beta"
12+
"tag": "latest"
1313
},
1414
"files": [
1515
"bin",
@@ -31,14 +31,14 @@
3131
"test:coverage": "yarn test --coverage"
3232
},
3333
"dependencies": {
34-
"@percy/cli-app": "1.30.6-beta.0",
35-
"@percy/cli-build": "1.30.6-beta.0",
36-
"@percy/cli-command": "1.30.6-beta.0",
37-
"@percy/cli-config": "1.30.6-beta.0",
38-
"@percy/cli-exec": "1.30.6-beta.0",
39-
"@percy/cli-snapshot": "1.30.6-beta.0",
40-
"@percy/cli-upload": "1.30.6-beta.0",
41-
"@percy/client": "1.30.6-beta.0",
42-
"@percy/logger": "1.30.6-beta.0"
34+
"@percy/cli-app": "1.30.6",
35+
"@percy/cli-build": "1.30.6",
36+
"@percy/cli-command": "1.30.6",
37+
"@percy/cli-config": "1.30.6",
38+
"@percy/cli-exec": "1.30.6",
39+
"@percy/cli-snapshot": "1.30.6",
40+
"@percy/cli-upload": "1.30.6",
41+
"@percy/client": "1.30.6",
42+
"@percy/logger": "1.30.6"
4343
}
4444
}

packages/client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@percy/client",
3-
"version": "1.30.6-beta.0",
3+
"version": "1.30.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -9,7 +9,7 @@
99
},
1010
"publishConfig": {
1111
"access": "public",
12-
"tag": "beta"
12+
"tag": "latest"
1313
},
1414
"engines": {
1515
"node": ">=14"
@@ -33,8 +33,8 @@
3333
"test:coverage": "yarn test --coverage"
3434
},
3535
"dependencies": {
36-
"@percy/env": "1.30.6-beta.0",
37-
"@percy/logger": "1.30.6-beta.0",
36+
"@percy/env": "1.30.6",
37+
"@percy/logger": "1.30.6",
3838
"pako": "^2.1.0"
3939
}
4040
}

0 commit comments

Comments
 (0)