diff --git a/bedrock/package.json b/bedrock/package.json index c98c8f33..46b8e414 100644 --- a/bedrock/package.json +++ b/bedrock/package.json @@ -1,7 +1,7 @@ { "name": "@winglibs/bedrock", "description": "A Wing library for Amazon Bedrock", - "version": "0.0.3", + "version": "0.0.4", "author": { "name": "Eyal Keren", "email": "eyalk@wing.cloud" diff --git a/budget/package.json b/budget/package.json index 138a60b4..8fd07935 100644 --- a/budget/package.json +++ b/budget/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/budget", - "version": "0.1.0", + "version": "0.1.1", "description": "AWS Budget", "keywords": [ "AWS", diff --git a/checks/package.json b/checks/package.json index 91fb845d..e0e42c83 100644 --- a/checks/package.json +++ b/checks/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/checks", - "version": "0.0.7", + "version": "0.0.8", "description": "Cloud checks", "publishConfig": { "access": "public", diff --git a/containers/package.json b/containers/package.json index 5118b6e5..cc12b9c1 100644 --- a/containers/package.json +++ b/containers/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/containers", - "version": "0.0.23", + "version": "0.0.25", "description": "Container support for Wing", "repository": { "type": "git", diff --git a/dynamodb/package.json b/dynamodb/package.json index 7a22431f..4685b8f6 100644 --- a/dynamodb/package.json +++ b/dynamodb/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/dynamodb", - "version": "0.0.1", + "version": "0.0.2", "description": "DynamoDB library for Wing", "author": { "name": "Cristian Pallarés", diff --git a/eventbridge/package.json b/eventbridge/package.json index b662b4ee..5479abb9 100644 --- a/eventbridge/package.json +++ b/eventbridge/package.json @@ -1,7 +1,7 @@ { "name": "@winglibs/eventbridge", "description": "Amazon EventBridge library for Wing", - "version": "0.0.2", + "version": "0.0.3", "repository": { "type": "git", "url": "https://github.com/winglang/winglibs.git", diff --git a/fifoqueue/package.json b/fifoqueue/package.json index f4794d99..49c94cb5 100644 --- a/fifoqueue/package.json +++ b/fifoqueue/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/fifoqueue", - "version": "0.0.4", + "version": "0.0.5", "description": "A wing library to work with FIFO (first-in first-out) Queues", "author": { "name": "Elad Cohen", diff --git a/github/package.json b/github/package.json index 1cdfc6f7..8506e069 100644 --- a/github/package.json +++ b/github/package.json @@ -1,7 +1,7 @@ { "name": "@winglibs/github", "description": "A Wing library for GitHub Probot", - "version": "0.0.6", + "version": "0.0.7", "author": { "name": "Elad Cohen", "email": "eladc@wing.cloud" diff --git a/lock/package.json b/lock/package.json index e3ceacc1..b8bb9b96 100644 --- a/lock/package.json +++ b/lock/package.json @@ -1,7 +1,7 @@ { "name": "@winglibs/lock", "description": "A Wing library for cloud Lock", - "version": "0.0.2", + "version": "0.0.3", "author": { "name": "Eyal Keren", "email": "eyalk@wing.cloud" diff --git a/ngrok/package.json b/ngrok/package.json index 151a596b..11e1cad4 100644 --- a/ngrok/package.json +++ b/ngrok/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/ngrok", - "version": "0.0.3", + "version": "0.0.4", "description": "ngrok library for Wing", "author": { "name": "Elad Ben-Israel", diff --git a/openai/package.json b/openai/package.json index c3c6cad2..7b81674c 100644 --- a/openai/package.json +++ b/openai/package.json @@ -1,7 +1,7 @@ { "name": "@winglibs/openai", "description": "OpenAI library for Wing", - "version": "0.0.2", + "version": "0.0.3", "repository": { "type": "git", "url": "https://github.com/winglang/winglibs.git", diff --git a/postgres/package.json b/postgres/package.json index 162c4346..6fdfc09b 100644 --- a/postgres/package.json +++ b/postgres/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/postgres", - "version": "0.0.8", + "version": "0.0.9", "description": "Postgres support for Wing", "repository": { "type": "git", diff --git a/redis/package.json b/redis/package.json index 3edc8f8f..3c291cc9 100644 --- a/redis/package.json +++ b/redis/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/redis", - "version": "0.0.4", + "version": "0.0.5", "description": "Redis resource for Wing", "repository": { "type": "git", diff --git a/sagemaker/package.json b/sagemaker/package.json index ba3b2f91..bed922dc 100644 --- a/sagemaker/package.json +++ b/sagemaker/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/sagemaker", - "version": "0.0.2", + "version": "0.0.3", "description": "The library enables owners of a trained sagemaker model, to access its Endpoints from a winglang inflight code.", "repository": { "type": "git", diff --git a/simtools/package.json b/simtools/package.json index 0ce8ffb4..ff109d37 100644 --- a/simtools/package.json +++ b/simtools/package.json @@ -1,7 +1,7 @@ { "name": "@winglibs/simtools", "description": "Wing simulator utility library", - "version": "0.0.1", + "version": "0.0.2", "repository": { "type": "git", "url": "https://github.com/winglang/winglibs.git", diff --git a/vite/package.json b/vite/package.json index 650466a5..2ee6466b 100644 --- a/vite/package.json +++ b/vite/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/vite", - "version": "0.1.3", + "version": "0.1.4", "description": "Wing resource that allows deploying a Vite application to the cloud", "repository": { "type": "git", diff --git a/websockets/package.json b/websockets/package.json index 9241e6f1..9f216fa9 100644 --- a/websockets/package.json +++ b/websockets/package.json @@ -1,7 +1,7 @@ { "name": "@winglibs/websockets", "description": "WebSocket library for Wing", - "version": "0.3.2", + "version": "0.3.3", "repository": { "type": "git", "url": "https://github.com/winglang/winglibs.git",