From 4a6126b3474897f82d355b40df96f81462da7127 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Sep 2024 12:14:12 +0000 Subject: [PATCH] Version Packages --- .changeset/brave-avocados-dress.md | 5 ----- .changeset/hot-hornets-clean.md | 5 ----- .changeset/quiet-socks-pull.md | 5 ----- .changeset/slimy-clocks-drum.md | 6 ------ simple-git/CHANGELOG.md | 13 +++++++++++++ simple-git/package.json | 2 +- 6 files changed, 14 insertions(+), 22 deletions(-) delete mode 100644 .changeset/brave-avocados-dress.md delete mode 100644 .changeset/hot-hornets-clean.md delete mode 100644 .changeset/quiet-socks-pull.md delete mode 100644 .changeset/slimy-clocks-drum.md diff --git a/.changeset/brave-avocados-dress.md b/.changeset/brave-avocados-dress.md deleted file mode 100644 index 9d867f86..00000000 --- a/.changeset/brave-avocados-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'simple-git': patch ---- - -Resolve error in log parsing when fields have empty values. diff --git a/.changeset/hot-hornets-clean.md b/.changeset/hot-hornets-clean.md deleted file mode 100644 index 3347e208..00000000 --- a/.changeset/hot-hornets-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'simple-git': minor ---- - -Add `similarity` to the `DiffResultNameStatusFile` interface used when fetching log/diff with the `--name-status` option. diff --git a/.changeset/quiet-socks-pull.md b/.changeset/quiet-socks-pull.md deleted file mode 100644 index cad429ee..00000000 --- a/.changeset/quiet-socks-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'simple-git': minor ---- - -Diff summary includes original name of renamed files when run wiht the `--name-status` option. diff --git a/.changeset/slimy-clocks-drum.md b/.changeset/slimy-clocks-drum.md deleted file mode 100644 index 2a49ef53..00000000 --- a/.changeset/slimy-clocks-drum.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'simple-git': minor ---- - -Fixes an issue with reporting name changes in the `files` array returned by `git.status`. -Thank you @mark-codesphere for the contribution. diff --git a/simple-git/CHANGELOG.md b/simple-git/CHANGELOG.md index 3819fadb..f41233b9 100644 --- a/simple-git/CHANGELOG.md +++ b/simple-git/CHANGELOG.md @@ -1,5 +1,18 @@ # Change History & Release Notes +## 3.27.0 + +### Minor Changes + +- 52f767b: Add `similarity` to the `DiffResultNameStatusFile` interface used when fetching log/diff with the `--name-status` option. +- 739b0d9: Diff summary includes original name of renamed files when run wiht the `--name-status` option. +- bc90e7e: Fixes an issue with reporting name changes in the `files` array returned by `git.status`. + Thank you @mark-codesphere for the contribution. + +### Patch Changes + +- 03e1c64: Resolve error in log parsing when fields have empty values. + ## 3.26.0 ### Minor Changes diff --git a/simple-git/package.json b/simple-git/package.json index c405885e..a2adadf5 100644 --- a/simple-git/package.json +++ b/simple-git/package.json @@ -1,7 +1,7 @@ { "name": "simple-git", "description": "Simple GIT interface for node.js", - "version": "3.26.0", + "version": "3.27.0", "author": "Steve King ", "contributors": [ {