From be343012db1e95078bb64f914a1098d6035782b3 Mon Sep 17 00:00:00 2001 From: Uri Bar Date: Wed, 19 Jun 2024 10:17:42 +0300 Subject: [PATCH] chore(repo): version bump --- dynamodb/package.json | 2 +- ses/package.json | 2 +- sns/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dynamodb/package.json b/dynamodb/package.json index 6d84dbd1..e3f9be8c 100644 --- a/dynamodb/package.json +++ b/dynamodb/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/dynamodb", - "version": "0.1.12", + "version": "0.1.13", "description": "DynamoDB library for Wing", "author": { "name": "Cristian Pallarés", diff --git a/ses/package.json b/ses/package.json index 5af06760..c9028463 100644 --- a/ses/package.json +++ b/ses/package.json @@ -1,7 +1,7 @@ { "name": "@winglibs/ses", "description": "Wing library for interacting with AWS SES", - "version": "0.0.3", + "version": "0.0.4", "repository": { "type": "git", "url": "https://github.com/winglang/winglibs.git", diff --git a/sns/package.json b/sns/package.json index f3506d2b..5dba8dad 100644 --- a/sns/package.json +++ b/sns/package.json @@ -1,7 +1,7 @@ { "name": "@winglibs/sns", "description": "Wing library for interacting with AWS SNS", - "version": "0.1.1", + "version": "0.1.3", "repository": { "type": "git", "url": "https://github.com/winglang/winglibs.git",