diff --git a/.changeset/dull-balloons-punch.md b/.changeset/dull-balloons-punch.md deleted file mode 100644 index df9e149..0000000 --- a/.changeset/dull-balloons-punch.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"quickpickle": patch ---- - -Fixed problems with Scenario Outline rendering; under the following conditions, -and probably some others, the renderer would fail. - -- If a parameter were named "context" -- Any regex characters (e.g. *) in a parameter name -- Having a ton of examples -- If a parameter name started with a number \ No newline at end of file diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index 4c1b8b3..c4a19f2 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -1,5 +1,17 @@ # quickpickle +## 1.5.1 + +### Patch Changes + +- db82746: Fixed problems with Scenario Outline rendering; under the following conditions, + and probably some others, the renderer would fail. + + - If a parameter were named "context" + - Any regex characters (e.g. \*) in a parameter name + - Having a ton of examples + - If a parameter name started with a number + ## 1.5.0 ### Minor Changes diff --git a/packages/main/package.json b/packages/main/package.json index 4542fb0..18f9277 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "quickpickle", - "version": "1.5.0", + "version": "1.5.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 f4a77bc..bfd7997 100644 --- a/packages/playwright/CHANGELOG.md +++ b/packages/playwright/CHANGELOG.md @@ -1,5 +1,12 @@ # @quickpickle/playwright +## 0.10.1 + +### Patch Changes + +- Updated dependencies [db82746] + - quickpickle@1.5.1 + ## 0.10.0 ### Minor Changes diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 8c2ee58..1fa8334 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -1,6 +1,6 @@ { "name": "@quickpickle/playwright", - "version": "0.10.0", + "version": "0.10.1", "description": "Support files for running tests with Playwright using QuickPickle (Gherkin in Vitest).", "keywords": [ "BDD",