Skip to content

Commit

Permalink
v3.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
corevo committed Mar 10, 2019
1 parent 478d205 commit 5ff06da
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "3.5.9",
"version": "3.5.10",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/browser-webdriver/package.json
@@ -1,6 +1,6 @@
{
"name": "browser-webdriver",
"version": "3.5.9",
"version": "3.5.10",
"main": "build/webdriver.js",
"repository": "https://github.com/SeleniumHQ/selenium-ide",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/selenium-ide/package.json
@@ -1,6 +1,6 @@
{
"name": "selenium-ide-extension",
"version": "3.5.9",
"version": "3.5.10",
"description": "An integrated development environment for Selenium scripts",
"license": "Apache-2.0",
"private": true,
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@medv/finder": "^1.1.1",
"browser-webdriver": "^3.5.9",
"browser-webdriver": "^3.5.10",
"classnames": "^2.2.5",
"fuse.js": "^3.3.0",
"google-closure-library": "^20170521.0.0",
Expand Down Expand Up @@ -75,7 +75,7 @@
"react-transition-group": "^2.2.1",
"resolve-url": "^0.2.1",
"scroll-into-view-if-needed": "2",
"selianize": "^3.5.9",
"selianize": "^3.5.10",
"string-natural-compare": "^2.0.2",
"styled-components": "^2.1.2",
"ua-parser-js": "^0.7.17",
Expand Down
4 changes: 2 additions & 2 deletions packages/selenium-ide/src/manifest.json
Expand Up @@ -2,8 +2,8 @@
"description": "Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver.",
"manifest_version": 2,
"name": "Selenium IDE",
"version": "3.5.9",
"version_name": "3.5.9",
"version": "3.5.10",
"version_name": "3.5.10",
"homepage_url": "https://github.com/SeleniumHQ/selenium-ide",
"icons": {
"16": "icons/icon16.png",
Expand Down
4 changes: 2 additions & 2 deletions packages/selenium-side-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "selenium-side-runner",
"version": "3.5.9",
"version": "3.5.10",
"description": "Run Selenium IDE projects in cli",
"repository": "https://github.com/SeleniumHQ/selenium-ide",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"js-yaml": "^3.10.0",
"rimraf": "^2.6.2",
"selenium-webdriver": "4.0.0-alpha.1",
"selianize": "^3.5.9",
"selianize": "^3.5.10",
"semver": "^5.5.1",
"winston": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/selianize/package.json
@@ -1,6 +1,6 @@
{
"name": "selianize",
"version": "3.5.9",
"version": "3.5.10",
"description": "Export Selenium IDE projects into javascript",
"repository": "https://github.com/SeleniumHQ/selenium-ide",
"main": "dist/selianize.cjs.js",
Expand Down

0 comments on commit 5ff06da

Please sign in to comment.