Skip to content

Commit

Permalink
Merge pull request #309 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 23, 2024
2 parents 6062d51 + aa20093 commit 74051fe
Show file tree
Hide file tree
Showing 17 changed files with 58 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-dragons-admire.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.2",
"@pixeleye/playwright": "0.8.3",
"pixeleye": "workspace:*",
"playwright": "^1.44.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.4

### Patch Changes

- Updated dependencies [[`7cd62c3`](https://github.com/pixeleye-io/pixeleye/commit/7cd62c39171a95527bc562c97f7a58f679249ba9)]:
- @pixeleye/cli-capture@0.7.3

## 0.6.3

### 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.3",
"version": "0.6.4",
"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.3

### Patch Changes

- [#308](https://github.com/pixeleye-io/pixeleye/pull/308) [`7cd62c3`](https://github.com/pixeleye-io/pixeleye/commit/7cd62c39171a95527bc562c97f7a58f679249ba9) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Disabling playwrights built in wait for font loading

## 0.7.2

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

## 0.8.4

### Patch Changes

- Updated dependencies []:
- @pixeleye/cli-booth@0.6.4
- @pixeleye/storybook@0.6.5

## 0.8.3

### 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.3",
"version": "0.8.4",
"private": false,
"license": "AGPL-3.0",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions integrations/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pixeleye/cypress

## 0.6.3

### Patch Changes

- Updated dependencies []:
- @pixeleye/cli-booth@0.6.4

## 0.6.2

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

## 0.8.3

### Patch Changes

- Updated dependencies []:
- @pixeleye/cli-booth@0.6.4

## 0.8.2

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

## 0.7.3

### Patch Changes

- Updated dependencies []:
- @pixeleye/cli-booth@0.6.4

## 0.7.2

### 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.2",
"version": "0.7.3",
"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.5

### Patch Changes

- Updated dependencies []:
- @pixeleye/playwright@0.8.3

## 0.6.4

### 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.4",
"version": "0.6.5",
"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 74051fe

Please sign in to comment.