Skip to content

Commit

Permalink
v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Nov 10, 2017
1 parent 362bd88 commit 4eec4ed
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.2.0",
"version": "0.5.8",
"version": "0.5.9",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-gh-app-front/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "reg-gh-app-front",
"version": "0.5.6",
"version": "0.5.9",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-gh-app-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-gh-app-interface",
"version": "0.5.6",
"version": "0.5.9",
"description": "",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-gh-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "reg-gh-app",
"version": "0.5.6",
"version": "0.5.9",
"description": "",
"main": "dist/handler.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"graphql-tag": "^2.4.2",
"light-ts-loader": "^1.1.2",
"raw-loader": "^0.5.1",
"reg-gh-app-interface": "^0.5.6",
"reg-gh-app-interface": "^0.5.9",
"serverless": "^1.16.1",
"serverless-offline": "^3.14.2",
"serverless-webpack": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/reg-keygen-git-hash-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-keygen-git-hash-plugin",
"version": "0.5.8",
"version": "0.5.9",
"description": "Detect the snapshot key to be compare with using Git hash.",
"regSuitPlugin": {
"recommended": true
Expand All @@ -23,12 +23,12 @@
"repository": "git+https://github.com/reg-viz/reg-suit.git",
"license": "MIT",
"dependencies": {
"reg-suit-util": "^0.5.5"
"reg-suit-util": "^0.5.9"
},
"devDependencies": {
"ava": "^0.20.0",
"glob": "^7.1.2",
"reg-suit-interface": "^0.5.5",
"reg-suit-interface": "^0.5.9",
"rimraf": "^2.6.1",
"typescript": "~2.5.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/reg-notify-github-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-notify-github-plugin",
"version": "0.5.6",
"version": "0.5.9",
"description": "Notify reg-suit result to GitHub repository",
"regSuitPlugin": {
"recommended": true
Expand All @@ -24,13 +24,13 @@
"devDependencies": {
"@types/request-promise": "^4.1.35",
"ava": "^0.20.0",
"reg-gh-app-interface": "^0.5.6",
"reg-suit-interface": "^0.5.5",
"reg-gh-app-interface": "^0.5.9",
"reg-suit-interface": "^0.5.9",
"typescript": "~2.5.2"
},
"dependencies": {
"open": "^0.0.5",
"reg-suit-util": "^0.5.5",
"reg-suit-util": "^0.5.9",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"tiny-commit-walker": "^1.1.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/reg-notify-slack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-notify-slack-plugin",
"version": "0.5.6",
"version": "0.5.9",
"description": "Notify reg-suit result to Slack channel.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@types/request-promise": "^4.1.35",
"reg-gh-app-interface": "^0.5.6",
"reg-suit-interface": "^0.5.5",
"reg-gh-app-interface": "^0.5.9",
"reg-suit-interface": "^0.5.9",
"typescript": "~2.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/reg-publish-s3-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-publish-s3-plugin",
"version": "0.5.6",
"version": "0.5.9",
"description": "Fetch and publish snapshot images to AWS S3.",
"regSuitPlugin": {
"recommended": true
Expand Down Expand Up @@ -35,8 +35,8 @@
"@types/mime-types": "^2.1.0",
"@types/mkdirp": "^0.3.29",
"@types/uuid": "^3.0.0",
"reg-suit-interface": "^0.5.5",
"reg-suit-util": "^0.5.5",
"reg-suit-interface": "^0.5.9",
"reg-suit-util": "^0.5.9",
"rimraf": "^2.6.1",
"typescript": "~2.5.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-simple-keygen-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-simple-keygen-plugin",
"version": "0.5.5",
"version": "0.5.9",
"description": "Determine snapshot key with given values",
"main": "lib/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"repository": "git+https://github.com/reg-viz/reg-suit.git",
"license": "MIT",
"devDependencies": {
"reg-suit-interface": "^0.5.5",
"reg-suit-interface": "^0.5.9",
"typescript": "~2.5.2"
}
}
8 changes: 4 additions & 4 deletions packages/reg-suit-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-suit",
"version": "0.5.7",
"version": "0.5.9",
"description": "",
"bin": {
"reg-suit": "lib/cli.js"
Expand All @@ -26,14 +26,14 @@
"dependencies": {
"cp-file": "^4.2.0",
"inquirer": "^3.1.1",
"reg-suit-core": "^0.5.7",
"reg-suit-util": "^0.5.5",
"reg-suit-core": "^0.5.9",
"reg-suit-util": "^0.5.9",
"yargs": "^8.0.2"
},
"devDependencies": {
"@types/inquirer": "^0.0.35",
"@types/yargs": "^8.0.0",
"reg-suit-interface": "^0.5.5",
"reg-suit-interface": "^0.5.9",
"typescript": "~2.5.2"
}
}
18 changes: 9 additions & 9 deletions packages/reg-suit-core-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "reg-suit-core-testing",
"version": "0.5.8",
"version": "0.5.9",
"private": true,
"scripts": {
"test": "echo \"T.B.D.\""
},
"dependencies": {
"reg-notify-github-plugin": "^0.5.6",
"reg-notify-slack-plugin": "^0.5.6",
"reg-publish-s3-plugin": "^0.5.6",
"reg-simple-keygen-plugin": "^0.5.5",
"reg-suit-core": "^0.5.7"
"reg-notify-github-plugin": "^0.5.9",
"reg-notify-slack-plugin": "^0.5.9",
"reg-publish-s3-plugin": "^0.5.9",
"reg-simple-keygen-plugin": "^0.5.9",
"reg-suit-core": "^0.5.9"
},
"devDependencies": {
"reg-keygen-git-hash-plugin": "^0.5.8",
"reg-suit": "^0.5.7",
"reg-suit-interface": "^0.5.5",
"reg-keygen-git-hash-plugin": "^0.5.9",
"reg-suit": "^0.5.9",
"reg-suit-interface": "^0.5.9",
"typescript": "~2.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/reg-suit-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-suit-core",
"version": "0.5.7",
"version": "0.5.9",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -21,12 +21,12 @@
"dependencies": {
"cpx": "^1.5.0",
"reg-cli": "^0.9.0",
"reg-suit-util": "^0.5.5",
"reg-suit-util": "^0.5.9",
"rimraf": "^2.6.1"
},
"devDependencies": {
"ava": "^0.20.0",
"reg-suit-interface": "^0.5.5",
"reg-suit-interface": "^0.5.9",
"typescript": "~2.5.2"
},
"ava": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reg-suit-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-suit-interface",
"version": "0.5.5",
"version": "0.5.9",
"description": "",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions packages/reg-suit-toppage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "reg-suit-toppage",
"version": "0.5.8",
"version": "0.5.9",
"description": "",
"scripts": {
"test": "npm run screenshot",
Expand Down Expand Up @@ -36,10 +36,10 @@
"nightmare": "^2.10.0",
"node-sass": "^4.5.3",
"postcss-cli": "^4.1.0",
"reg-keygen-git-hash-plugin": "^0.5.8",
"reg-notify-github-plugin": "^0.5.6",
"reg-publish-s3-plugin": "^0.5.6",
"reg-suit": "^0.5.7",
"reg-suit-core": "^0.5.7"
"reg-keygen-git-hash-plugin": "^0.5.9",
"reg-notify-github-plugin": "^0.5.9",
"reg-publish-s3-plugin": "^0.5.9",
"reg-suit": "^0.5.9",
"reg-suit-core": "^0.5.9"
}
}
4 changes: 2 additions & 2 deletions packages/reg-suit-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-suit-util",
"version": "0.5.5",
"version": "0.5.9",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"devDependencies": {
"@types/chalk": "^0.4.31",
"reg-suit-interface": "^0.5.5",
"reg-suit-interface": "^0.5.9",
"typescript": "~2.5.2"
},
"dependencies": {
Expand Down

0 comments on commit 4eec4ed

Please sign in to comment.