Skip to content

Commit 51656b9

Browse files
committed
chore(release): 🚀 5.39.2
1 parent a04b680 commit 51656b9

9 files changed

Lines changed: 35 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
# Changelog
44

5+
## 5.39.2 (2026-03-25)
6+
7+
_Commits from: v5.39.1..HEAD_
8+
9+
### 📦 common-utils changes
10+
11+
#### Bug Fixes
12+
13+
- 🐛 remove unused preserve function and simplify parameter handling ([a04b680](https://github.com/tomgrv/devcontainer-features/commit/a04b680f7612f4ae4f4661d59643d0815008f312))
14+
15+
### 📦 gitutils changes
16+
17+
#### Bug Fixes
18+
19+
- 🐛 correct push logic and cleanup temporary branch handling ([4b8eaaa](https://github.com/tomgrv/devcontainer-features/commit/4b8eaaa1053f40a028fb4f4c2d6ffec098c4e66e))
20+
21+
### 📦 gitversion changes
22+
23+
#### Bug Fixes
24+
25+
- 🐛 add docker-in-docker to installsAfter list ([fdceec5](https://github.com/tomgrv/devcontainer-features/commit/fdceec5be65f5d5d624be4b06741bc74a3836a38))
26+
527
## 5.39.1 (2026-03-24)
628

729
_Commits from: v5.39.0..HEAD_
@@ -639,4 +661,4 @@ _Commits from: v5.25.0..HEAD_
639661

640662
---
641663

642-
_Generated on 2026-03-24 by [tomgrv/devcontainer-features](https://github.com/tomgrv/devcontainer-features)_
664+
_Generated on 2026-03-25 by [tomgrv/devcontainer-features](https://github.com/tomgrv/devcontainer-features)_

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/devcontainer-features",
3-
"version": "5.39.1",
3+
"version": "5.39.2",
44
"description": "Configure dev environment with devcontainer, gitflow, gitversion, git aliases & hooks. Can be used a devcontainer features",
55
"keywords": [
66
"dev",

src/common-utils/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "common-utils",
33
"name": "Common Utils",
44
"description": "Common utils for tomgrv/devcontainer-features",
5-
"version": "5.39.1",
5+
"version": "5.39.2",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/common-utils": {}
88
},

src/common-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/common-utils",
3-
"version": "5.39.1",
3+
"version": "5.39.2",
44
"description": "Common utilities and helper scripts for devcontainer features",
55
"files": [
66
"_*.sh",

src/gitutils/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "gitutils",
33
"name": "Git Aliases",
44
"description": "A feature to add useful Git aliases to your shell.",
5-
"version": "5.39.0",
5+
"version": "5.39.2",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/node:1": "lts",
88
"ghcr.io/tomgrv/devcontainer-features/common-utils:5": {

src/gitutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/gitutils",
3-
"version": "5.39.0",
3+
"version": "5.39.2",
44
"description": "Git utilities and aliases for development workflow",
55
"files": [
66
"_*.sh",

src/gitversion/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "gitversion",
33
"name": "GitVersion feature",
44
"description": "Add gitversion to your devcontainer",
5-
"version": "5.38.6",
5+
"version": "5.39.2",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/docker-in-docker:2": "",
88
"ghcr.io/tomgrv/devcontainer-features/common-utils:5": ""

src/gitversion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/gitversion",
3-
"version": "5.38.6",
3+
"version": "5.39.2",
44
"description": "GitVersion integration and version management scripts",
55
"files": [
66
"_*.sh",

0 commit comments

Comments
 (0)