drawio_dsl 0.11.3 → 0.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dac4173b04b8e13bb159208fc676f52b71f1f782a9505fdde646253e612047de
4
- data.tar.gz: 5315bbf02ea59ba74595a5d4ccae35f1309e3fe7419759263ee1819847e3f7e6
3
+ metadata.gz: ba63e8d87caac08d3c2063074797751607c7c7c5d0ecae6ac27e6312255488d3
4
+ data.tar.gz: c1307cc2d16c575479ad3d0d8a417224cd4728c61c141edb57e498d2cdf0654c
5
5
  SHA512:
6
- metadata.gz: 28fa31f4011532a2277a0c73b1512d7b8db85750f952e5707306f21c2dfddde52252fcf10a20044e17432ca3a5dca912ce3445f50fa821db3c7acfd83ada29ea
7
- data.tar.gz: 5eb58c9ac1facdfdba7a7fc325183a740be024169b07fe7e6c530cd2f1e02b4af972b599b321c6133068dbf15d145455d29d4847cea015b3f4b8a16d38853da3
6
+ metadata.gz: 3f44b7ee7a44736d361c4a770a3ff20297247d88bcc7b3d5d1601ce51a0bad015000403eebc72b38a34156ec84d60c18cbadda1c5ee1ba26739c8f995ed70579
7
+ data.tar.gz: d99fb52d2b23b563b3dc822f11675c2d6cb309361eeecb86586af3d40eeb9c55cab9a7069b2dba2804e28a4697346d4aca91d7b097f4e551f3d31ab8c3ad963b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [0.11.3](https://github.com/klueless-io/drawio_dsl/compare/v0.11.2...v0.11.3) (2022-03-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add new shapes related to line connectors, plus add stroke: configuration ([f1c64bd](https://github.com/klueless-io/drawio_dsl/commit/f1c64bde3d1d665e9abdf20da87a721651f79461))
7
+ * add new shapes related to line connectors, plus add stroke: configuration ([c7bc02b](https://github.com/klueless-io/drawio_dsl/commit/c7bc02b1ad66fe44e8660d21ab5989ade4838e1f))
8
+
1
9
  ## [0.11.2](https://github.com/klueless-io/drawio_dsl/compare/v0.11.1...v0.11.2) (2022-03-26)
2
10
 
3
11