Skip to content

Commit

Permalink
chore(release): v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taktakpeops committed Jun 10, 2020
1 parent 9574e1b commit a9e4d1f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"**/__mocks__/**",
".github/**"
],
"version": "2.0.1-alpha.5"
"version": "2.0.1"
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-browserstack",
"version": "2.0.1-alpha.5",
"version": "2.0.1",
"description": "an environment for using Browserstack with Jest",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,13 +34,13 @@
"author": "taktakpeops",
"license": "MIT",
"dependencies": {
"@jest-environment-browserstack/plugins": "2.0.1-alpha.5",
"@jest-environment-browserstack/plugins": "2.0.1",
"@jest/types": "~25.2.0",
"browserstack-local": "~1.4.5",
"jest-environment-node": "~25.2.0"
},
"devDependencies": {
"@jest-environment-browserstack/selenium-webdriver": "2.0.1-alpha.5",
"@jest-environment-browserstack/selenium-webdriver": "2.0.1",
"@types/jest": "~25.1.4",
"@types/node": "~12.12.31",
"@types/selenium-webdriver": "~4.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest-environment-browserstack/plugins",
"version": "2.0.1-alpha.5",
"version": "2.0.1",
"description": "an environment for using Browserstack with Jest",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest-environment-browserstack/selenium-webdriver",
"version": "2.0.1-alpha.5",
"version": "2.0.1",
"description": "an environment for using Browserstack with Jest",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"author": "taktakpeops",
"license": "MIT",
"dependencies": {
"@jest-environment-browserstack/plugins": "2.0.1-alpha.5",
"@jest-environment-browserstack/plugins": "2.0.1",
"@jest/types": "~25.2.0",
"@types/selenium-webdriver": "~4.0.9",
"selenium-webdriver": "~4.0.0-alpha.7"
Expand Down

0 comments on commit a9e4d1f

Please sign in to comment.