Skip to content

Commit

Permalink
🔖 Release 1.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj443 committed Dec 13, 2024
1 parent cc65870 commit f52f4d3
Show file tree
Hide file tree
Showing 17 changed files with 650 additions and 650 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.30.5-beta.2",
"version": "1.30.5",
"packages": [
"packages/*"
],
Expand Down
76 changes: 38 additions & 38 deletions packages/cli-app/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "@percy/cli-app",
"version": "1.30.5-beta.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/percy/cli",
"directory": "packages/cli-app"
},
"publishConfig": {
"access": "public",
"tag": "beta"
},
"engines": {
"node": ">=14"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"type": "module",
"exports": "./dist/index.js",
"scripts": {
"build": "node ../../scripts/build",
"lint": "eslint --ignore-path ../../.gitignore .",
"readme": "percy-cli-readme",
"test": "node ../../scripts/test",
"test:coverage": "yarn test --coverage"
},
"@percy/cli": {
"commands": [
"./dist/app.js"
]
},
"dependencies": {
"@percy/cli-command": "1.30.5-beta.2",
"@percy/cli-exec": "1.30.5-beta.2"
}
}
"name": "@percy/cli-app",
"version": "1.30.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/percy/cli",
"directory": "packages/cli-app"
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"engines": {
"node": ">=14"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"type": "module",
"exports": "./dist/index.js",
"scripts": {
"build": "node ../../scripts/build",
"lint": "eslint --ignore-path ../../.gitignore .",
"readme": "percy-cli-readme",
"test": "node ../../scripts/test",
"test:coverage": "yarn test --coverage"
},
"@percy/cli": {
"commands": [
"./dist/app.js"
]
},
"dependencies": {
"@percy/cli-command": "1.30.5",
"@percy/cli-exec": "1.30.5"
}
}
74 changes: 37 additions & 37 deletions packages/cli-build/package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "@percy/cli-build",
"version": "1.30.5-beta.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/percy/cli",
"directory": "packages/cli-build"
},
"publishConfig": {
"access": "public",
"tag": "beta"
},
"engines": {
"node": ">=14"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"type": "module",
"exports": "./dist/index.js",
"scripts": {
"build": "node ../../scripts/build",
"lint": "eslint --ignore-path ../../.gitignore .",
"readme": "percy-cli-readme",
"test": "node ../../scripts/test",
"test:coverage": "yarn test --coverage"
},
"@percy/cli": {
"commands": [
"./dist/build.js"
]
},
"dependencies": {
"@percy/cli-command": "1.30.5-beta.2"
}
}
"name": "@percy/cli-build",
"version": "1.30.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/percy/cli",
"directory": "packages/cli-build"
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"engines": {
"node": ">=14"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"type": "module",
"exports": "./dist/index.js",
"scripts": {
"build": "node ../../scripts/build",
"lint": "eslint --ignore-path ../../.gitignore .",
"readme": "percy-cli-readme",
"test": "node ../../scripts/test",
"test:coverage": "yarn test --coverage"
},
"@percy/cli": {
"commands": [
"./dist/build.js"
]
},
"dependencies": {
"@percy/cli-command": "1.30.5"
}
}
84 changes: 42 additions & 42 deletions packages/cli-command/package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"name": "@percy/cli-command",
"version": "1.30.5-beta.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/percy/cli",
"directory": "packages/cli-command"
},
"publishConfig": {
"access": "public",
"tag": "beta"
},
"files": [
"dist",
"test/helpers.js"
],
"engines": {
"node": ">=14"
},
"bin": {
"percy-cli-readme": "./bin/readme.js"
},
"main": "./dist/index.js",
"type": "module",
"exports": {
".": "./dist/index.js",
"./flags": "./dist/flags.js",
"./utils": "./dist/utils.js",
"./test/helpers": "./test/helpers.js"
},
"scripts": {
"build": "node ../../scripts/build",
"lint": "eslint --ignore-path ../../.gitignore .",
"test": "node ../../scripts/test",
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"@percy/config": "1.30.5-beta.2",
"@percy/core": "1.30.5-beta.2",
"@percy/logger": "1.30.5-beta.2"
}
}
"name": "@percy/cli-command",
"version": "1.30.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/percy/cli",
"directory": "packages/cli-command"
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"files": [
"dist",
"test/helpers.js"
],
"engines": {
"node": ">=14"
},
"bin": {
"percy-cli-readme": "./bin/readme.js"
},
"main": "./dist/index.js",
"type": "module",
"exports": {
".": "./dist/index.js",
"./flags": "./dist/flags.js",
"./utils": "./dist/utils.js",
"./test/helpers": "./test/helpers.js"
},
"scripts": {
"build": "node ../../scripts/build",
"lint": "eslint --ignore-path ../../.gitignore .",
"test": "node ../../scripts/test",
"test:coverage": "yarn test --coverage"
},
"dependencies": {
"@percy/config": "1.30.5",
"@percy/core": "1.30.5",
"@percy/logger": "1.30.5"
}
}
74 changes: 37 additions & 37 deletions packages/cli-config/package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "@percy/cli-config",
"version": "1.30.5-beta.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/percy/cli",
"directory": "packages/cli-config"
},
"publishConfig": {
"access": "public",
"tag": "beta"
},
"engines": {
"node": ">=14"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"type": "module",
"exports": "./dist/index.js",
"scripts": {
"build": "node ../../scripts/build",
"lint": "eslint --ignore-path ../../.gitignore .",
"readme": "percy-cli-readme",
"test": "node ../../scripts/test",
"test:coverage": "yarn test --coverage"
},
"@percy/cli": {
"commands": [
"./dist/config.js"
]
},
"dependencies": {
"@percy/cli-command": "1.30.5-beta.2"
}
}
"name": "@percy/cli-config",
"version": "1.30.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/percy/cli",
"directory": "packages/cli-config"
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"engines": {
"node": ">=14"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"type": "module",
"exports": "./dist/index.js",
"scripts": {
"build": "node ../../scripts/build",
"lint": "eslint --ignore-path ../../.gitignore .",
"readme": "percy-cli-readme",
"test": "node ../../scripts/test",
"test:coverage": "yarn test --coverage"
},
"@percy/cli": {
"commands": [
"./dist/config.js"
]
},
"dependencies": {
"@percy/cli-command": "1.30.5"
}
}
Loading

0 comments on commit f52f4d3

Please sign in to comment.