prettyier and changset

This commit is contained in:
Dylan Vorster
2023-01-24 17:14:38 -07:00
parent e0d21f1435
commit fb7d646bde
2 changed files with 4 additions and 2 deletions

View File

@@ -4,4 +4,7 @@
'@projectstorm/react-diagrams-gallery': minor
---
- new ability to refresh links in auto distribute
- [feature] new ability to refresh links in auto distribute system [PR 756](https://github.com/projectstorm/react-diagrams/pull/756)
- [fix] Default link now uses the correct method for creating a point allowing this to be overridden [PR 939](https://github.com/projectstorm/react-diagrams/pull/939)
Big thanks to @ToTheHit and @h0111in for your help on these, even though its very delayed on my part :)

View File

@@ -1,7 +1,6 @@
{
"semi": true,
"singleQuote": true,
"jsxBracketSameLine": true,
"useTabs": true,
"printWidth": 120,
"trailingComma": "none"