ariadne_view_components 0.0.46-x64-mingw-ucrt → 0.0.47-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46fd9bcf19f73e8e73a375c75d6342971a847f569da0f6da394575a98b68ca3e
4
- data.tar.gz: 616d5126c65f46009d2f752524536f2d8d22393317860c6620857093bda2fa93
3
+ metadata.gz: 7a8682de27fb67018920dcb5ce7d4463388bbddda4bec962975020db77e40a55
4
+ data.tar.gz: 80eef74d71878037bb7f51531dabb1e90f52e99b6a62d457a93ec612548062b6
5
5
  SHA512:
6
- metadata.gz: 7e309f403becd79323cc28b7da2bc6e7ce7ef99eb09f07e7d0e6b743b589aaaf84394d0028638ae6466629304d81d09b8d1ae40a644b4fbe4ab5b8b147fa4a45
7
- data.tar.gz: '0088c46003790756564374b959bfd0390969584ffab4dddf87917ec9e2b5dd13b0a59a3a5c86df19064b927dd3c6190eac7442ffd4f97fc7992d06161d2b5e42'
6
+ metadata.gz: 010caf3012d13b14606646cca676c831dea5b2601a2758e1440c1bedc793af15c2de7169d7681b9a29abddfe610ceb55857bbf797225a1077cb67cf1cad005fd
7
+ data.tar.gz: 7fbcbb65a8ab1ae5d398dbd179ba4bebd98751b86feef7439ce3223fc056d880f3b193992ab409c60ae693a7026105222a47daf4c3e105e2d2b88c95adcea7c7
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: x64-mingw-ucrt
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