Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
corevo committed Sep 2, 2018
1 parent 524df11 commit 917ff1a
Show file tree
Hide file tree
Showing 5 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 @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "3.3.0",
"version": "3.3.1",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/selenium-ide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-ide-extension",
"version": "3.3.0",
"version": "3.3.1",
"description": "An integrated development environment for Selenium scripts",
"license": "Apache-2.0",
"private": true,
Expand Down Expand Up @@ -72,7 +72,7 @@
"react-tooltip": "^3.4.0",
"react-transition-group": "^2.2.1",
"scroll-into-view-if-needed": "^1.4.0",
"selianize": "^3.3.0",
"selianize": "^3.3.1",
"string-natural-compare": "^2.0.2",
"styled-components": "^2.1.2",
"ua-parser-js": "^0.7.17",
Expand Down
6 changes: 3 additions & 3 deletions packages/selenium-ide/src/manifest.json
Original file line number Diff line number Diff line change
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.3.0",
"version_name": "3.3.0",
"version": "3.3.1",
"version_name": "3.3.1",
"homepage_url": "https://github.com/SeleniumHQ/selenium-ide",
"icons": {
"16": "icons/icon16.png",
Expand Down Expand Up @@ -66,4 +66,4 @@
"assets/background.js"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/selenium-side-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-side-runner",
"version": "3.3.0",
"version": "3.3.1",
"description": "Run Selenium IDE projects in cli",
"repository": "https://github.com/SeleniumHQ/selenium-ide",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"js-yaml": "^3.10.0",
"rimraf": "^2.6.2",
"selenium-webdriver": "^3.6.0",
"selianize": "^3.3.0",
"selianize": "^3.3.1",
"semver": "^5.5.1",
"winston": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/selianize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selianize",
"version": "3.3.0",
"version": "3.3.1",
"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 917ff1a

Please sign in to comment.