Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 12, 2024
1 parent f3b0e22 commit f559c56
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-mugs-destroy.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies []:
- [email protected]

## null

### Patch Changes

- Updated dependencies []:
- [email protected]
- @pixeleye/cypress@0.4.5
Expand Down
8 changes: 8 additions & 0 deletions examples/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [[`623a588`](https://github.com/pixeleye-io/pixeleye/commit/623a588805e21ced05e0df7c3e0b06a600e9942a)]:
- @pixeleye/playwright@0.6.0
- [email protected]

## null

### Patch Changes

- Updated dependencies []:
- [email protected]

Expand Down
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.5.0",
"@pixeleye/playwright": "0.6.0",
"pixeleye": "workspace:*",
"playwright": "^1.41.2"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/puppeteer-with-vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [[`623a588`](https://github.com/pixeleye-io/pixeleye/commit/623a588805e21ced05e0df7c3e0b06a600e9942a)]:
- @pixeleye/puppeteer@0.5.0
- [email protected]

## null

### Patch Changes

- Updated dependencies []:
- [email protected]
- @pixeleye/puppeteer@0.4.0
Expand Down
7 changes: 7 additions & 0 deletions integrations/cli/pixeleye/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# pixeleye

## 0.7.8

### Patch Changes

- Updated dependencies []:
- @pixeleye/storybook@0.5.19

## 0.7.7

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

## 0.6.0

### Minor Changes

- [`623a588`](https://github.com/pixeleye-io/pixeleye/commit/623a588805e21ced05e0df7c3e0b06a600e9942a) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Disabling snapshotting when booth isn't running

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

## 0.5.0

### Minor Changes

- [`623a588`](https://github.com/pixeleye-io/pixeleye/commit/623a588805e21ced05e0df7c3e0b06a600e9942a) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Disabling snapshotting when booth isn't running

## 0.4.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.4.0",
"version": "0.5.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.5.19

### Patch Changes

- Updated dependencies [[`623a588`](https://github.com/pixeleye-io/pixeleye/commit/623a588805e21ced05e0df7c3e0b06a600e9942a)]:
- @pixeleye/playwright@0.6.0

## 0.5.18

### 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.5.18",
"version": "0.5.19",
"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 f559c56

Please sign in to comment.