Skip to content

Commit 05552d1

Browse files
committed
Release v1.0.2: Update all features to version 1.0.2 and add angular-cli dependency
1 parent 972251e commit 05552d1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/angular-dev/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "angular-dev",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"name": "Angular Development Environment",
55
"description": "Angular-specific development environment with port forwarding, VS Code extensions, and CLI autocompletion.",
66
"documentationURL": "https://github.com/helpers4/devcontainer/tree/main/src/angular-dev",

src/git-absorb/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.2",
33
"id": "git-absorb",
44
"name": "git-absorb",
55
"description": "Installs git-absorb, a tool to automatically absorb staged changes into their logical commits. Like 'git commit --fixup' but automatic.",

src/local-mounts/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "local-mounts",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"name": "Local Development Files Mount",
55
"description": "Mounts local Git, SSH, GPG, and npm configuration files into the devcontainer for seamless development authentication.",
66
"documentationURL": "https://github.com/helpers4/devcontainer/tree/main/src/local-mounts",
@@ -40,4 +40,4 @@
4040
"installsAfter": [
4141
"ghcr.io/devcontainers/features/common-utils"
4242
]
43-
}
43+
}

src/shell-history-per-project/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.2",
33
"id": "shell-history-per-project",
44
"name": "Shell History Per Project",
55
"description": "Persist shell history per project by automatically detecting and configuring all available shells (zsh, bash, fish). Supports auto-detection or manual shell selection.",

0 commit comments

Comments
 (0)