Skip to content

Commit 77a3ab6

Browse files
committed
chore(release): v10.7.2
1 parent abaff5a commit 77a3ab6

File tree

20 files changed

+65
-25
lines changed

20 files changed

+65
-25
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.7.2](https://github.com/microlinkhq/browserless/compare/v10.7.1...v10.7.2) (2025-02-08)
7+
8+
**Note:** Version bump only for package browserless
9+
610
## [10.7.1](https://github.com/microlinkhq/browserless/compare/v10.7.0...v10.7.1) (2025-01-28)
711

812
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "10.7.1",
5+
"version": "10.7.2",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/browserless/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.7.2](https://github.com/microlinkhq/browserless/compare/v10.7.1...v10.7.2) (2025-02-08)
7+
8+
**Note:** Version bump only for package browserless
9+
610
## [10.7.1](https://github.com/microlinkhq/browserless/compare/v10.7.0...v10.7.1) (2025-01-28)
711

812
**Note:** Version bump only for package browserless

packages/browserless/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "browserless",
33
"description": "The headless Chrome/Chromium performance driver for Node.js",
44
"homepage": "https://browserless.js.org",
5-
"version": "10.7.1",
5+
"version": "10.7.2",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",
@@ -32,9 +32,9 @@
3232
],
3333
"dependencies": {
3434
"@browserless/errors": "^10.7.1",
35-
"@browserless/goto": "^10.7.0",
36-
"@browserless/pdf": "^10.7.0",
37-
"@browserless/screenshot": "^10.7.0",
35+
"@browserless/goto": "^10.7.2",
36+
"@browserless/pdf": "^10.7.2",
37+
"@browserless/screenshot": "^10.7.2",
3838
"debug-logfmt": "~1.2.3",
3939
"kill-process-group": "~1.0.11",
4040
"p-reflect": "~2.1.0",
@@ -44,7 +44,7 @@
4444
"superlock": "~1.2.2"
4545
},
4646
"devDependencies": {
47-
"@browserless/test": "^10.7.0",
47+
"@browserless/test": "^10.7.2",
4848
"ava": "5",
4949
"ps-list": "7",
5050
"tinyspawn": "latest"

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.7.2](https://github.com/microlinkhq/browserless/compare/v10.7.1...v10.7.2) (2025-02-08)
7+
8+
**Note:** Version bump only for package @browserless/cli
9+
610
## [10.7.1](https://github.com/microlinkhq/browserless/compare/v10.7.0...v10.7.1) (2025-01-28)
711

812
**Note:** Version bump only for package @browserless/cli

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/cli",
33
"description": "CLI to interact with Browserless capabilities",
44
"homepage": "https://browserless.js.org",
5-
"version": "10.7.1",
5+
"version": "10.7.2",
66
"bin": {
77
"browserless": "src/index.js"
88
},
@@ -32,16 +32,16 @@
3232
],
3333
"dependencies": {
3434
"beauty-error": "~1.2.20",
35-
"browserless": "^10.7.1",
35+
"browserless": "^10.7.2",
3636
"dark-mode": "~3.0.0",
3737
"dset": "~3.1.4",
3838
"mri": "~1.2.0",
3939
"nanospinner": "~1.2.2",
4040
"nestie": "~1.0.3",
4141
"picocolors": "~1.1.1",
4242
"pretty-bytes": "~5.6.0",
43-
"restore-cursor": "~3.1.0",
4443
"process-stats": "~3.7.12",
44+
"restore-cursor": "~3.1.0",
4545
"signal-exit": "~4.1.0",
4646
"term-img": "~5.0.0",
4747
"unique-random-array": "~2.0.0"

packages/function/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.7.2](https://github.com/microlinkhq/browserless/compare/v10.7.1...v10.7.2) (2025-02-08)
7+
8+
**Note:** Version bump only for package @browserless/function
9+
610
## [10.7.1](https://github.com/microlinkhq/browserless/compare/v10.7.0...v10.7.1) (2025-01-28)
711

812
**Note:** Version bump only for package @browserless/function

packages/function/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/function",
33
"description": "Run abritrary JavaScript inside a browser sandbox",
44
"homepage": "https://browserless.js.org",
5-
"version": "10.7.1",
5+
"version": "10.7.2",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",
@@ -34,11 +34,11 @@
3434
"require-one-of": "~1.0.20"
3535
},
3636
"devDependencies": {
37-
"@browserless/test": "^10.7.0",
37+
"@browserless/test": "^10.7.2",
3838
"acorn": "~8.14.0",
3939
"acorn-walk": "~8.3.4",
4040
"ava": "5",
41-
"browserless": "^10.7.1",
41+
"browserless": "^10.7.2",
4242
"lodash": "latest"
4343
},
4444
"engines": {

packages/goto/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [10.7.2](https://github.com/microlinkhq/browserless/compare/v10.7.1...v10.7.2) (2025-02-08)
7+
8+
**Note:** Version bump only for package @browserless/goto
9+
610
# [10.7.0](https://github.com/microlinkhq/browserless/compare/v10.6.3...v10.7.0) (2025-01-25)
711

812
### Features

packages/goto/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@browserless/goto",
33
"description": "Go to a page aborting unnecessary requests",
44
"homepage": "https://browserless.js.org/#/?id=gotopage-options",
5-
"version": "10.7.0",
5+
"version": "10.7.2",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",
@@ -34,15 +34,15 @@
3434
"@kikobeats/time-span": "~1.0.5",
3535
"debug-logfmt": "~1.2.3",
3636
"got": "~11.8.6",
37+
"is-url-http": "~2.3.9",
3738
"p-reflect": "~2.1.0",
3839
"p-timeout": "~4.1.0",
3940
"pretty-ms": "~7.0.1",
40-
"is-url-http": "~2.3.9",
4141
"shallow-equal": "~3.1.0",
4242
"tough-cookie": "~5.1.0"
4343
},
4444
"devDependencies": {
45-
"@browserless/test": "^10.7.0",
45+
"@browserless/test": "^10.7.2",
4646
"ava": "5",
4747
"p-wait-for": "3"
4848
},

0 commit comments

Comments
 (0)