Skip to content

Commit

Permalink
Merge pull request #298 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 22, 2024
2 parents e817dcc + 0de71f2 commit 8554667
Show file tree
Hide file tree
Showing 20 changed files with 69 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-schools-hunt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ninety-games-judge.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rude-timers-agree.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.7.0",
"@pixeleye/playwright": "0.8.0",
"pixeleye": "workspace:*",
"playwright": "^1.43.0"
},
Expand Down
7 changes: 7 additions & 0 deletions integrations/cli/cli-booth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pixeleye/cli-booth

## 0.6.1

### Patch Changes

- Updated dependencies [[`f8353ae`](https://github.com/pixeleye-io/pixeleye/commit/f8353ae1d0ff21e68b92d869da184bcccde57cc6)]:
- @pixeleye/cli-capture@0.7.0

## 0.6.0

### Minor 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.0",
"version": "0.6.1",
"private": false,
"license": "AGPL-3.0",
"main": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions integrations/cli/cli-capture/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pixeleye/cli-capture

## 0.7.0

### Minor Changes

- [#299](https://github.com/pixeleye-io/pixeleye/pull/299) [`f8353ae`](https://github.com/pixeleye-io/pixeleye/commit/f8353ae1d0ff21e68b92d869da184bcccde57cc6) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Fixing issue where svg's wouldn't load data from an external url via use

## 0.6.0

### Minor 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.6.0",
"version": "0.7.0",
"private": false,
"license": "AGPL-3.0",
"main": "./src/index.ts",
Expand Down
10 changes: 10 additions & 0 deletions integrations/cli/pixeleye/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# pixeleye

## 0.8.1

### Patch Changes

- [#299](https://github.com/pixeleye-io/pixeleye/pull/299) [`f8353ae`](https://github.com/pixeleye-io/pixeleye/commit/f8353ae1d0ff21e68b92d869da184bcccde57cc6) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Kills the booth server after exit

- Updated dependencies []:
- @pixeleye/storybook@0.6.2
- @pixeleye/cli-booth@0.6.1

## 0.8.0

### Minor 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.0",
"version": "0.8.1",
"private": false,
"license": "AGPL-3.0",
"scripts": {
Expand Down
11 changes: 0 additions & 11 deletions integrations/cli/pixeleye/src/handlers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,8 @@ export function watchExit(callback: () => Promise<any>) {
await callback();
});
});

process.on("SIGHUP", async () => {
await callback();
}); // CTRL+C
process.on("SIGQUIT", async () => {
await callback();
}); // Keyboard quit signal
process.on("SIGTERM", async () => {
await callback();
}); // `kill` command
}


export const startBooth = async ({
buildID,
token,
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.0

### Minor Changes

- [#299](https://github.com/pixeleye-io/pixeleye/pull/299) [`f8353ae`](https://github.com/pixeleye-io/pixeleye/commit/f8353ae1d0ff21e68b92d869da184bcccde57cc6) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Fixing issue where svg's wouldn't load data from an external url via use

### Patch Changes

- [`0b4d68a`](https://github.com/pixeleye-io/pixeleye/commit/0b4d68afba496782efd8d59000d7e1f72e7b8aba) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Exposing waitForSelectors option

## 0.5.0

### Minor 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.5.0",
"version": "0.6.0",
"license": "AGPL-3.0",
"scripts": {
"lint": "eslint",
Expand Down
10 changes: 10 additions & 0 deletions integrations/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pixeleye/playwright

## 0.8.0

### Minor Changes

- [#299](https://github.com/pixeleye-io/pixeleye/pull/299) [`f8353ae`](https://github.com/pixeleye-io/pixeleye/commit/f8353ae1d0ff21e68b92d869da184bcccde57cc6) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Fixing issue where svg's wouldn't load data from an external url via use

### Patch Changes

- [`0b4d68a`](https://github.com/pixeleye-io/pixeleye/commit/0b4d68afba496782efd8d59000d7e1f72e7b8aba) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Exposing waitForSelectors option

## 0.7.0

### Minor 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.7.0",
"version": "0.8.0",
"license": "AGPL-3.0",
"scripts": {
"lint": "eslint",
Expand Down
10 changes: 10 additions & 0 deletions integrations/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pixeleye/puppeteer

## 0.7.0

### Minor Changes

- [#299](https://github.com/pixeleye-io/pixeleye/pull/299) [`f8353ae`](https://github.com/pixeleye-io/pixeleye/commit/f8353ae1d0ff21e68b92d869da184bcccde57cc6) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Fixing issue where svg's wouldn't load data from an external url via use

### Patch Changes

- [`0b4d68a`](https://github.com/pixeleye-io/pixeleye/commit/0b4d68afba496782efd8d59000d7e1f72e7b8aba) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Exposing waitForSelectors option

## 0.6.0

### Minor 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.6.0",
"version": "0.7.0",
"license": "AGPL-3.0",
"scripts": {
"lint": "eslint",
Expand Down
7 changes: 7 additions & 0 deletions integrations/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pixeleye/storybook

## 0.6.2

### Patch Changes

- Updated dependencies [[`0b4d68a`](https://github.com/pixeleye-io/pixeleye/commit/0b4d68afba496782efd8d59000d7e1f72e7b8aba), [`f8353ae`](https://github.com/pixeleye-io/pixeleye/commit/f8353ae1d0ff21e68b92d869da184bcccde57cc6)]:
- @pixeleye/playwright@0.8.0

## 0.6.1

### 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.1",
"version": "0.6.2",
"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 8554667

Please sign in to comment.