ariadne_view_components 0.0.20-x64-mingw-ucrt → 0.0.22-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -6
- data/app/assets/javascripts/ariadne_view_components.js +1 -1
- data/app/assets/javascripts/ariadne_view_components.js.map +1 -1
- data/app/components/ariadne/avatar_stack_component.html.erb +1 -1
- data/app/components/ariadne/comment_component.html.erb +2 -2
- data/app/components/ariadne/comment_component.rb +1 -1
- data/app/components/ariadne/details_component.rb +1 -1
- data/app/components/ariadne/grid_component.rb +1 -1
- data/app/components/ariadne/heroicon_component.rb +2 -2
- data/app/components/ariadne/pill_component.rb +1 -1
- data/app/components/ariadne/rich-text-area-component.ts +2 -1
- data/app/components/ariadne/rich_text_area_component.rb +1 -1
- data/app/components/ariadne/tab_container_component.erb +1 -1
- data/app/components/ariadne/tab_container_component.rb +1 -1
- data/lib/ariadne/view_components/version.rb +1 -1
- data/static/arguments.yml +1 -1
- data/static/classes.yml +2 -7
- data/static/constants.json +10 -10
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4bce7dbbe538a040a5495fc87ba66f0c97ea7a79127454f8a4a30af1d7e1b31
|
4
|
+
data.tar.gz: f72904b0d6e32ce20d5f551aa0087e861e57a0acad7e82fde1f93171b7906447
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a1abf4fce8754d359be080af7a042097d206b547cb3ed15f26c9c81a7d7ed7d4100cc6a2c984c7b26e862a36f7679320123987ee63d227aa68ff1f1298454e4
|
7
|
+
data.tar.gz: 0b78952c0f7ae5f76375b69c067cc84977d77b5369000994febd2e1086ed259c6a15eaf572e857bb52eeeabb3a9643037d796dbdac7767f7b868b08e1a3e9bc1
|
data/CHANGELOG.md
CHANGED
@@ -2,7 +2,16 @@
|
|
2
2
|
|
3
3
|
## [Unreleased](https://github.com/yettoapp/ariadne/tree/HEAD)
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/yettoapp/ariadne/compare/
|
5
|
+
[Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.20...HEAD)
|
6
|
+
|
7
|
+
**Merged pull requests:**
|
8
|
+
|
9
|
+
- Demo fixups [\#20](https://github.com/yettoapp/ariadne/pull/20) ([gjtorikian](https://github.com/gjtorikian))
|
10
|
+
- Fix nits with ariadne setup [\#19](https://github.com/yettoapp/ariadne/pull/19) ([birdcar](https://github.com/birdcar))
|
11
|
+
|
12
|
+
## [0.0.20](https://github.com/yettoapp/ariadne/tree/0.0.20) (2022-10-12)
|
13
|
+
|
14
|
+
[Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.19...0.0.20)
|
6
15
|
|
7
16
|
**Merged pull requests:**
|
8
17
|
|
@@ -22,15 +31,15 @@
|
|
22
31
|
|
23
32
|
## [0.0.17](https://github.com/yettoapp/ariadne/tree/0.0.17) (2022-10-05)
|
24
33
|
|
25
|
-
[Full Changelog](https://github.com/yettoapp/ariadne/compare/
|
34
|
+
[Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.16...0.0.17)
|
26
35
|
|
27
|
-
## [
|
36
|
+
## [0.0.16](https://github.com/yettoapp/ariadne/tree/0.0.16) (2022-10-04)
|
28
37
|
|
29
|
-
[Full Changelog](https://github.com/yettoapp/ariadne/compare/
|
38
|
+
[Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.16...0.0.16)
|
30
39
|
|
31
|
-
## [
|
40
|
+
## [v0.0.16](https://github.com/yettoapp/ariadne/tree/v0.0.16) (2022-10-04)
|
32
41
|
|
33
|
-
[Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.15...
|
42
|
+
[Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.15...v0.0.16)
|
34
43
|
|
35
44
|
## [0.0.15](https://github.com/yettoapp/ariadne/tree/0.0.15) (2022-10-04)
|
36
45
|
|