ariadne_view_components 0.0.74 → 0.0.74.1

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: dd12f4392f5a3f3bfad545d709a33e76ff791d59d5ee836d827bb1fe50e70313
4
- data.tar.gz: 0d0395568d04031e7c401f8dd48caf908042237ad53eac9908534f1a1654ffff
3
+ metadata.gz: d6003edbfc95649b91cf80276628d0429f5be456af2b4039edb5cefa8372d709
4
+ data.tar.gz: 6d284a1edc813ed2195003aedca5383ec97220a16927188263ced8374a62a317
5
5
  SHA512:
6
- metadata.gz: e60ca8bd469ef0556ed2a4a6d90d731e98f0e94072712e9d1c16e91188a204e6c377575fc3ffe3be3363c398608abdc877463fcc113a3e2b52e0a3b90ab263e7
7
- data.tar.gz: 1053fed2d5134e448438674583294e43e7c67e1e8f5ddb96bdfc7fa2a5732db47960482e905a0f2cf513361ef3999961ed0c0c7d3df4651f4f9463ae68d06566
6
+ metadata.gz: c4c00f99d22d1851a45fef53c39456761ba1437bee97ab26904eb790685944da3e3bdaf0a370a3b1c738f645e9dbc37486e32ede157e045b013154b021f2430e
7
+ data.tar.gz: 3ee6faac42fe88773a9667af69f3a9e83417c52ff57bee9c9cabd5b58b16c0b65af509554ff713a1b8387b22136dc9d0a99f9f93764c20bc63626b904d7d7ec1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [v0.0.74] - 18-04-2024
2
+ **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.73...v0.0.74
1
3
  ## [v0.0.73] - 18-04-2024
2
4
  **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.72...v0.0.73
3
5
  ## [v0.0.72] - 17-04-2024
@@ -4,7 +4,7 @@
4
4
  module Ariadne
5
5
  module Turbo
6
6
  module Frame
7
- class Component < ApplicationViewComponent
7
+ class Component < Ariadne::BaseComponent
8
8
  option :component
9
9
 
10
10
  def target
@@ -4,7 +4,7 @@
4
4
  module Ariadne
5
5
  module Turbo
6
6
  module StreamAction
7
- class Component < ApplicationViewComponent
7
+ class Component < Ariadne::BaseComponent
8
8
  option :component
9
9
  option :action, default: -> { "update" }
10
10
 
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.74"
6
+ VERSION = "0.0.74.1"
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.74
4
+ version: 0.0.74.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian