Skip to content

Commit

Permalink
Bump version to: 7.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Jul 24, 2019
1 parent cd7592f commit 71c0bfc
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.2.1",
"version": "7.2.2",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "auto",
"bin": "dist/bin/auto.js",
"description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels",
"version": "7.2.1",
"version": "7.2.2",
"author": {
"name": "Andrew Lisowski",
"email": "[email protected]"
Expand Down Expand Up @@ -41,9 +41,9 @@
"gzip": "ls binary/auto* | xargs gzip"
},
"dependencies": {
"@auto-it/core": "^7.2.1",
"@auto-it/npm": "^7.2.1",
"@auto-it/released": "^7.2.1",
"@auto-it/core": "^7.2.2",
"@auto-it/npm": "^7.2.2",
"@auto-it/released": "^7.2.2",
"chalk": "^2.4.2",
"command-line-args": "^5.1.1",
"command-line-usage": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/core",
"version": "7.2.1",
"version": "7.2.2",
"description": "Node API for using auto.",
"main": "dist/auto.js",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/chrome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/chrome",
"version": "7.2.1",
"version": "7.2.2",
"main": "dist/index.js",
"description": "Chrome publishing plugin for auto",
"author": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "jest --maxWorkers=2 --config ../../package.json"
},
"dependencies": {
"@auto-it/core": "^7.2.1",
"@auto-it/core": "^7.2.2",
"chrome-webstore-upload-cli": "^1.2.0",
"semver": "^6.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/conventional-commits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/conventional-commits",
"version": "7.2.1",
"version": "7.2.2",
"main": "dist/index.js",
"description": "Conventional commit plugin for auto",
"author": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "jest --maxWorkers=2 --config ../../package.json"
},
"dependencies": {
"@auto-it/core": "^7.2.1",
"@auto-it/core": "^7.2.2",
"parse-commit-message": "4.0.0"
}
}
2 changes: 1 addition & 1 deletion plugins/git-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/git-tag",
"version": "7.2.1",
"version": "7.2.2",
"main": "dist/index.js",
"description": "Manage your projects version through just a git tag",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/jira/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/jira",
"version": "7.2.1",
"version": "7.2.2",
"main": "dist/index.js",
"description": "Jira plugin for auto",
"author": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "jest --maxWorkers=2 --config ../../package.json"
},
"dependencies": {
"@auto-it/core": "^7.2.1",
"@auto-it/core": "^7.2.2",
"url-join": "^4.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/npm",
"version": "7.2.1",
"version": "7.2.2",
"main": "dist/index.js",
"description": "NPM publishing plugin for auto",
"author": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "jest --maxWorkers=2 --config ../../package.json"
},
"dependencies": {
"@auto-it/core": "^7.2.1",
"@auto-it/core": "^7.2.2",
"env-ci": "^3.2.0",
"get-monorepo-packages": "^1.1.0",
"parse-author": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/omit-commits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/omit-commits",
"version": "7.2.1",
"version": "7.2.2",
"main": "dist/index.js",
"description": "Omit commits plugin for auto",
"author": {
Expand Down Expand Up @@ -37,6 +37,6 @@
"test": "jest --maxWorkers=2 --config ../../package.json"
},
"dependencies": {
"@auto-it/core": "^7.2.1"
"@auto-it/core": "^7.2.2"
}
}
4 changes: 2 additions & 2 deletions plugins/omit-release-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/omit-release-notes",
"version": "7.2.1",
"version": "7.2.2",
"main": "dist/index.js",
"description": "Omit release notes plugin for auto",
"author": {
Expand Down Expand Up @@ -37,6 +37,6 @@
"test": "jest --maxWorkers=2 --config ../../package.json"
},
"dependencies": {
"@auto-it/core": "^7.2.1"
"@auto-it/core": "^7.2.2"
}
}
4 changes: 2 additions & 2 deletions plugins/released/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/released",
"version": "7.2.1",
"version": "7.2.2",
"main": "dist/index.js",
"description": "Released plugin for auto. Comments with version + extra",
"author": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "jest --maxWorkers=2 --config ../../package.json"
},
"dependencies": {
"@auto-it/core": "^7.2.1",
"@auto-it/core": "^7.2.2",
"deepmerge": "^3.2.0"
}
}
4 changes: 2 additions & 2 deletions plugins/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/slack",
"version": "7.2.1",
"version": "7.2.2",
"main": "dist/index.js",
"description": "Slack plugin for auto",
"author": {
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@atomist/slack-messages": "~1.1.0",
"@auto-it/core": "^7.2.1",
"@auto-it/core": "^7.2.2",
"node-fetch": "2.5.0",
"url-join": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/twitter",
"version": "7.2.1",
"version": "7.2.2",
"main": "dist/index.js",
"description": "Twitter plugin for auto",
"author": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "jest --maxWorkers=2 --config ../../package.json"
},
"dependencies": {
"@auto-it/core": "^7.2.1",
"@auto-it/core": "^7.2.2",
"@types/twitter-text": "^2.0.0",
"dedent": "^0.7.0",
"semver": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/upload-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/upload-assets",
"version": "7.2.1",
"version": "7.2.2",
"main": "dist/index.js",
"description": "Upload assets plugin for auto",
"author": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "jest --maxWorkers=2 --config ../../package.json"
},
"dependencies": {
"@auto-it/core": "^7.2.1",
"@auto-it/core": "^7.2.2",
"dedent": "^0.7.0",
"file-type": "^11.0.0"
},
Expand Down

0 comments on commit 71c0bfc

Please sign in to comment.