From ecb0c183a735e5ac1e0f7ae4b31d3acfd9cccfa7 Mon Sep 17 00:00:00 2001 From: Ben Holmes Date: Thu, 16 May 2024 20:19:03 -0400 Subject: [PATCH] chore: bump changeset to minor --- .changeset/twenty-cycles-bathe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/twenty-cycles-bathe.md b/.changeset/twenty-cycles-bathe.md index d3d0cff1d4ec..718cdc6902ac 100644 --- a/.changeset/twenty-cycles-bathe.md +++ b/.changeset/twenty-cycles-bathe.md @@ -1,5 +1,5 @@ --- -"astro": patch +"astro": minor --- Add compatibility for Astro Actions in the React 19 beta. Actions can be passed to a `form action` prop directly, and Astro will automatically add metadata for progressive enhancement.