Skip to content

Commit 7af92a4

Browse files

File tree

41 files changed

+243
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+243
-23
lines changed

packages/auto-merge/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.2.0 (2025-11-13)
7+
8+
9+
### Features
10+
11+
* Remove fs-extra ([#977](https://github.com/ffflorian/node-packages/issues/977)) ([d1434d9](https://github.com/ffflorian/node-packages/commit/d1434d9709396d9a9856cda0a0025afd33d3b400))
12+
13+
14+
15+
16+
617
## 1.1.1 (2025-11-10)
718

819
**Note:** Version bump only for package @ffflorian/auto-merge

packages/auto-merge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"test": "vitest run"
4040
},
4141
"type": "module",
42-
"version": "1.1.1"
42+
"version": "1.2.0"
4343
}

packages/crates-updater/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.11.0 (2025-11-13)
7+
8+
9+
### Features
10+
11+
* Remove fs-extra ([#977](https://github.com/ffflorian/tree/node-packages/crates-updater/issues/977)) ([d1434d9](https://github.com/ffflorian/tree/node-packages/crates-updater/commit/d1434d9709396d9a9856cda0a0025afd33d3b400))
12+
13+
14+
15+
16+
617
## 1.10.1 (2025-11-10)
718

819
**Note:** Version bump only for package crates-updater

packages/crates-updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"start": "tsx src/cli.ts"
4040
},
4141
"type": "module",
42-
"version": "1.10.1"
42+
"version": "1.11.0"
4343
}

packages/double-linked-list/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 3.9.0 (2025-11-13)
7+
8+
9+
### Features
10+
11+
* Remove fs-extra ([#977](https://github.com/ffflorian/node-packages/issues/977)) ([d1434d9](https://github.com/ffflorian/node-packages/commit/d1434d9709396d9a9856cda0a0025afd33d3b400))
12+
13+
14+
15+
16+
617
## 3.8.1 (2025-11-10)
718

819
**Note:** Version bump only for package @ffflorian/doublelinkedlist

packages/double-linked-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"test": "vitest run"
2727
},
2828
"type": "module",
29-
"version": "3.8.1"
29+
"version": "3.9.0"
3030
}

packages/electron-icon-generator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.9.0 (2025-11-13)
7+
8+
9+
### Features
10+
11+
* Remove fs-extra ([#977](https://github.com/ffflorian/node-packages/issues/977)) ([d1434d9](https://github.com/ffflorian/node-packages/commit/d1434d9709396d9a9856cda0a0025afd33d3b400))
12+
13+
14+
15+
16+
617
## 1.8.1 (2025-11-10)
718

819
**Note:** Version bump only for package @ffflorian/electron-icon-generator

packages/electron-icon-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"test": "exit 0"
4040
},
4141
"type": "module",
42-
"version": "1.8.1"
42+
"version": "1.9.0"
4343
}

packages/electron-info/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.26.0 (2025-11-13)
7+
8+
9+
### Features
10+
11+
* Remove fs-extra ([#977](https://github.com/ffflorian/node-packages/issues/977)) ([d1434d9](https://github.com/ffflorian/node-packages/commit/d1434d9709396d9a9856cda0a0025afd33d3b400))
12+
13+
14+
15+
16+
617
## 1.25.1 (2025-11-10)
718

819
**Note:** Version bump only for package electron-info

packages/electron-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"test": "vitest run"
4848
},
4949
"type": "module",
50-
"version": "1.25.1"
50+
"version": "1.26.0"
5151
}

0 commit comments

Comments
 (0)