Skip to content

Commit

Permalink
Merge pull request #314 from pixeleye-io/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
AlfieJones authored May 28, 2024
2 parents 3596d05 + 190ce67 commit 577822f
Show file tree
Hide file tree
Showing 25 changed files with 110 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-cars-end.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/seven-mails-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-zoos-think.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test:e2e": "pixeleye exec -- npx playwright test"
},
"dependencies": {
"@pixeleye/playwright": "0.8.4",
"@pixeleye/playwright": "0.8.5",
"pixeleye": "workspace:*",
"playwright": "^1.44.1"
},
Expand Down
13 changes: 13 additions & 0 deletions integrations/cli/cli-booth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @pixeleye/cli-booth

## 0.6.6

### Patch Changes

- [#311](https://github.com/pixeleye-io/pixeleye/pull/311) [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Upgrading core deps

- [#311](https://github.com/pixeleye-io/pixeleye/pull/311) [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Disabling built in font waiter

- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4), [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]:
- @pixeleye/cli-capture@0.7.5
- @pixeleye/cli-devices@0.4.8
- @pixeleye/cli-config@0.6.9

## 0.6.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/cli/cli-booth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixeleye/cli-booth",
"version": "0.6.5",
"version": "0.6.6",
"private": false,
"license": "AGPL-3.0",
"main": "./src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions integrations/cli/cli-capture/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pixeleye/cli-capture

## 0.7.5

### Patch Changes

- [#311](https://github.com/pixeleye-io/pixeleye/pull/311) [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Improved our screenshotting pipeline by waiting for things in parallel instead of asynchronously

- [#311](https://github.com/pixeleye-io/pixeleye/pull/311) [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Upgrading core deps

- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]:
- @pixeleye/cli-devices@0.4.8

## 0.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/cli/cli-capture/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixeleye/cli-capture",
"version": "0.7.4",
"version": "0.7.5",
"private": false,
"license": "AGPL-3.0",
"main": "./src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions integrations/cli/cli-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pixeleye/cli-config

## 0.6.9

### Patch Changes

- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]:
- @pixeleye/cli-devices@0.4.8

## 0.6.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/cli/cli-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixeleye/cli-config",
"version": "0.6.8",
"version": "0.6.9",
"private": false,
"license": "AGPL-3.0",
"main": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions integrations/cli/cli-devices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pixeleye/cli-devices

## 0.4.8

### Patch Changes

- [#311](https://github.com/pixeleye-io/pixeleye/pull/311) [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Upgrading core deps

## 0.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/cli/cli-devices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixeleye/cli-devices",
"version": "0.4.7",
"version": "0.4.8",
"private": false,
"license": "AGPL-3.0",
"main": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions integrations/cli/cli-install/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pixeleye/cli-install

## 0.4.8

### Patch Changes

- [#311](https://github.com/pixeleye-io/pixeleye/pull/311) [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Upgrading core deps

## 0.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/cli/cli-install/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixeleye/cli-install",
"version": "0.4.7",
"version": "0.4.8",
"private": false,
"license": "AGPL-3.0",
"main": "./src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions integrations/cli/pixeleye/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# pixeleye

## 0.8.6

### Patch Changes

- [#311](https://github.com/pixeleye-io/pixeleye/pull/311) [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Upgrading core deps

- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4), [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]:
- @pixeleye/cli-devices@0.4.8
- @pixeleye/cli-install@0.4.8
- @pixeleye/cli-booth@0.6.6
- @pixeleye/storybook@0.6.7
- @pixeleye/cli-config@0.6.9

## 0.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/cli/pixeleye/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixeleye",
"version": "0.8.5",
"version": "0.8.6",
"private": false,
"license": "AGPL-3.0",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions integrations/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pixeleye/cypress

## 0.6.5

### Patch Changes

- [#311](https://github.com/pixeleye-io/pixeleye/pull/311) [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Upgrading core deps

- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4), [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]:
- @pixeleye/cli-devices@0.4.8
- @pixeleye/cli-booth@0.6.6

## 0.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pixeleye/cypress",
"description": "Cypress integration for Pixeleye",
"private": false,
"version": "0.6.4",
"version": "0.6.5",
"license": "AGPL-3.0",
"scripts": {
"lint": "eslint",
Expand Down
11 changes: 11 additions & 0 deletions integrations/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pixeleye/playwright

## 0.8.5

### Patch Changes

- [#311](https://github.com/pixeleye-io/pixeleye/pull/311) [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Upgrading core deps

- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4), [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]:
- @pixeleye/cli-devices@0.4.8
- @pixeleye/cli-booth@0.6.6
- @pixeleye/cli-config@0.6.9

## 0.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pixeleye/playwright",
"private": false,
"version": "0.8.4",
"version": "0.8.5",
"license": "AGPL-3.0",
"scripts": {
"lint": "eslint",
Expand Down
11 changes: 11 additions & 0 deletions integrations/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pixeleye/puppeteer

## 0.7.5

### Patch Changes

- [#311](https://github.com/pixeleye-io/pixeleye/pull/311) [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Upgrading core deps

- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4), [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]:
- @pixeleye/cli-devices@0.4.8
- @pixeleye/cli-booth@0.6.6
- @pixeleye/cli-config@0.6.9

## 0.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pixeleye/puppeteer",
"private": false,
"version": "0.7.4",
"version": "0.7.5",
"license": "AGPL-3.0",
"scripts": {
"lint": "eslint",
Expand Down
10 changes: 10 additions & 0 deletions integrations/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pixeleye/storybook

## 0.6.7

### Patch Changes

- [#311](https://github.com/pixeleye-io/pixeleye/pull/311) [`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Upgrading core deps

- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]:
- @pixeleye/cli-devices@0.4.8
- @pixeleye/playwright@0.8.5

## 0.6.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pixeleye/storybook",
"private": false,
"version": "0.6.6",
"version": "0.6.7",
"scripts": {
"lint": "eslint",
"types": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 577822f

Please sign in to comment.