ariadne_view_components 0.0.46-aarch64-linux → 0.0.47-aarch64-linux

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: 398cef9997a74087effa1b7a2886221c3e8aee30c9256792599201b6e86d4353
4
- data.tar.gz: b9c3c5b6208e93a33074d42d6b954d826a6c978c42f890614abc74affa78ae93
3
+ metadata.gz: f0b2d766dc6ed9c4bd6da1ab6d9c1acd49ada58e1e58f428cf73a518f1fef93c
4
+ data.tar.gz: aa56ec705e842394901e3ef93015ca23d7b0d0aeda886b97de9bcfc00ad02f0d
5
5
  SHA512:
6
- metadata.gz: fd5f3856116ab29a14fd08d1eb0bddbdf21b308e87f92d6736a459f974cc8648fdf5825829d85a08d88a0a5e7917fc3f6dbeb8c4d40654364e6528f40af282bf
7
- data.tar.gz: 68770db318455b7cde5cb84a4442369ad32ac07c0ed9394be8926e6e9c92d23bcd7e2299a45061261446137eb06b6d1de726fe66931e09514da6d5a5a65d2b09
6
+ metadata.gz: 8a8a71de5d245d1f311eea5c56cc159a3e27918dcea031ba27cbe240f3b9aab42e86d252a80fc10b9aff2333408eb0e140bcfe2af7ecf5f9a858030871054b8e
7
+ data.tar.gz: 2b9d84a127d1087d3e8ba2e20d540f16fdc6dafe91accfbd06dff49069f16ee0b6f33f3af1c49c620dc66338a38972dcfe7c6e29df7adff4f1e658311dcc1473
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: aarch64-linux
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