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 Nov 12, 2022
1 parent 7746480 commit d4764bf
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-tools-doubt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/skip-hop-jump.md

This file was deleted.

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

## 3.0.0

### Patch Changes

- Updated dependencies [7746480]
- Updated dependencies [7746480]
- simple-git@3.15.0

## 2.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
@@ -1,8 +1,8 @@
{
"name": "@simple-git/test-utils",
"version": "2.0.0",
"version": "3.0.0",
"private": true,
"peerDependencies": {
"simple-git": "^3.14.0"
"simple-git": "^3.15.0"
}
}
11 changes: 11 additions & 0 deletions simple-git/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change History & Release Notes

## 3.15.0

### Minor Changes

- 7746480: Disables the use of inline configuration arguments to prevent unitentionally allowing non-standard remote protocols without explicitly opting in to this practice with the new `allowUnsafeProtocolOverride` property having been enabled.

### Patch Changes

- 7746480: - Upgrade repo dependencies - lerna and jest
- Include node@19 in the test matrix

## 3.14.1

### Patch 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.14.1",
"version": "3.15.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": "^2.0.0",
"@simple-git/test-utils": "^3.0.0",
"@types/debug": "^4.1.5",
"@types/jest": "^29.2.2",
"@types/node": "^16",
Expand Down

0 comments on commit d4764bf

Please sign in to comment.