Skip to content

Commit

Permalink
Merge pull request #15 from dnotes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: new release candidate
  • Loading branch information
dnotes authored Nov 9, 2024
2 parents 2bb4509 + 8e05ced commit e1f30f6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/silly-suits-attend.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# quickpickle

## 1.5.2

### Patch Changes

- 2bb4509: Fixed several errors in rendering, including:

- \`Backticks` and ${variables} were not escaped properly in Scenario Outlines
- Backslashes were not escaped properly in other strings

## 1.5.1

### Patch 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.1",
"version": "1.5.2",
"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.2

### Patch Changes

- Updated dependencies [2bb4509]
- [email protected]

## 0.10.1

### Patch 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.1",
"version": "0.10.2",
"description": "Support files for running tests with Playwright using QuickPickle (Gherkin in Vitest).",
"keywords": [
"BDD",
Expand Down

0 comments on commit e1f30f6

Please sign in to comment.