Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthecat committed Jul 12, 2018
1 parent 8ab919b commit 65b8da7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
]
}
},
"version": "0.2.0"
"version": "0.2.1"
}
2 changes: 1 addition & 1 deletion packages/testring-browser-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/browser-proxy",
"version": "0.2.0",
"version": "0.2.1",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/testring-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/cli",
"version": "0.2.0",
"version": "0.2.1",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand All @@ -10,7 +10,7 @@
"author": "RingCentral",
"license": "MIT",
"dependencies": {
"@testring/browser-proxy": "^0.2.0",
"@testring/browser-proxy": "^0.2.1",
"@testring/cli-config": "^0.2.0",
"@testring/logger": "^0.2.0",
"@testring/plugin-api": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/testring-e2e-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@testring/e2e-test-app",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"main": "./dist/index.js",
"repository": {
"type": "git",
Expand All @@ -20,6 +20,6 @@
"@testring/plugin-selenium-driver": "^0.2.0",
"babel-preset-es2015": "^6.24.1",
"selenium-server": "^3.13.0",
"testring": "^0.2.0"
"testring": "^0.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/testring-http-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testring/http-api",
"version": "0.2.0",
"version": "0.2.1",
"main": "./dist/index.js",
"types": "./src/index.ts",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/testring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testring",
"version": "0.2.0",
"version": "0.2.1",
"main": "./dist/index.js",
"types": "./src/index.ts",
"bin": {
Expand All @@ -14,6 +14,6 @@
"license": "MIT",
"dependencies": {
"@testring/api": "^0.2.0",
"@testring/cli": "^0.2.0"
"@testring/cli": "^0.2.1"
}
}

0 comments on commit 65b8da7

Please sign in to comment.