Skip to content

Commit

Permalink
chore: update winglibs version (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
polamoros authored and skorfmann committed Jan 22, 2024
1 parent 91daff5 commit 50358d8
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 122 deletions.
70 changes: 30 additions & 40 deletions containers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion containers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winglibs/containers",
"version": "0.0.18",
"version": "0.0.19",
"description": "Container support for Wing",
"repository": {
"type": "git",
Expand Down
70 changes: 30 additions & 40 deletions postgres/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winglibs/postgres",
"version": "0.0.6",
"version": "0.0.7",
"description": "Postgres support for Wing",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions update-wing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ for dir in */ ; do
if grep -q "\"winglang\"" package.json; then
echo "Updating winglang in '$dir'..."
npm update winglang
npm version patch
else
echo "winglang not found in '$dir'.\n"
fi
Expand Down
Loading

0 comments on commit 50358d8

Please sign in to comment.