From 74317b5e3c230f1e72a5b11909f3ec2b2b0a5d94 Mon Sep 17 00:00:00 2001 From: Brian Love Date: Tue, 2 Jun 2026 10:40:49 -0700 Subject: [PATCH] chore(release): downgrade langchain changeset to minor for 0.2.0 smoke-test release The langchain 1.x / zod 4 upgrade is breaking, but we are not maintaining semver pre-1.0 yet and want the whole fixed package group to ship as the next minor (0.2.0) for production smoke testing rather than 1.0.0. Co-Authored-By: Claude Opus 4.7 --- .changeset/langchain-1x-zod-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/langchain-1x-zod-4.md b/.changeset/langchain-1x-zod-4.md index 29aa5218..ac98050f 100644 --- a/.changeset/langchain-1x-zod-4.md +++ b/.changeset/langchain-1x-zod-4.md @@ -1,5 +1,5 @@ --- -"@dawn-ai/langchain": major +"@dawn-ai/langchain": minor "@dawn-ai/cli": minor "@dawn-ai/vite-plugin": minor ---