Skip to content

Commit

Permalink
chore(release): v10.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 12, 2023
1 parent c9303cd commit 8e5f4db
Show file tree
Hide file tree
Showing 20 changed files with 65 additions and 25 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.3](https://github.com/microlinkhq/browserless/compare/v10.2.2...v10.2.3) (2023-12-12)

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

## [10.2.2](https://github.com/microlinkhq/browserless/compare/v10.2.1...v10.2.2) (2023-12-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "10.2.2",
"version": "10.2.3",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 4 additions & 0 deletions packages/browserless/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.3](https://github.com/microlinkhq/browserless/compare/v10.2.2...v10.2.3) (2023-12-12)

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

## [10.2.2](https://github.com/microlinkhq/browserless/compare/v10.2.1...v10.2.2) (2023-12-06)

**Note:** Version bump only for package browserless
Expand Down
14 changes: 7 additions & 7 deletions packages/browserless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "browserless",
"description": "The headless Chrome/Chromium performance driver for Node.js",
"homepage": "https://browserless.js.org",
"version": "10.2.2",
"version": "10.2.3",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -32,9 +32,9 @@
],
"dependencies": {
"@browserless/errors": "^10.1.11",
"@browserless/goto": "^10.2.1",
"@browserless/pdf": "^10.2.1",
"@browserless/screenshot": "^10.2.2",
"@browserless/goto": "^10.2.3",
"@browserless/pdf": "^10.2.3",
"@browserless/screenshot": "^10.2.3",
"debug-logfmt": "~1.0.4",
"kill-process-group": "~1.0.6",
"p-reflect": "~2.1.0",
Expand All @@ -44,10 +44,10 @@
"superlock": "~1.0.4"
},
"devDependencies": {
"@browserless/test": "^10.2.1",
"@browserless/test": "^10.2.3",
"ava": "latest",
"tinyspawn": "latest",
"ps-list": "7"
"ps-list": "7",
"tinyspawn": "latest"
},
"engines": {
"node": ">= 12"
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.3](https://github.com/microlinkhq/browserless/compare/v10.2.2...v10.2.3) (2023-12-12)

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

## [10.2.2](https://github.com/microlinkhq/browserless/compare/v10.2.1...v10.2.2) (2023-12-06)

**Note:** Version bump only for package @browserless/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/cli",
"description": "CLI to interact with Browserless capabilities",
"homepage": "https://browserless.js.org",
"version": "10.2.2",
"version": "10.2.3",
"bin": {
"browserless": "src/index.js"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {
"beauty-error": "~1.2.17",
"browserless": "^10.2.2",
"browserless": "^10.2.3",
"dark-mode": "~3.0.0",
"dset": "~3.1.2",
"mri": "~1.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/function/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.3](https://github.com/microlinkhq/browserless/compare/v10.2.2...v10.2.3) (2023-12-12)

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

## [10.2.2](https://github.com/microlinkhq/browserless/compare/v10.2.1...v10.2.2) (2023-12-06)

**Note:** Version bump only for package @browserless/function
Expand Down
6 changes: 3 additions & 3 deletions packages/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/function",
"description": "Run abritrary JavaScript inside a browser sandbox",
"homepage": "https://browserless.js.org",
"version": "10.2.2",
"version": "10.2.3",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -40,9 +40,9 @@
"vm2": "~3.9.19"
},
"devDependencies": {
"@browserless/test": "^10.2.1",
"@browserless/test": "^10.2.3",
"ava": "latest",
"browserless": "^10.2.2",
"browserless": "^10.2.3",
"lodash": "latest"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/goto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.3](https://github.com/microlinkhq/browserless/compare/v10.2.2...v10.2.3) (2023-12-12)

**Note:** Version bump only for package @browserless/goto

## [10.2.1](https://github.com/microlinkhq/browserless/compare/v10.2.0...v10.2.1) (2023-12-06)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/goto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/goto",
"description": "Go to a page aborting unnecessary requests",
"homepage": "https://browserless.js.org/#/?id=gotopage-options",
"version": "10.2.1",
"version": "10.2.3",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -42,7 +42,7 @@
"tough-cookie": "~4.1.3"
},
"devDependencies": {
"@browserless/test": "^10.2.1",
"@browserless/test": "^10.2.3",
"ava": "latest",
"p-wait-for": "3"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/lighthouse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.3](https://github.com/microlinkhq/browserless/compare/v10.2.2...v10.2.3) (2023-12-12)

**Note:** Version bump only for package @browserless/lighthouse

## [10.2.1](https://github.com/microlinkhq/browserless/compare/v10.2.0...v10.2.1) (2023-12-06)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/lighthouse",
"description": "Browserless Lighthouse integration using puppeteer.",
"homepage": "https://browserless.js.org",
"version": "10.2.1",
"version": "10.2.3",
"main": "src",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"lighthouse": "~11.4.0"
},
"devDependencies": {
"@browserless/test": "^10.2.1",
"@browserless/test": "^10.2.3",
"ava": "latest"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/pdf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.3](https://github.com/microlinkhq/browserless/compare/v10.2.2...v10.2.3) (2023-12-12)

**Note:** Version bump only for package @browserless/pdf

## [10.2.1](https://github.com/microlinkhq/browserless/compare/v10.2.0...v10.2.1) (2023-12-06)

**Note:** Version bump only for package @browserless/pdf
Expand Down
4 changes: 2 additions & 2 deletions packages/pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/pdf",
"description": "Sensible good defaults for exporting a website as PDF",
"homepage": "https://browserless.js.org/#/?id=pdfurl-options",
"version": "10.2.1",
"version": "10.2.3",
"main": "src",
"repository": {
"directory": "packages/pdf",
Expand All @@ -24,7 +24,7 @@
"screen"
],
"dependencies": {
"@browserless/goto": "^10.2.1"
"@browserless/goto": "^10.2.3"
},
"engines": {
"node": ">= 12"
Expand Down
4 changes: 4 additions & 0 deletions packages/screencast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.3](https://github.com/microlinkhq/browserless/compare/v10.2.2...v10.2.3) (2023-12-12)

**Note:** Version bump only for package @browserless/screencast

## [10.2.1](https://github.com/microlinkhq/browserless/compare/v10.2.0...v10.2.1) (2023-12-06)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/screencast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/screencast",
"description": "Browserless video recording using puppeteer.",
"homepage": "https://browserless.js.org/#/?id=screencasturl-options",
"version": "10.2.1",
"version": "10.2.3",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tinyspawn": "~1.1.1"
},
"devDependencies": {
"@browserless/test": "^10.2.1",
"@browserless/test": "^10.2.3",
"ava": "latest",
"file-type": "16"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/screenshot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.3](https://github.com/microlinkhq/browserless/compare/v10.2.2...v10.2.3) (2023-12-12)

**Note:** Version bump only for package @browserless/screenshot

## [10.2.2](https://github.com/microlinkhq/browserless/compare/v10.2.1...v10.2.2) (2023-12-06)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/screenshot",
"description": "Take a clean screenshot of any website",
"homepage": "https://browserless.js.org/#/?id=screenshoturl-options",
"version": "10.2.2",
"version": "10.2.3",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand All @@ -28,7 +28,7 @@
"screenshot"
],
"dependencies": {
"@browserless/goto": "^10.2.1",
"@browserless/goto": "^10.2.3",
"@kikobeats/time-span": "~1.0.2",
"debug-logfmt": "~1.0.4",
"got": "~11.8.6",
Expand All @@ -44,7 +44,7 @@
"svg-gradient": "~1.0.3"
},
"devDependencies": {
"@browserless/test": "^10.2.1",
"@browserless/test": "^10.2.3",
"ava": "latest",
"cheerio": "latest"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.3](https://github.com/microlinkhq/browserless/compare/v10.2.2...v10.2.3) (2023-12-12)

**Note:** Version bump only for package @browserless/test

## [10.2.1](https://github.com/microlinkhq/browserless/compare/v10.2.0...v10.2.1) (2023-12-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/test",
"description": "A test suite for browserless API",
"homepage": "https://browserless.js.org",
"version": "10.2.1",
"version": "10.2.3",
"main": "index.js",
"author": {
"email": "hello@microlink.io",
Expand Down

0 comments on commit 8e5f4db

Please sign in to comment.