From d9d8b2c651cfc3507523542b4af06462af056943 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 09:20:30 +0000 Subject: [PATCH] Version Packages --- .changeset/smart-nails-mix.md | 5 ----- packages/sdk/CHANGELOG.md | 6 ++++++ packages/sdk/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/smart-nails-mix.md diff --git a/.changeset/smart-nails-mix.md b/.changeset/smart-nails-mix.md deleted file mode 100644 index 80bda25..0000000 --- a/.changeset/smart-nails-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mermaidchart/sdk': patch ---- - -Add a regenerate method to the SDK that complements our Mermaid Diagram Sync GitHub App functionality. This method should accept the existing Mermaid diagram content along with source file changes, and regenerate the diagram based on those updates while preserving the overall diagram structure and intent. diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 57f952b..1694490 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.6 + +### Patch Changes + +- [#47](https://github.com/Mermaid-Chart/plugins/pull/47) [`0d7022e`](https://github.com/Mermaid-Chart/plugins/commit/0d7022e0cc44ecf2990e01b032e81f650b97bc8f) Thanks [@Prashant-7718](https://github.com/Prashant-7718)! - Add a regenerate method to the SDK that complements our Mermaid Diagram Sync GitHub App functionality. This method should accept the existing Mermaid diagram content along with source file changes, and regenerate the diagram based on those updates while preserving the overall diagram structure and intent. + ## 0.2.5 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index c630cf0..c0e0c92 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@mermaidchart/sdk", - "version": "0.2.5", + "version": "0.2.6", "description": "Access the MermaidChart services with OAuth and type safety.", "browser": "dist/bundle.iife.js", "types": "dist/index.d.ts",