ariadne_view_components 0.0.94.3 → 0.0.94.5

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: 713f8bddad9c3d7a79822a366c4882e08294f520850c779e9bed1c932b1c6f9d
4
- data.tar.gz: 56c3e7c764eb60ed6719d995029a9e6920ba4b1c3ecca28a4cdb7be56d434c60
3
+ metadata.gz: c6f5017248b6e4c9396016cee64a7aa452ed38513fdbfccab692bcead1de3ba4
4
+ data.tar.gz: 27f11499cac4620642b4b6c631e8bc23b719659ac70fe52d3839d68e3f45160f
5
5
  SHA512:
6
- metadata.gz: a4ab69feae6accfb74b88cbdda2c7092d84a039e5ee0527cceb8f7e60c2652d2bcc862c8fdc718cbddb15f4ce63074cacc0f7c7bf1f8d8dfd824c94c77e49d8b
7
- data.tar.gz: 7995c8fb8e51f8315c914071bb92664795c7d3a456cdf8b7df9571f893137c6bc51a9665dd9a97a4c9eb707ab5c8328b6d4a0870243c5a8262df9ba8829911ec
6
+ metadata.gz: 2d3a42a78a840c9af260e4f328a77ffb998f20ca74131c6961c308da44be5fe96b2b5c9dce6fd07fde4b0a8b37b78a032df7f0e8fd37dcf237f794a513f7ef15
7
+ data.tar.gz: 15309e1fdd51068704deee58a62a83d287ae2ce8b83b7fcbda237f53eab21f3622c7c538bab45a5790571ceee11aad74e55498fb86a9c31d113b992b782c3857
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # [v0.0.94.5] - 21-02-2025
2
+ ## What's Changed
3
+ * Dynamic Pagination Component by @arielconti10 in https://github.com/yettoapp/ariadne/pull/551
4
+
5
+
6
+ **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.94.4...v0.0.94.5
7
+ # [v0.0.94.4] - 20-02-2025
8
+ ## What's Changed
9
+ * New tooltip placement by @arielconti10 in https://github.com/yettoapp/ariadne/pull/549
10
+
11
+
12
+ **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.94.3...v0.0.94.4
1
13
  # [v0.0.94.3] - 17-02-2025
2
14
  ## What's Changed
3
15
  * Add outline variant to button preivew by @arielconti10 in https://github.com/yettoapp/ariadne/pull/548