From 213cae1d646d86cd56e24903a9467a80c53e81f7 Mon Sep 17 00:00:00 2001 From: helbing Date: Wed, 3 May 2023 19:29:53 +0800 Subject: [PATCH] chore: release v0.0.19 --- package.json | 2 +- packages/adapter/package.json | 2 +- packages/construct/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index edbb92e0..76970100 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astrojs-aws", - "version": "0.0.18", + "version": "0.0.19", "private": true, "scripts": { "preinstall": "npx -y only-allow pnpm", diff --git a/packages/adapter/package.json b/packages/adapter/package.json index ec9982af..d91fb9e3 100644 --- a/packages/adapter/package.json +++ b/packages/adapter/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs-aws/adapter", - "version": "0.0.18", + "version": "0.0.19", "description": "The Astro adapter of AWS Serverless", "type": "module", "exports": { diff --git a/packages/construct/package.json b/packages/construct/package.json index e39a9d74..afa129e7 100644 --- a/packages/construct/package.json +++ b/packages/construct/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs-aws/construct", - "version": "0.0.18", + "version": "0.0.19", "description": "The CDK Construct Library of Astro", "main": "./lib/index.js", "types": "./lib/index.d.ts",