Skip to content

Commit 8fbcecd

Browse files
Version Packages
1 parent da3aedf commit 8fbcecd

8 files changed

Lines changed: 45 additions & 21 deletions

File tree

.changeset/lately-unicorn-jobs.md

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

.changeset/petite-crews-thank.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @simple-git/args-pathspec
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 2e1f51c: Enhances scanning of arguments before passing on to the spawned `child_process`.
8+
9+
Caters for `-c` flags prefixing the `git` task (used when setting global inline config) and suffixing with either `-c`, `--config` or `--config-env`. Detects `git config` operations that write to the configuration.

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": "0.0.0",
3+
"version": "1.0.0",
44
"publish": {
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",

packages/argv-parser/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @simple-git/argv-parser
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 2e1f51c: Enhances scanning of arguments before passing on to the spawned `child_process`.
8+
9+
Caters for `-c` flags prefixing the `git` task (used when setting global inline config) and suffixing with either `-c`, `--config` or `--config-env`. Detects `git config` operations that write to the configuration.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [2e1f51c]
14+
- @simple-git/args-pathspec@1.0.0

packages/argv-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simple-git/argv-parser",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"publish": {
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",
@@ -25,7 +25,7 @@
2525
"prepublishOnly": "yarn build:pkg"
2626
},
2727
"dependencies": {
28-
"@simple-git/args-pathspec": "workspace:^0"
28+
"@simple-git/args-pathspec": "workspace:^1.0.0"
2929
},
3030
"devDependencies": {
3131
"vite": "^7.0.0",

simple-git/CHANGELOG.md

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

3+
## 3.34.0
4+
5+
### Minor Changes
6+
7+
- 2b68331: Revised dependency tree to add helper modules as dependencies in main `simple-git`
8+
9+
### Patch Changes
10+
11+
- 2e1f51c: Enhances scanning of arguments before passing on to the spawned `child_process`.
12+
13+
Caters for `-c` flags prefixing the `git` task (used when setting global inline config) and suffixing with either `-c`, `--config` or `--config-env`. Detects `git config` operations that write to the configuration.
14+
15+
- Updated dependencies [2e1f51c]
16+
- @simple-git/args-pathspec@1.0.0
17+
- @simple-git/argv-parser@1.0.0
18+
319
## 3.33.0
420

521
### Minor Changes

simple-git/package.json

Lines changed: 3 additions & 3 deletions
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.33.0",
4+
"version": "3.34.0",
55
"author": "Steve King <[email protected]>",
66
"contributors": [
77
{
@@ -16,8 +16,8 @@
1616
"dependencies": {
1717
"@kwsites/file-exists": "^1.1.1",
1818
"@kwsites/promise-deferred": "^1.1.1",
19-
"@simple-git/args-pathspec": "workspace:^0",
20-
"@simple-git/argv-parser": "workspace:^0",
19+
"@simple-git/args-pathspec": "workspace:^1.0.0",
20+
"@simple-git/argv-parser": "workspace:^1.0.0",
2121
"debug": "^4.4.0"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)