Skip to content

Commit e390685

Browse files
Version Packages
1 parent e348df7 commit e390685

7 files changed

Lines changed: 26 additions & 10 deletions

File tree

.changeset/kind-taxis-live.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/args-pathspec/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @simple-git/args-pathspec
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 0cf9d8c: Improvements for mono-repo publishing pipeline
8+
39
## 1.0.1
410

511
### Patch Changes

packages/args-pathspec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simple-git/args-pathspec",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"publish": {
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",

packages/argv-parser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @simple-git/argv-parser
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 0cf9d8c: Improvements for mono-repo publishing pipeline
8+
- Updated dependencies [0cf9d8c]
9+
- @simple-git/args-pathspec@1.0.2
10+
311
## 1.0.2
412

513
### Patch Changes

packages/argv-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simple-git/argv-parser",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"publish": {
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",

simple-git/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change History & Release Notes
22

3+
## 3.35.2
4+
5+
### Patch Changes
6+
7+
- 0cf9d8c: Improvements for mono-repo publishing pipeline
8+
- Updated dependencies [0cf9d8c]
9+
- @simple-git/args-pathspec@1.0.2
10+
- @simple-git/argv-parser@1.0.3
11+
312
## 3.35.1
413

514
### Patch Changes

simple-git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-git",
33
"description": "Simple GIT interface for node.js",
4-
"version": "3.35.1",
4+
"version": "3.35.2",
55
"author": "Steve King <[email protected]>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)