diff --git a/.changeset/beige-games-yell.md b/.changeset/beige-games-yell.md deleted file mode 100644 index 3776c74..0000000 --- a/.changeset/beige-games-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@quickpickle/playwright": patch ---- - -trying to fix the project root for saving screenshots diff --git a/.changeset/happy-chefs-shout.md b/.changeset/happy-chefs-shout.md deleted file mode 100644 index 679f5fa..0000000 --- a/.changeset/happy-chefs-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"quickpickle": patch ---- - -Render empty Features and Rules without errors. diff --git a/.changeset/happy-rats-hope.md b/.changeset/happy-rats-hope.md deleted file mode 100644 index a8874b5..0000000 --- a/.changeset/happy-rats-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@quickpickle/playwright": minor ---- - -Refactor for better playwright code diff --git a/.changeset/mean-steaks-sin.md b/.changeset/mean-steaks-sin.md deleted file mode 100644 index a6d2b5b..0000000 --- a/.changeset/mean-steaks-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"quickpickle": patch ---- - -added "data" property to World interface and variable diff --git a/.changeset/perfect-geese-burn.md b/.changeset/perfect-geese-burn.md deleted file mode 100644 index 9bb9caa..0000000 --- a/.changeset/perfect-geese-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@quickpickle/playwright": minor ---- - -added screenshot options to playwright world config diff --git a/.changeset/smart-news-march.md b/.changeset/smart-news-march.md deleted file mode 100644 index bab031a..0000000 --- a/.changeset/smart-news-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"quickpickle": patch ---- - -Fix DataTables and DocStrings replacements in Scenario Outlines diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index 55f9a0c..75d44ad 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -1,5 +1,13 @@ # quickpickle +## 1.6.1 + +### Patch Changes + +- 2626333: Render empty Features and Rules without errors. +- 4ce1543: added "data" property to World interface and variable +- d4d5717: Fix DataTables and DocStrings replacements in Scenario Outlines + ## 1.6.0 ### Minor Changes diff --git a/packages/main/package.json b/packages/main/package.json index f1d5265..b3e477d 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "quickpickle", - "version": "1.6.0", + "version": "1.6.1", "description": "Plugin for Vitest to run tests written in Gherkin Syntax.", "keywords": [ "BDD", diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index ce3e259..607d941 100644 --- a/packages/playwright/CHANGELOG.md +++ b/packages/playwright/CHANGELOG.md @@ -1,5 +1,20 @@ # @quickpickle/playwright +## 0.11.0 + +### Minor Changes + +- 63e01b5: Refactor for better playwright code +- a614266: added screenshot options to playwright world config + +### Patch Changes + +- 4859183: trying to fix the project root for saving screenshots +- Updated dependencies [2626333] +- Updated dependencies [4ce1543] +- Updated dependencies [d4d5717] + - quickpickle@1.6.1 + ## 0.10.6 ### Patch Changes diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 191b79d..5d9807f 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -1,6 +1,6 @@ { "name": "@quickpickle/playwright", - "version": "0.10.6", + "version": "0.11.0", "description": "Support files for running tests with Playwright using QuickPickle (Gherkin in Vitest).", "keywords": [ "BDD",