Skip to content

Commit 7ce5ca8

Browse files
committed
Bumping versions to 4.18.1
1 parent 77dd725 commit 7ce5ca8

File tree

16 files changed

+42
-14
lines changed

16 files changed

+42
-14
lines changed

dotnet/CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v4.18.1
2+
======
3+
4+
* Add CDP for Chrome 122 and remove 119
5+
16
v4.18.0
27
======
38

dotnet/selenium-dotnet-version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: STARLARK
22

3-
SE_VERSION = "4.18.0"
3+
SE_VERSION = "4.18.1"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]
66

java/CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v4.18.1
2+
======
3+
4+
* Add CDP for Chrome 122 and remove 119
5+
16
v4.18.0
27
======
38

java/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SE_VERSION = "4.18.0"
1+
SE_VERSION = "4.18.1"
22
TOOLS_JAVA_VERSION = "17"

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.18.1
2+
3+
* Add CDP for Chrome 122 and remove 119
4+
15
## 4.18.0
26

37
* Fix running the casting related methods in chromium (#13479)

javascript/node/selenium-webdriver/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/node/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "4.18.0",
3+
"version": "4.18.1",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ compile_pip_requirements(
3636
],
3737
)
3838

39-
SE_VERSION = "4.18.0"
39+
SE_VERSION = "4.18.1"
4040

4141
BROWSER_VERSIONS = [
4242
"v85",

py/CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Selenium 4.18.1
2+
3+
* Add CDP for Chrome 122 and remove 119
4+
15
Selenium 4.18.0
26

37
* Update linting dependencies

py/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '4.18'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '4.18.0'
61+
release = '4.18.1'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

py/selenium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717

1818

19-
__version__ = "4.18.0"
19+
__version__ = "4.18.1"

py/selenium/webdriver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
from .wpewebkit.service import Service as WPEWebKitService # noqa
4545
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa
4646

47-
__version__ = "4.18.0"
47+
__version__ = "4.18.1"
4848

4949
# We need an explicit __all__ because the above won't otherwise be exported.
5050
__all__ = [

py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
setup_args = {
2828
'cmdclass': {'install': install},
2929
'name': 'selenium',
30-
'version': "4.18.0",
30+
'version': "4.18.1",
3131
'license': 'Apache 2.0',
3232
'description': 'Python bindings for Selenium',
3333
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),

rb/CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.18.1 (2024-02-19)
2+
=========================
3+
4+
* Add CDP for Chrome 122 and remove 119
5+
16
4.18.0 (2024-02-19)
27
=========================
38

rb/Gemfile.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.122.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.18.0)
6+
selenium-webdriver (4.18.1)
77
base64 (~> 0.2)
88
rexml (~> 3.2, >= 3.2.5)
99
rubyzip (>= 1.2.2, < 3.0)
@@ -50,9 +50,11 @@ GEM
5050
i18n (1.14.1)
5151
concurrent-ruby (~> 1.0)
5252
io-console (0.7.2)
53+
io-console (0.7.2-java)
5354
irb (1.11.2)
5455
rdoc
5556
reline (>= 0.4.2)
57+
jar-dependencies (0.4.1)
5658
json (2.7.1)
5759
json (2.7.1-java)
5860
language_server-protocol (3.17.0.3)
@@ -68,6 +70,8 @@ GEM
6870
racc
6971
psych (5.1.2)
7072
stringio
73+
psych (5.1.2-java)
74+
jar-dependencies (>= 0.1.7)
7175
public_suffix (5.0.4)
7276
racc (1.7.3)
7377
racc (1.7.3-java)
@@ -144,12 +148,13 @@ GEM
144148
terminal-table (>= 2, < 4)
145149
stringio (3.1.0)
146150
strscan (3.1.0)
151+
strscan (3.1.0-java)
147152
terminal-table (3.0.2)
148153
unicode-display_width (>= 1.1.1, < 3)
149154
tzinfo (2.0.6)
150155
concurrent-ruby (~> 1.0)
151156
unicode-display_width (2.5.0)
152-
webmock (3.20.0)
157+
webmock (3.21.0)
153158
addressable (>= 2.8.0)
154159
crack (>= 0.3.2)
155160
hashdiff (>= 0.4.0, < 2.0.0)
@@ -182,4 +187,4 @@ DEPENDENCIES
182187
yard (~> 0.9.11)
183188

184189
BUNDLED WITH
185-
2.3.11
190+
2.4.19

rb/lib/selenium/webdriver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.18.0'
22+
VERSION = '4.18.1'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)