Skip to content

Commit b37f382

Browse files
committed
Merge branch 'hotfix/v5.30.X'
2 parents 81e2db0 + 4c876a0 commit b37f382

19 files changed

Lines changed: 98 additions & 87 deletions

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
# Changelog
44

5+
## 5.30.2 (2025-10-02)
6+
7+
_Commits from: v5.30.1..HEAD_
8+
9+
### 📦 gitutils changes
10+
11+
#### Bug Fixes
12+
13+
- 🐛 improve error handling ([5ca79f0](https://github.com/tomgrv/devcontainer-features/commit/5ca79f09b8f5ee3dd14181d53b0b4e43beca9d88))
14+
- 🐛 rename script setrights ([b099626](https://github.com/tomgrv/devcontainer-features/commit/b0996265881bafc375748a29aaa24051d05298a9))
15+
516
## 5.30.1-beta.1 (2025-10-02)
617

718
_Commits from: v5.30.0..HEAD_

package-lock.json

Lines changed: 9 additions & 9 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.30.1-beta.1",
3+
"version": "5.30.2",
44
"description": "Configure dev environment with devcontainer, gitflow, gitversion, git aliases & hooks. Can be used a devcontainer features",
55
"keywords": [
66
"dev",

src/act/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "act",
33
"name": "Nektos Act",
44
"description": "A tool for running GitHub Actions locally",
5-
"version": "5.28.1",
5+
"version": "5.30.2",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/docker-in-docker": {},
88
"ghcr.io/tomgrv/devcontainer-features/common-utils:5": {}

src/act/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/act",
3-
"version": "5.28.1",
3+
"version": "5.30.2",
44
"description": "Nektos Act - GitHub Actions local runner integration",
55
"files": [
66
"_*.sh",

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.28.1",
5+
"version": "5.30.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.28.1",
3+
"version": "5.30.2",
44
"description": "Common utilities and helper scripts for devcontainer features",
55
"files": [
66
"_*.sh",

src/githooks/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "githooks",
33
"name": "Git Hooks",
44
"description": "A feature to add useful Git hooks to your project",
5-
"version": "5.28.1",
5+
"version": "5.30.2",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/node:1": "lts",
88
"ghcr.io/tomgrv/devcontainer-features/gitutils:5": {}

src/githooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/githooks",
3-
"version": "5.28.1",
3+
"version": "5.30.2",
44
"description": "Git hooks and linting configuration for development workflow",
55
"files": [
66
"_*.sh",

0 commit comments

Comments
 (0)