ariadne_view_components 0.0.95.4 → 0.0.95.6

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: 7e7fcf65b6cbb7984aefd6ccff1bec5743faa7513d51dbb038ffad291723a80c
4
- data.tar.gz: ffd3c38480c62f0b9cda9ee21bf859c09a4fe9b3860cd129565a16be4bcd2556
3
+ metadata.gz: 3cae6515226a8c1584605f639fd38d7366a1723eea0a945739e9050f4547c2ba
4
+ data.tar.gz: 90b3fc5e3cfdb1f973d6f5f6184410b73b6c34af324a54a64526ce0645b5b1b5
5
5
  SHA512:
6
- metadata.gz: ef89fcf12e2a0cc0df04a0045e57f9afe1529995b2c13f400283c063c12cfcfebce6033e4bdf842e6538b1723c9aaf39577a0cd12d786f261b5ae2456ab0b8d1
7
- data.tar.gz: ae8ae3b3402199f8aca9abeaa14e5b7134c1430746fb0a9e68dd72d20051dc71f26240c1ff26046e80720dc2b88bccd24ce55608de0a6cf091876db1f2f5c27d
6
+ metadata.gz: 565111927dd09ea2db7955f89879965ac0a88231a085d4b0c130ad0cfc95730454902392cc2b7b69572fb35fbced2bfbb3b5c0bf3ef96e9feff07388a3c67f18
7
+ data.tar.gz: 2e131292e9ac6dd239550fd3058c8cc8101f7c31ad6c414969ea2baf86e9eb06dc5998f18b4e28df772b069e4b5f4ce016180d364745e1dd01d46e64653a5ecf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # [v0.0.95.6] - 17-03-2025
2
+ ## What's Changed
3
+ * Introduce variant to resolve conflicting variable definitions by @gjtorikian in https://github.com/yettoapp/ariadne/pull/569
4
+
5
+
6
+ **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.95.5...v0.0.95.6
7
+ # [v0.0.95.5] - 13-03-2025
8
+ ## What's Changed
9
+ * More flexible dialog reveal options by @gjtorikian in https://github.com/yettoapp/ariadne/pull/567
10
+
11
+
12
+ **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.95.4...v0.0.95.5
1
13
  # [v0.0.95.4] - 13-03-2025
2
14
  ## What's Changed
3
15
  * no need for scrollbar styling by @gjtorikian in https://github.com/yettoapp/ariadne/pull/565