Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuanianji committed Mar 13, 2024
1 parent f75d7a5 commit 37ce961
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/aws-cli-persistence/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "AWS CLI Persistence",
"id": "aws-cli-persistence",
"version": "1.0.2",
"version": "1.0.3",
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/aws-cli-persistence",
"description": "Avoid extra logins from the AWS CLI by preserving the `~/.aws` folder across container instances.",
"options": {},
Expand Down
2 changes: 1 addition & 1 deletion src/gcloud-cli-persistence/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Google Cloud CLI Persistence",
"id": "gcloud-cli-persistence",
"version": "1.0.2",
"version": "1.0.3",
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/gcloud-cli-persistence",
"description": "Avoid extra logins from the Google Cloud CLI by preserving the `~/.config/gcloud` folder across container instances.",
"options": {},
Expand Down
2 changes: 1 addition & 1 deletion src/github-cli-persistence/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Github CLI Persistence",
"id": "github-cli-persistence",
"version": "1.0.2",
"version": "1.0.3",
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/github-cli-persistence",
"description": "Avoid extra logins from the Github CLI by preserving the `~/.config/gh` folder across container instances.",
"options": {},
Expand Down
2 changes: 1 addition & 1 deletion src/mount-pnpm-store/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Mount pnpm Store",
"id": "mount-pnpm-store",
"version": "1.0.1",
"version": "1.0.2",
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/mount-pnpm-store",
"description": "Sets pnpm store to ~/.pnpm-store and mounts it to a volume to share between multiple devcontainers",
"options": {},
Expand Down

0 comments on commit 37ce961

Please sign in to comment.