Skip to content

Commit a7685a9

Browse files
chore(main): release chromium-bidi 7.0.0 (#3525)
🤖 I have created a release *beep* *boop* --- ## [7.0.0](chromium-bidi-v6.1.0...chromium-bidi-v7.0.0) (2025-06-27) ### ⚠ BREAKING CHANGES * **chrome:** update the pinned browser version to 140.0.7259.0 ([#3524](#3524)) ### Features * **chrome:** update the pinned browser version to 140.0.7259.0 ([#3524](#3524)) ([784add0](784add0)) * implement `emulation.setLocaleOverride` ([#3425](#3425)) ([8cefe61](8cefe61)) * support `emulation.setScreenOrientationOverride` ([#3439](#3439)) ([0b17774](0b17774)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Maksim Sadym <[email protected]>
1 parent e5723af commit a7685a9

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.1.0"
2+
".": "7.0.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [7.0.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v6.1.0...chromium-bidi-v7.0.0) (2025-06-27)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **chrome:** update the pinned browser version to 140.0.7259.0 ([#3524](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3524))
11+
12+
### Features
13+
14+
* **chrome:** update the pinned browser version to 140.0.7259.0 ([#3524](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3524)) ([784add0](https://github.com/GoogleChromeLabs/chromium-bidi/commit/784add0cce2dc8756763e9a9d0ef54c28627e092))
15+
* implement `emulation.setLocaleOverride` ([#3425](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3425)) ([8cefe61](https://github.com/GoogleChromeLabs/chromium-bidi/commit/8cefe61e51ee9d706d38dea61c18740225b93bae))
16+
* support `emulation.setScreenOrientationOverride` ([#3439](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3439)) ([0b17774](https://github.com/GoogleChromeLabs/chromium-bidi/commit/0b177749a66e0fe5b9c395d0a05199ae4c246eb1))
17+
518
## [6.1.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v6.0.0...chromium-bidi-v6.1.0) (2025-06-25)
619

720

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chromium-bidi",
3-
"version": "6.1.0",
3+
"version": "7.0.0",
44
"description": "An implementation of the WebDriver BiDi protocol for Chromium implemented as a JavaScript layer translating between BiDi and CDP, running inside a Chrome tab.",
55
"scripts": {
66
"build": "wireit",

0 commit comments

Comments
 (0)