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 Jun 18, 2024
1 parent 6343b8a commit c2a71b6
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-dots-peel.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @pixeleye/cypress-example

## null

### Patch Changes

- Updated dependencies [[`6343b8a`](https://github.com/pixeleye-io/pixeleye/commit/6343b8a812c7ce648c58d07f3a526e6f9bad01d1)]:
- [email protected]
3 changes: 2 additions & 1 deletion examples/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"@pixeleye/tsconfig": "workspace:*",
"cypress": "^13.10.0",
"typescript": "^5.4.5"
}
},
"version": null
}
8 changes: 8 additions & 0 deletions examples/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @pixeleye/playwright-example

## null

### Patch Changes

- Updated dependencies [[`6343b8a`](https://github.com/pixeleye-io/pixeleye/commit/6343b8a812c7ce648c58d07f3a526e6f9bad01d1)]:
- [email protected]
3 changes: 2 additions & 1 deletion examples/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"@playwright/test": "^1.44.1",
"@types/node": "20.12.12",
"typescript": "^5.4.5"
}
},
"version": null
}
8 changes: 8 additions & 0 deletions examples/puppeteer-with-vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @pixeleye/puppeteer-with-vitest

## null

### Patch Changes

- Updated dependencies [[`6343b8a`](https://github.com/pixeleye-io/pixeleye/commit/6343b8a812c7ce648c58d07f3a526e6f9bad01d1)]:
- [email protected]
3 changes: 2 additions & 1 deletion examples/puppeteer-with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
},
"devDependencies": {
"typescript": "^5.4.5"
}
},
"version": null
}
6 changes: 6 additions & 0 deletions integrations/cli/pixeleye/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pixeleye

## 0.8.8

### Patch Changes

- [`6343b8a`](https://github.com/pixeleye-io/pixeleye/commit/6343b8a812c7ce648c58d07f3a526e6f9bad01d1) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Improving exec cleanup

## 0.8.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.8.7",
"version": "0.8.8",
"private": false,
"license": "AGPL-3.0",
"scripts": {
Expand Down

0 comments on commit c2a71b6

Please sign in to comment.