Skip to content

Commit

Permalink
Merge pull request #14 from dnotes/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotes authored Nov 8, 2024
2 parents db82746 + 7ea8dce commit 8dd8029
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .changeset/dull-balloons-punch.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @quickpickle/playwright

## 0.10.1

### Patch Changes

- Updated dependencies [db82746]
- [email protected]

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8dd8029

Please sign in to comment.