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 Sep 4, 2022
1 parent 4259b26 commit 6460a1f
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-mugs-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-actors-peel.md

This file was deleted.

19 changes: 14 additions & 5 deletions packages/test-utils/CHANGELOG.md
@@ -1,13 +1,22 @@
# @simple-git/test-utils

## 2.0.0

### Patch Changes

- Updated dependencies [19029fc]
- Updated dependencies [4259b26]
- simple-git@3.14.0

## 1.0.0

### Major Changes

- 6b3e05c: Use shared test utilities bundle in simple-git tests, to enable consistent testing across packages in the future
- 6b3e05c: Use shared test utilities bundle in simple-git tests, to enable consistent testing across packages in the future

### Patch Changes

- Updated dependencies [87b0d75]
- Updated dependencies [6b3e05c]
- Updated dependencies [d0dceda]
- simple-git@3.13.0
- Updated dependencies [87b0d75]
- Updated dependencies [6b3e05c]
- Updated dependencies [d0dceda]
- simple-git@3.13.0
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
@@ -1,8 +1,8 @@
{
"name": "@simple-git/test-utils",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"peerDependencies": {
"simple-git": "^3.13.0"
"simple-git": "^3.14.0"
}
}
7 changes: 7 additions & 0 deletions simple-git/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change History & Release Notes

## 3.14.0

### Minor Changes

- 19029fc: Create the abort plugin to allow cancelling all pending and future tasks.
- 4259b26: Add `.version` to return git version information, including whether the git binary is installed.

## 3.13.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions simple-git/package.json
@@ -1,7 +1,7 @@
{
"name": "simple-git",
"description": "Simple GIT interface for node.js",
"version": "3.13.0",
"version": "3.14.0",
"author": "Steve King <steve@mydev.co>",
"contributors": [
{
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"@kwsites/promise-result": "^1.1.0",
"@simple-git/babel-config": "^1.0.0",
"@simple-git/test-utils": "^1.0.0",
"@simple-git/test-utils": "^2.0.0",
"@types/debug": "^4.1.5",
"@types/jest": "^27.0.3",
"@types/node": "^16",
Expand Down

0 comments on commit 6460a1f

Please sign in to comment.