Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 13, 2020
1 parent f0c2582 commit 0c42ae4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .changeset/cli-exit-code.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove-agent-interactor-dep.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @bigtest/agent

## 0.7.2

### Patch Changes

- 942ff150: make @bigtest/interactor a devDependency only since it is only used in
tests

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigtest/agent",
"version": "0.7.1",
"version": "0.7.2",
"description": "Agent for connecting test environments (browsers) to BigTest",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bigtest/cli

## 0.7.0

### Minor Changes

- c07415a4: Set exit code based on result of running test suite

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigtest/cli",
"version": "0.6.3",
"version": "0.7.0",
"description": "Use BigTest",
"repository": "https://github.com/thefrontside/bigtest.git",
"author": "Frontside Engineering <[email protected]>",
Expand Down

0 comments on commit 0c42ae4

Please sign in to comment.