Skip to content

Commit

Permalink
Bumping versions to 4.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Feb 19, 2024
1 parent 77dd725 commit 7ce5ca8
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 14 deletions.
5 changes: 5 additions & 0 deletions dotnet/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v4.18.1
======

* Add CDP for Chrome 122 and remove 119

v4.18.0
======

Expand Down
2 changes: 1 addition & 1 deletion dotnet/selenium-dotnet-version.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BUILD FILE SYNTAX: STARLARK

SE_VERSION = "4.18.0"
SE_VERSION = "4.18.1"
ASSEMBLY_VERSION = "4.0.0.0"
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]

Expand Down
5 changes: 5 additions & 0 deletions java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v4.18.1
======

* Add CDP for Chrome 122 and remove 119

v4.18.0
======

Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SE_VERSION = "4.18.0"
SE_VERSION = "4.18.1"
TOOLS_JAVA_VERSION = "17"
4 changes: 4 additions & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.18.1

* Add CDP for Chrome 122 and remove 119

## 4.18.0

* Fix running the casting related methods in chromium (#13479)
Expand Down
4 changes: 2 additions & 2 deletions javascript/node/selenium-webdriver/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-webdriver",
"version": "4.18.0",
"version": "4.18.1",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"license": "Apache-2.0",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ compile_pip_requirements(
],
)

SE_VERSION = "4.18.0"
SE_VERSION = "4.18.1"

BROWSER_VERSIONS = [
"v85",
Expand Down
4 changes: 4 additions & 0 deletions py/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Selenium 4.18.1

* Add CDP for Chrome 122 and remove 119

Selenium 4.18.0

* Update linting dependencies
Expand Down
2 changes: 1 addition & 1 deletion py/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# The short X.Y version.
version = '4.18'
# The full version, including alpha/beta/rc tags.
release = '4.18.0'
release = '4.18.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion py/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.


__version__ = "4.18.0"
__version__ = "4.18.1"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from .wpewebkit.service import Service as WPEWebKitService # noqa
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa

__version__ = "4.18.0"
__version__ = "4.18.1"

# We need an explicit __all__ because the above won't otherwise be exported.
__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
setup_args = {
'cmdclass': {'install': install},
'name': 'selenium',
'version': "4.18.0",
'version': "4.18.1",
'license': 'Apache 2.0',
'description': 'Python bindings for Selenium',
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
Expand Down
5 changes: 5 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.18.1 (2024-02-19)
=========================

* Add CDP for Chrome 122 and remove 119

4.18.0 (2024-02-19)
=========================

Expand Down
11 changes: 8 additions & 3 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
selenium-devtools (0.122.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.18.0)
selenium-webdriver (4.18.1)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -50,9 +50,11 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
io-console (0.7.2-java)
irb (1.11.2)
rdoc
reline (>= 0.4.2)
jar-dependencies (0.4.1)
json (2.7.1)
json (2.7.1-java)
language_server-protocol (3.17.0.3)
Expand All @@ -68,6 +70,8 @@ GEM
racc
psych (5.1.2)
stringio
psych (5.1.2-java)
jar-dependencies (>= 0.1.7)
public_suffix (5.0.4)
racc (1.7.3)
racc (1.7.3-java)
Expand Down Expand Up @@ -144,12 +148,13 @@ GEM
terminal-table (>= 2, < 4)
stringio (3.1.0)
strscan (3.1.0)
strscan (3.1.0-java)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
webmock (3.20.0)
webmock (3.21.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -182,4 +187,4 @@ DEPENDENCIES
yard (~> 0.9.11)

BUNDLED WITH
2.3.11
2.4.19
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module WebDriver
VERSION = '4.18.0'
VERSION = '4.18.1'
end # WebDriver
end # Selenium

0 comments on commit 7ce5ca8

Please sign in to comment.