Skip to content

Commit fd2cd61

Browse files
committed
Release new versions of some features
After some refactoring and changes to make it work with basic base images we are releasing new versions of some features. - bun: 1.0.2 - postgres-client: 1.1.3 - ruby: 1.1.2
1 parent b242279 commit fd2cd61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "bun",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"name": "Bun",
55
"description": "Installs needed client-side dependencies for Rails apps using Bun"
66
}

features/src/postgres-client/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "postgres-client",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"name": "Postgres Client",
55
"description": "Installs needed client-side dependencies for Rails apps using Postgres",
66
"options": {

features/src/ruby/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ruby",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"name": "Ruby (via rbenv)",
55
"description": "Installs Ruby, rbenv, ruby-build and libraries needed to build Ruby",
66
"customizations": {

0 commit comments

Comments
 (0)