Skip to content

Commit

Permalink
chore(release): v9.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 4, 2023
1 parent 58dc70b commit 5b81d2e
Show file tree
Hide file tree
Showing 18 changed files with 54 additions and 18 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.

## [9.12.4](https://github.com/microlinkhq/browserless/compare/v9.12.3...v9.12.4) (2023-07-04)

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

## [9.12.3](https://github.com/microlinkhq/browserless/compare/v9.12.2...v9.12.3) (2023-07-04)

### Reverts
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": "9.12.3",
"version": "9.12.4",
"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.

## [9.12.4](https://github.com/microlinkhq/browserless/compare/v9.12.3...v9.12.4) (2023-07-04)

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

## [9.12.3](https://github.com/microlinkhq/browserless/compare/v9.12.2...v9.12.3) (2023-07-04)

### Reverts
Expand Down
10 changes: 5 additions & 5 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": "9.12.3",
"version": "9.12.4",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -31,10 +31,10 @@
"text"
],
"dependencies": {
"@browserless/errors": "^9.10.2",
"@browserless/goto": "^9.12.1",
"@browserless/pdf": "^9.12.1",
"@browserless/screenshot": "^9.12.1",
"@browserless/errors": "^9.12.4",
"@browserless/goto": "^9.12.4",
"@browserless/pdf": "^9.12.4",
"@browserless/screenshot": "^9.12.4",
"debug-logfmt": "~1.0.4",
"kill-process-group": "~1.0.4",
"p-reflect": "~2.1.0",
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.

## [9.12.4](https://github.com/microlinkhq/browserless/compare/v9.12.3...v9.12.4) (2023-07-04)

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

## [9.12.3](https://github.com/microlinkhq/browserless/compare/v9.12.2...v9.12.3) (2023-07-04)

**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": "9.12.3",
"version": "9.12.4",
"bin": {
"browserless": "src/index.js"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {
"beauty-error": "~1.2.15",
"browserless": "^9.12.3",
"browserless": "^9.12.4",
"dark-mode": "~3.0.0",
"dset": "~3.1.2",
"mri": "~1.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/errors/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.

## [9.12.4](https://github.com/microlinkhq/browserless/compare/v9.12.3...v9.12.4) (2023-07-04)

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

## [9.10.2](https://github.com/microlinkhq/browserless/compare/v9.10.1...v9.10.2) (2023-05-14)

**Note:** Version bump only for package @browserless/errors
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@browserless/errors",
"description": "A collection of qualified errors for Puppeteer",
"homepage": "https://browserless.js.org",
"version": "9.10.2",
"version": "9.12.4",
"main": "index.js",
"author": {
"email": "hello@microlink.io",
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.

## [9.12.4](https://github.com/microlinkhq/browserless/compare/v9.12.3...v9.12.4) (2023-07-04)

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

## [9.12.3](https://github.com/microlinkhq/browserless/compare/v9.12.2...v9.12.3) (2023-07-04)

**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": "9.12.3",
"version": "9.12.4",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand All @@ -29,7 +29,7 @@
"serverless"
],
"dependencies": {
"@browserless/errors": "^9.10.2",
"@browserless/errors": "^9.12.4",
"debug-logfmt": "~1.0.4",
"deepmerge": "~4.3.1",
"p-reflect": "~2.1.0",
Expand All @@ -42,7 +42,7 @@
"devDependencies": {
"@browserless/test": "^9.11.0",
"ava": "latest",
"browserless": "^9.12.3",
"browserless": "^9.12.4",
"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.

## [9.12.4](https://github.com/microlinkhq/browserless/compare/v9.12.3...v9.12.4) (2023-07-04)

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

## [9.12.1](https://github.com/microlinkhq/browserless/compare/v9.12.0...v9.12.1) (2023-06-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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": "9.12.1",
"version": "9.12.4",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
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.

## [9.12.4](https://github.com/microlinkhq/browserless/compare/v9.12.3...v9.12.4) (2023-07-04)

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

# [9.12.0](https://github.com/microlinkhq/browserless/compare/v9.11.5...v9.12.0) (2023-06-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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": "9.12.0",
"version": "9.12.4",
"main": "src",
"repository": {
"type": "git",
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.

## [9.12.4](https://github.com/microlinkhq/browserless/compare/v9.12.3...v9.12.4) (2023-07-04)

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

## [9.12.1](https://github.com/microlinkhq/browserless/compare/v9.12.0...v9.12.1) (2023-06-27)

**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": "9.12.1",
"version": "9.12.4",
"main": "src",
"repository": {
"directory": "packages/pdf",
Expand All @@ -24,7 +24,7 @@
"screen"
],
"dependencies": {
"@browserless/goto": "^9.12.1"
"@browserless/goto": "^9.12.4"
},
"engines": {
"node": ">= 12"
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.

## [9.12.4](https://github.com/microlinkhq/browserless/compare/v9.12.3...v9.12.4) (2023-07-04)

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

## [9.12.1](https://github.com/microlinkhq/browserless/compare/v9.12.0...v9.12.1) (2023-06-27)

**Note:** Version bump only for package @browserless/screenshot
Expand Down
4 changes: 2 additions & 2 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": "9.12.1",
"version": "9.12.4",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand All @@ -28,7 +28,7 @@
"screenshot"
],
"dependencies": {
"@browserless/goto": "^9.12.1",
"@browserless/goto": "^9.12.4",
"debug-logfmt": "~1.0.4",
"got": "~11.8.6",
"is-html-content": "~1.0.0",
Expand Down

0 comments on commit 5b81d2e

Please sign in to comment.