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 Aug 22, 2022
1 parent d0dceda commit ee801ae
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-apples-watch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/heavy-pumpkins-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-needles-leave.md

This file was deleted.

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

## 1.0.0
### Major Changes

- 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
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
@@ -1,8 +1,8 @@
{
"name": "@simple-git/test-utils",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"peerDependencies": {
"simple-git": "^3.12.0"
"simple-git": "^3.13.0"
}
}
11 changes: 11 additions & 0 deletions simple-git/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change History & Release Notes

## 3.13.0

### Minor Changes

- 87b0d75: Increase the level of deprecation notices for use of `simple-git/promise`, which will be fully removed in the next major
- d0dceda: Allow supplying just one of to/from in the options supplied to git.log

### Patch Changes

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

## 3.12.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.12.0",
"version": "3.13.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": "^0.0.0",
"@simple-git/test-utils": "^1.0.0",
"@types/debug": "^4.1.5",
"@types/jest": "^27.0.3",
"@types/node": "^14.14.10",
Expand Down

0 comments on commit ee801ae

Please sign in to comment.