Skip to content

Commit

Permalink
chore: Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Jun 26, 2023
1 parent 8f585ca commit 0931c2f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/cypress-debugger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# cypress-debugger

## 1.0.5

### Patch Changes

- Allow inclusion of traces for failing tests only
- Updated dependencies
- @currents/cypress-debugger-plugin@1.0.5
- @currents/cypress-debugger-support@1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress-debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-debugger",
"version": "1.0.4",
"version": "1.0.5",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Currents Software Inc",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @currents/cypress-debugger-plugin

## 1.0.5

### Patch Changes

- Allow inclusion of traces for failing tests only
- Updated dependencies
- @currents/cypress-debugger-support@1.0.5

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@currents/cypress-debugger-plugin",
"version": "1.0.4",
"version": "1.0.5",
"main": "./dist/index.js",
"types": "./src/index.ts",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @currents/cypress-debugger-support

## 1.0.5

### Patch Changes

- Allow inclusion of traces for failing tests only

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@currents/cypress-debugger-support",
"version": "1.0.4",
"version": "1.0.5",
"main": "./dist/index.js",
"types": "./src/index.ts",
"license": "MIT",
Expand Down

0 comments on commit 0931c2f

Please sign in to comment.