Skip to content

Commit 37ce961

Browse files
committed
Update versions
1 parent f75d7a5 commit 37ce961

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/aws-cli-persistence/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "AWS CLI Persistence",
33
"id": "aws-cli-persistence",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/aws-cli-persistence",
66
"description": "Avoid extra logins from the AWS CLI by preserving the `~/.aws` folder across container instances.",
77
"options": {},

src/gcloud-cli-persistence/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Google Cloud CLI Persistence",
33
"id": "gcloud-cli-persistence",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/gcloud-cli-persistence",
66
"description": "Avoid extra logins from the Google Cloud CLI by preserving the `~/.config/gcloud` folder across container instances.",
77
"options": {},

src/github-cli-persistence/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Github CLI Persistence",
33
"id": "github-cli-persistence",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/github-cli-persistence",
66
"description": "Avoid extra logins from the Github CLI by preserving the `~/.config/gh` folder across container instances.",
77
"options": {},

src/mount-pnpm-store/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Mount pnpm Store",
33
"id": "mount-pnpm-store",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/mount-pnpm-store",
66
"description": "Sets pnpm store to ~/.pnpm-store and mounts it to a volume to share between multiple devcontainers",
77
"options": {},

0 commit comments

Comments
 (0)