Skip to content

Commit ffc8d5e

Browse files
Version Packages (#48)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb6546e commit ffc8d5e

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/smart-nails-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 0.2.5
410

511
### Patch Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mermaidchart/sdk",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "Access the MermaidChart services with OAuth and type safety.",
55
"browser": "dist/bundle.iife.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)