ariadne_view_components 0.0.46-x86_64-darwin → 0.0.47-x86_64-darwin

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: fed2276bb1ddbedf161ef1a0d39d4565306da41d99ebd9a440e128a312709d7c
4
- data.tar.gz: bf8f92e93a65da3b4dc32f1333d0e6074243f3573c8c3fab1b5f0792a2b6c6ae
3
+ metadata.gz: 658c639285b38960a314dd700c95c8107a1cb383e4eeb2ea887422dade7e8065
4
+ data.tar.gz: 23772c6bf01714204fce999612662fddb2785b0588b701e4ffd986646458bde3
5
5
  SHA512:
6
- metadata.gz: a7c5ff35be6541508e417b459a278f51e03a56e9c6866e76b81a35d76147c3aec84c76f9ed5521437e027c87af4d8a498063cfac86de55836910c340b4d91b6d
7
- data.tar.gz: 7b48c8e08477503df9e270953302153c33d58e0df83de2562aaad9350618f590fbbfa99cc078a7279250d36e94aba1320ce739355f2560014002bcac96633dbc
6
+ metadata.gz: 20595c36d973100f5df0cf138386d56405db50863f81966a553b27f3037cdbfe9581b937ead83bee597b714ee3462e94c1f824517c464d2f54fbc44e0f7f58cc
7
+ data.tar.gz: e1f792cbeddbebb09acb05bcdfd0fa028523214367d79a26c1c76e6a5e7f6293d66a147d2b90685eb06d6cd5043f09d9331f553eb5f8c943c4f6711e4cf7416e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.0.46](https://github.com/yettoapp/ariadne/tree/v0.0.46) (2023-05-04)
4
+
5
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.45...v0.0.46)
6
+
3
7
  ## [v0.0.45](https://github.com/yettoapp/ariadne/tree/v0.0.45) (2023-05-04)
4
8
 
5
9
  [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.44...v0.0.45)
@@ -1,6 +1,3 @@
1
1
  <%= render Ariadne::BaseComponent.new(tag: @tag, classes: @classes, attributes: @attributes) do |list| %>
2
2
  <%= content %>
3
- <% items.each do |item| %>
4
- <%= item %>
5
- <% end %>
6
3
  <% end %>
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.46"
6
+ VERSION = "0.0.47"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ariadne_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.46
4
+ version: 0.0.47
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-04 00:00:00.000000000 Z
11
+ date: 2023-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tailwind_merge