From c205ce470ee896c4bdeae5438115d77f8f502360 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 May 2024 14:05:05 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/rich-cars-end.md | 5 ----- .changeset/seven-mails-fly.md | 13 ------------- .changeset/tricky-zoos-think.md | 5 ----- examples/cypress/CHANGELOG.md | 10 ++++++++++ examples/cypress/package.json | 3 ++- examples/playwright/CHANGELOG.md | 9 +++++++++ examples/playwright/package.json | 5 +++-- examples/puppeteer-with-vitest/CHANGELOG.md | 9 +++++++++ examples/puppeteer-with-vitest/package.json | 3 ++- integrations/cli/cli-booth/CHANGELOG.md | 13 +++++++++++++ integrations/cli/cli-booth/package.json | 2 +- integrations/cli/cli-capture/CHANGELOG.md | 11 +++++++++++ integrations/cli/cli-capture/package.json | 2 +- integrations/cli/cli-config/CHANGELOG.md | 7 +++++++ integrations/cli/cli-config/package.json | 2 +- integrations/cli/cli-devices/CHANGELOG.md | 6 ++++++ integrations/cli/cli-devices/package.json | 2 +- integrations/cli/cli-install/CHANGELOG.md | 6 ++++++ integrations/cli/cli-install/package.json | 2 +- integrations/cli/pixeleye/CHANGELOG.md | 13 +++++++++++++ integrations/cli/pixeleye/package.json | 2 +- integrations/cypress/CHANGELOG.md | 10 ++++++++++ integrations/cypress/package.json | 2 +- integrations/playwright/CHANGELOG.md | 11 +++++++++++ integrations/playwright/package.json | 2 +- integrations/puppeteer/CHANGELOG.md | 11 +++++++++++ integrations/puppeteer/package.json | 2 +- integrations/storybook/CHANGELOG.md | 10 ++++++++++ integrations/storybook/package.json | 2 +- pnpm-lock.yaml | 2 +- 30 files changed, 144 insertions(+), 38 deletions(-) delete mode 100644 .changeset/rich-cars-end.md delete mode 100644 .changeset/seven-mails-fly.md delete mode 100644 .changeset/tricky-zoos-think.md create mode 100644 examples/cypress/CHANGELOG.md create mode 100644 examples/playwright/CHANGELOG.md create mode 100644 examples/puppeteer-with-vitest/CHANGELOG.md diff --git a/.changeset/rich-cars-end.md b/.changeset/rich-cars-end.md deleted file mode 100644 index 2f3b9a7c..00000000 --- a/.changeset/rich-cars-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pixeleye/cli-capture": patch ---- - -Improved our screenshotting pipeline by waiting for things in parallel instead of asynchronously diff --git a/.changeset/seven-mails-fly.md b/.changeset/seven-mails-fly.md deleted file mode 100644 index 81a57319..00000000 --- a/.changeset/seven-mails-fly.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@pixeleye/cli-capture": patch -"@pixeleye/cli-devices": patch -"@pixeleye/cli-install": patch -"@pixeleye/cli-booth": patch -"pixeleye": patch -"@pixeleye/playwright": patch -"@pixeleye/puppeteer": patch -"@pixeleye/storybook": patch -"@pixeleye/cypress": patch ---- - -Upgrading core deps diff --git a/.changeset/tricky-zoos-think.md b/.changeset/tricky-zoos-think.md deleted file mode 100644 index ea1c757c..00000000 --- a/.changeset/tricky-zoos-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pixeleye/cli-booth": patch ---- - -Disabling built in font waiter diff --git a/examples/cypress/CHANGELOG.md b/examples/cypress/CHANGELOG.md new file mode 100644 index 00000000..618bee27 --- /dev/null +++ b/examples/cypress/CHANGELOG.md @@ -0,0 +1,10 @@ +# @pixeleye/cypress-example + +## null + +### Patch Changes + +- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]: + - @pixeleye/cli-devices@0.4.8 + - pixeleye@0.8.6 + - @pixeleye/cypress@0.6.5 diff --git a/examples/cypress/package.json b/examples/cypress/package.json index ad1f61b0..41e82e55 100644 --- a/examples/cypress/package.json +++ b/examples/cypress/package.json @@ -18,5 +18,6 @@ "@pixeleye/tsconfig": "workspace:*", "cypress": "^13.10.0", "typescript": "^5.4.5" - } + }, + "version": null } \ No newline at end of file diff --git a/examples/playwright/CHANGELOG.md b/examples/playwright/CHANGELOG.md new file mode 100644 index 00000000..4f06b215 --- /dev/null +++ b/examples/playwright/CHANGELOG.md @@ -0,0 +1,9 @@ +# @pixeleye/playwright-example + +## null + +### Patch Changes + +- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]: + - pixeleye@0.8.6 + - @pixeleye/playwright@0.8.5 diff --git a/examples/playwright/package.json b/examples/playwright/package.json index d8488632..cb8e673e 100644 --- a/examples/playwright/package.json +++ b/examples/playwright/package.json @@ -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" }, @@ -14,5 +14,6 @@ "@playwright/test": "^1.44.1", "@types/node": "20.12.12", "typescript": "^5.4.5" - } + }, + "version": null } \ No newline at end of file diff --git a/examples/puppeteer-with-vitest/CHANGELOG.md b/examples/puppeteer-with-vitest/CHANGELOG.md new file mode 100644 index 00000000..4c5e83d7 --- /dev/null +++ b/examples/puppeteer-with-vitest/CHANGELOG.md @@ -0,0 +1,9 @@ +# @pixeleye/puppeteer-with-vitest + +## null + +### Patch Changes + +- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]: + - pixeleye@0.8.6 + - @pixeleye/puppeteer@0.7.5 diff --git a/examples/puppeteer-with-vitest/package.json b/examples/puppeteer-with-vitest/package.json index a7ddd7e5..7d5524e6 100644 --- a/examples/puppeteer-with-vitest/package.json +++ b/examples/puppeteer-with-vitest/package.json @@ -13,5 +13,6 @@ }, "devDependencies": { "typescript": "^5.4.5" - } + }, + "version": null } \ No newline at end of file diff --git a/integrations/cli/cli-booth/CHANGELOG.md b/integrations/cli/cli-booth/CHANGELOG.md index 87166544..a8b9a266 100644 --- a/integrations/cli/cli-booth/CHANGELOG.md +++ b/integrations/cli/cli-booth/CHANGELOG.md @@ -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 diff --git a/integrations/cli/cli-booth/package.json b/integrations/cli/cli-booth/package.json index 5125527c..8a3882d3 100644 --- a/integrations/cli/cli-booth/package.json +++ b/integrations/cli/cli-booth/package.json @@ -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", diff --git a/integrations/cli/cli-capture/CHANGELOG.md b/integrations/cli/cli-capture/CHANGELOG.md index 4d978aae..5081c83e 100644 --- a/integrations/cli/cli-capture/CHANGELOG.md +++ b/integrations/cli/cli-capture/CHANGELOG.md @@ -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 diff --git a/integrations/cli/cli-capture/package.json b/integrations/cli/cli-capture/package.json index 24f4e7fc..f414aefc 100644 --- a/integrations/cli/cli-capture/package.json +++ b/integrations/cli/cli-capture/package.json @@ -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", diff --git a/integrations/cli/cli-config/CHANGELOG.md b/integrations/cli/cli-config/CHANGELOG.md index 622473a7..ad5b7a19 100644 --- a/integrations/cli/cli-config/CHANGELOG.md +++ b/integrations/cli/cli-config/CHANGELOG.md @@ -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 diff --git a/integrations/cli/cli-config/package.json b/integrations/cli/cli-config/package.json index 5c5d7080..d1f9c575 100644 --- a/integrations/cli/cli-config/package.json +++ b/integrations/cli/cli-config/package.json @@ -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", diff --git a/integrations/cli/cli-devices/CHANGELOG.md b/integrations/cli/cli-devices/CHANGELOG.md index 7cdc1603..9c4854fe 100644 --- a/integrations/cli/cli-devices/CHANGELOG.md +++ b/integrations/cli/cli-devices/CHANGELOG.md @@ -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 diff --git a/integrations/cli/cli-devices/package.json b/integrations/cli/cli-devices/package.json index 00b6254a..c0207094 100644 --- a/integrations/cli/cli-devices/package.json +++ b/integrations/cli/cli-devices/package.json @@ -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", diff --git a/integrations/cli/cli-install/CHANGELOG.md b/integrations/cli/cli-install/CHANGELOG.md index 91a36cfb..8cee2381 100644 --- a/integrations/cli/cli-install/CHANGELOG.md +++ b/integrations/cli/cli-install/CHANGELOG.md @@ -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 diff --git a/integrations/cli/cli-install/package.json b/integrations/cli/cli-install/package.json index 53622c33..30575489 100644 --- a/integrations/cli/cli-install/package.json +++ b/integrations/cli/cli-install/package.json @@ -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", diff --git a/integrations/cli/pixeleye/CHANGELOG.md b/integrations/cli/pixeleye/CHANGELOG.md index 516d841c..4aa89ab9 100644 --- a/integrations/cli/pixeleye/CHANGELOG.md +++ b/integrations/cli/pixeleye/CHANGELOG.md @@ -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 diff --git a/integrations/cli/pixeleye/package.json b/integrations/cli/pixeleye/package.json index 683787ec..27c2b95c 100644 --- a/integrations/cli/pixeleye/package.json +++ b/integrations/cli/pixeleye/package.json @@ -1,6 +1,6 @@ { "name": "pixeleye", - "version": "0.8.5", + "version": "0.8.6", "private": false, "license": "AGPL-3.0", "scripts": { diff --git a/integrations/cypress/CHANGELOG.md b/integrations/cypress/CHANGELOG.md index b119a3a2..f8f97556 100644 --- a/integrations/cypress/CHANGELOG.md +++ b/integrations/cypress/CHANGELOG.md @@ -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 diff --git a/integrations/cypress/package.json b/integrations/cypress/package.json index fba0913e..f2cd85fa 100644 --- a/integrations/cypress/package.json +++ b/integrations/cypress/package.json @@ -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", diff --git a/integrations/playwright/CHANGELOG.md b/integrations/playwright/CHANGELOG.md index 4761146b..3c9f7368 100644 --- a/integrations/playwright/CHANGELOG.md +++ b/integrations/playwright/CHANGELOG.md @@ -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 diff --git a/integrations/playwright/package.json b/integrations/playwright/package.json index e26248e0..ef6acc09 100644 --- a/integrations/playwright/package.json +++ b/integrations/playwright/package.json @@ -1,7 +1,7 @@ { "name": "@pixeleye/playwright", "private": false, - "version": "0.8.4", + "version": "0.8.5", "license": "AGPL-3.0", "scripts": { "lint": "eslint", diff --git a/integrations/puppeteer/CHANGELOG.md b/integrations/puppeteer/CHANGELOG.md index 291d25a6..3b7b7b02 100644 --- a/integrations/puppeteer/CHANGELOG.md +++ b/integrations/puppeteer/CHANGELOG.md @@ -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 diff --git a/integrations/puppeteer/package.json b/integrations/puppeteer/package.json index 115c4528..a1984fdb 100644 --- a/integrations/puppeteer/package.json +++ b/integrations/puppeteer/package.json @@ -1,7 +1,7 @@ { "name": "@pixeleye/puppeteer", "private": false, - "version": "0.7.4", + "version": "0.7.5", "license": "AGPL-3.0", "scripts": { "lint": "eslint", diff --git a/integrations/storybook/CHANGELOG.md b/integrations/storybook/CHANGELOG.md index 7a3eb17e..80ccf58f 100644 --- a/integrations/storybook/CHANGELOG.md +++ b/integrations/storybook/CHANGELOG.md @@ -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 diff --git a/integrations/storybook/package.json b/integrations/storybook/package.json index bf452fe3..f42e0abb 100644 --- a/integrations/storybook/package.json +++ b/integrations/storybook/package.json @@ -1,7 +1,7 @@ { "name": "@pixeleye/storybook", "private": false, - "version": "0.6.6", + "version": "0.6.7", "scripts": { "lint": "eslint", "types": "tsc --noEmit", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ec7cc92d..7c7c57a2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -416,7 +416,7 @@ importers: examples/playwright: dependencies: '@pixeleye/playwright': - specifier: 0.8.4 + specifier: 0.8.5 version: link:../../integrations/playwright pixeleye: specifier: workspace:* From 190ce67d2132936aa2d074261c2454f667fdf4a0 Mon Sep 17 00:00:00 2001 From: Alfie Jones Date: Tue, 28 May 2024 15:12:13 +0100 Subject: [PATCH 2/2] cleaning up --- examples/cypress/CHANGELOG.md | 10 ---------- examples/cypress/package.json | 3 +-- examples/playwright/CHANGELOG.md | 9 --------- examples/playwright/package.json | 3 +-- examples/puppeteer-with-vitest/CHANGELOG.md | 9 --------- examples/puppeteer-with-vitest/package.json | 3 +-- 6 files changed, 3 insertions(+), 34 deletions(-) delete mode 100644 examples/cypress/CHANGELOG.md delete mode 100644 examples/playwright/CHANGELOG.md delete mode 100644 examples/puppeteer-with-vitest/CHANGELOG.md diff --git a/examples/cypress/CHANGELOG.md b/examples/cypress/CHANGELOG.md deleted file mode 100644 index 618bee27..00000000 --- a/examples/cypress/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# @pixeleye/cypress-example - -## null - -### Patch Changes - -- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]: - - @pixeleye/cli-devices@0.4.8 - - pixeleye@0.8.6 - - @pixeleye/cypress@0.6.5 diff --git a/examples/cypress/package.json b/examples/cypress/package.json index 41e82e55..ad1f61b0 100644 --- a/examples/cypress/package.json +++ b/examples/cypress/package.json @@ -18,6 +18,5 @@ "@pixeleye/tsconfig": "workspace:*", "cypress": "^13.10.0", "typescript": "^5.4.5" - }, - "version": null + } } \ No newline at end of file diff --git a/examples/playwright/CHANGELOG.md b/examples/playwright/CHANGELOG.md deleted file mode 100644 index 4f06b215..00000000 --- a/examples/playwright/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# @pixeleye/playwright-example - -## null - -### Patch Changes - -- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]: - - pixeleye@0.8.6 - - @pixeleye/playwright@0.8.5 diff --git a/examples/playwright/package.json b/examples/playwright/package.json index cb8e673e..83b8adad 100644 --- a/examples/playwright/package.json +++ b/examples/playwright/package.json @@ -14,6 +14,5 @@ "@playwright/test": "^1.44.1", "@types/node": "20.12.12", "typescript": "^5.4.5" - }, - "version": null + } } \ No newline at end of file diff --git a/examples/puppeteer-with-vitest/CHANGELOG.md b/examples/puppeteer-with-vitest/CHANGELOG.md deleted file mode 100644 index 4c5e83d7..00000000 --- a/examples/puppeteer-with-vitest/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# @pixeleye/puppeteer-with-vitest - -## null - -### Patch Changes - -- Updated dependencies [[`8a6e366`](https://github.com/pixeleye-io/pixeleye/commit/8a6e3662715cb4f9a584bdb21b19b2c9776a9fa4)]: - - pixeleye@0.8.6 - - @pixeleye/puppeteer@0.7.5 diff --git a/examples/puppeteer-with-vitest/package.json b/examples/puppeteer-with-vitest/package.json index 7d5524e6..a7ddd7e5 100644 --- a/examples/puppeteer-with-vitest/package.json +++ b/examples/puppeteer-with-vitest/package.json @@ -13,6 +13,5 @@ }, "devDependencies": { "typescript": "^5.4.5" - }, - "version": null + } } \ No newline at end of file