ariadne_view_components 0.0.66 → 0.0.67

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: ced29e9d5d3ea81b63053dafceebaff0a5faa5912341adc06e5561ffde74f4be
4
- data.tar.gz: d1edeaa13348008834ea70e582393cb760de8fdb0257720cf18607e312e5f5d4
3
+ metadata.gz: bd5283c6a467784134844ba0e33b4e057751409ab319edd1290d50187548d00f
4
+ data.tar.gz: 71955ed5ec0978b6dd4134e06e04ac75ab8431dcf1a773fa8ba44de714580a02
5
5
  SHA512:
6
- metadata.gz: abd39c12342494f01b486c4fe679a1d235d5c6ef3218b08ab59079bc6aa5ef462e78e37b779a04c7c3d8e154c0a21a3b4a65d09c3905619d418ef9c690887f3e
7
- data.tar.gz: 490bc1b70b1225d84988fffd9f7c6c09332c2c49424cc9f35547f8932147ff6790822f63ea6cf6745a9a3370f730a23e75d962ef05e8db3c23e7d46da8334c48
6
+ metadata.gz: fdf4d46026299a7aacc15ce2a404f214fc44f9995295970ef2108ae6b8ae9491dc8434d576087f56dbe93c2cf477cf4b57a4a62c67bacf15a7841ec657b13b4e
7
+ data.tar.gz: d7a08dbe0d5307bf83b75daaa8c9d8d788a6078ef4877aecab4aa4f54698e3b10cc1dd078d335292b5f538014ac01a3f94ad9624aeb1ba8870f7bbfffb826f93
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [v0.0.66] - 05-04-2024
2
+ **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.65...v0.0.66
1
3
  ## [v0.0.65] - 05-04-2024
2
4
  **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.64...v0.0.65
3
5
  ## [v0.0.64] - 05-04-2024
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.66"
6
+ VERSION = "0.0.67"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ariadne_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.66
4
+ version: 0.0.67
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian
@@ -194,8 +194,8 @@ files:
194
194
  - app/lib/ariadne/icon_helper.rb
195
195
  - app/lib/ariadne/logger_helper.rb
196
196
  - app/lib/ariadne/view_helper.rb
197
- - app/lib/view_components_contrib/html_attrs.rb
198
- - app/lib/view_components_contrib/style_variants.rb
197
+ - app/lib/view_component_contrib/html_attrs.rb
198
+ - app/lib/view_component_contrib/style_variants.rb
199
199
  - lib/ariadne/forms/acts_as_component.rb
200
200
  - lib/ariadne/forms/base.html.erb
201
201
  - lib/ariadne/forms/base.rb