From a2ab603aae8cbe40a9d6126c4c4503aabb87c5f6 Mon Sep 17 00:00:00 2001 From: Miro Yovchev <2827783+myovchev@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:58:47 +0200 Subject: [PATCH 1/3] External build module support (Vite) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd4816c..507ce54 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@apostrophecms/apostrophe-astro": "^1.0.0", + "@apostrophecms/apostrophe-astro": "@apostrophecms/apostrophe-astro#PRO-6775-external-frontend", "@astrojs/node": "^8.3.4", "astro": "^4.0.0", "dayjs": "^1.11.10", From ffb1c947f39fea26c2c77cd02c746af70a3234b2 Mon Sep 17 00:00:00 2001 From: Miro Yovchev <2827783+myovchev@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:05:38 +0200 Subject: [PATCH 2/3] dep branch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 507ce54..b8ce5f9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@apostrophecms/apostrophe-astro": "@apostrophecms/apostrophe-astro#PRO-6775-external-frontend", + "@apostrophecms/apostrophe-astro": "github:apostrophecms/apostrophe-astro", "@astrojs/node": "^8.3.4", "astro": "^4.0.0", "dayjs": "^1.11.10", From f3d6823797f774f476a0a48827b8099659fc0a38 Mon Sep 17 00:00:00 2001 From: Miro Yovchev <2827783+myovchev@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:55:29 +0200 Subject: [PATCH 3/3] Apply the new extension release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8ce5f9..647e9d7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@apostrophecms/apostrophe-astro": "github:apostrophecms/apostrophe-astro", + "@apostrophecms/apostrophe-astro": "1.1.0", "@astrojs/node": "^8.3.4", "astro": "^4.0.0", "dayjs": "^1.11.10",