drawio_dsl 0.10.0 → 0.10.1

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: 4f8e0a6539ecb1cae92ab80588cf1b025befebe09b4392cb24bef842ef964cb2
4
- data.tar.gz: 7903cbf0a311644652da15986d439dca8e483aac68c6ca472cd97cb873b5da65
3
+ metadata.gz: 977f0e696f2e8539b140f90176bbae65c42eec3c410317bed0918dcd977422f6
4
+ data.tar.gz: 6cd6a8e2851bf35d3aa1e051b4cf9d46f94b91e19864adb542cae29a801eaabb
5
5
  SHA512:
6
- metadata.gz: f10d388805b813973338b63732d8597f0e2314c0bbe617d6081b96d3a7eb268cd83496954207898334ab0496f6570e2f914ffa4fab3bb307451f0da8cd0303f2
7
- data.tar.gz: 79966104be59e5f29991dcd54be3fb046131d2571ff974ce222d616ffd6a2c86fa071efcba48aa2d1ca9e7fbf7d0300192921e961a6834f6603e4e667ce884fb
6
+ metadata.gz: 43bbfccce665bf5c80479470d8a53cab7ecd43856a292cf20318b5d828785fdc35337526819fe4758ba411575dce018d6066096ffe574b57c6ed2b0d37dd28c4
7
+ data.tar.gz: 621b6f52b60711b642514fe65c7fae7620ce5d2be51233cce1a540c0fe659fef6381af78c1308190adf5cad515dd687bb94d8e40c4d5b8749b673a4d9651f315
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [0.10.0](https://github.com/klueless-io/drawio_dsl/compare/v0.9.0...v0.10.0) (2022-03-24)
2
+
3
+
4
+ ### Features
5
+
6
+ * refactor shapes configuration so that it reads from custom file ([4b48e02](https://github.com/klueless-io/drawio_dsl/commit/4b48e02bf8e4a701418641946db47a76b2b3e9ab))
7
+
1
8
  # [0.9.0](https://github.com/klueless-io/drawio_dsl/compare/v0.8.11...v0.9.0) (2022-03-23)
2
9
 
3
10