Skip to content

Commit 0dc92fb

Browse files
committed
chore(release): 🚀 5.32.0
1 parent 09cc5f6 commit 0dc92fb

17 files changed

Lines changed: 81 additions & 59 deletions

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.32.0 (2025-12-18)
6+
7+
_Commits from: v5.31.2..HEAD_
8+
9+
### 📂 Unscoped changes
10+
11+
#### Bug Fixes
12+
13+
- 🐛 improve repository name extraction and refactor commit selection logic ([23878f6](https://github.com/tomgrv/devcontainer-features/commit/23878f609db5b6698de983b66f3c04345aacd105))
14+
- 🐛 update lint-staged configuration to exclude templates directory from formatting ([09cc5f6](https://github.com/tomgrv/devcontainer-features/commit/09cc5f66566eaef5fc593a43cb7246e48439104d))
15+
16+
#### Features
17+
18+
- ✨ add credential configuration to gitutils ([bf15932](https://github.com/tomgrv/devcontainer-features/commit/bf159329e4bbb00e4764406dce66f2826ab19b6e))
19+
- ✨ add stubs for package.json and composer.json files ([f9a0ded](https://github.com/tomgrv/devcontainer-features/commit/f9a0ded61831c7758aa71fa7981c6111835eb46f))
20+
21+
#### Other changes
22+
23+
- 👷 add GitHub Actions workflows ([5ddaa96](https://github.com/tomgrv/devcontainer-features/commit/5ddaa96bc8988e4a0aeff189437d7114296e69e0))
24+
- Merge branch 'main' into develop ([64567b0](https://github.com/tomgrv/devcontainer-features/commit/64567b0fa68c20e45c670aa00e61bf2429a555c4))
25+
- Merge tag 'v5.31.1' into develop ([4f0aabf](https://github.com/tomgrv/devcontainer-features/commit/4f0aabf21847feb605e45e0a3b8db52315086821))
26+
527
## 5.31.2 (2025-10-09)
628

729
_Commits from: v5.31.1..HEAD_
@@ -316,4 +338,4 @@ _Commits from: v5.25.0..HEAD_
316338

317339
---
318340

319-
_Generated on 2025-10-09 by [tomgrv/devcontainer-features](https://github.com/tomgrv/devcontainer-features)_
341+
_Generated on 2025-12-18 by [tomgrv/devcontainer-features](https://github.com/tomgrv/devcontainer-features)_

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.31.2",
3+
"version": "5.32.0",
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.31.1",
5+
"version": "5.32.0",
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.31.1",
3+
"version": "5.32.0",
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.31.1",
5+
"version": "5.32.0",
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.31.1",
3+
"version": "5.32.0",
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.31.1",
5+
"version": "5.32.0",
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.31.1",
3+
"version": "5.32.0",
44
"description": "Git hooks and linting configuration for development workflow",
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.31.2",
5+
"version": "5.32.0",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/node:1": "lts",
88
"ghcr.io/tomgrv/devcontainer-features/common-utils:5": {

0 commit comments

Comments
 (0)