Skip to content

Commit 2264722

Browse files
Version Packages
1 parent 5e6623f commit 2264722

7 files changed

Lines changed: 32 additions & 13 deletions

File tree

.changeset/hip-pandas-hear.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.1
4+
5+
### Patch Changes
6+
7+
- 3d8708b: Updating publish config
8+
39
## 1.0.0
410

511
### Major 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.0",
3+
"version": "1.0.1",
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.1
4+
5+
### Patch Changes
6+
7+
- 3d8708b: Updating publish config
8+
- Updated dependencies [3d8708b]
9+
- @simple-git/args-pathspec@1.0.1
10+
311
## 1.0.0
412

513
### Major Changes

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": "1.0.0",
3+
"version": "1.0.1",
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:^1.0.0"
28+
"@simple-git/args-pathspec": "workspace:^1.0.1"
2929
},
3030
"devDependencies": {
3131
"vite": "^7.0.0",

simple-git/CHANGELOG.md

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

3+
## 3.35.0
4+
5+
### Minor Changes
6+
7+
- 3d8708b: Updating publish config
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3d8708b]
12+
- @simple-git/args-pathspec@1.0.1
13+
- @simple-git/argv-parser@1.0.1
14+
315
## 3.34.0
416

517
### 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.34.0",
4+
"version": "3.35.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:^1.0.0",
20-
"@simple-git/argv-parser": "workspace:^1.0.0",
19+
"@simple-git/args-pathspec": "workspace:^1.0.1",
20+
"@simple-git/argv-parser": "workspace:^1.0.1",
2121
"debug": "^4.4.0"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)