ariadne_view_components 0.0.72 → 0.0.73

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: f848c1788900a06c340b53619d83b4671dbe21131bd3124fbf5d2afb1b8c808d
4
- data.tar.gz: 1b94f9742a2a4e128e9648ffad69a13c08c1c781c517a67c78aadf5cb717c432
3
+ metadata.gz: a463fe5b62ac0fc252374f7053c81cd5a7a598d89dfa6b270632296e0f21c359
4
+ data.tar.gz: 4bd1f06bd664c31d4da6e69b1ad84a71afd8ef8c85c6b96f9d38f2b3fa75323d
5
5
  SHA512:
6
- metadata.gz: 02e6e263b603330306f87f0cdb2d8f9211240a0e0d6567cd0764de30d70022558db4eb3d1ac8c9a5cdf770637c767bc3134f857af1f72ceaa0515f954afe2f29
7
- data.tar.gz: 1e7ae7d77bfb480a76afcc0a7412eef0a4b4a0525b62aaa4e68f8ef22f78a2e070f2c0763cb74c5eb53cf58ffe333f13756e358e75b5031bd37c742e3d4f88ef
6
+ metadata.gz: 21e0419395be13fba9b2c9704a5ba80c7630bca497a2cad91115bd9bb6f0184adee8238518374f32c47bbf64af5714127f22dc9818c6357a9907da7d4ac8edf9
7
+ data.tar.gz: 7ae3ed92d9408ef991f0bd644e63822eb0bc5708cd032637c5e3d53845e9f20928f67751db5c315fe96ab1ed25ec4c67123c2fd0c269282e6ff6f9dd01fcc4da
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [v0.0.72] - 17-04-2024
2
+ **Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.71...v0.0.72
1
3
  ## [v0.0.71] - 17-04-2024
2
4
  ## What's Changed
3
5
  * [auto-browserslist] Update Browserslist db by @sisyphusbot in https://github.com/yettoapp/ariadne/pull/479
@@ -1,7 +1,7 @@
1
1
  # typed: false
2
2
  # frozen_string_literal: true
3
3
 
4
- module UI
4
+ module Ariadne
5
5
  module Turbo
6
6
  module Frame
7
7
  class Component < ApplicationViewComponent
@@ -1,7 +1,7 @@
1
1
  # typed: false
2
2
  # frozen_string_literal: true
3
3
 
4
- module UI
4
+ module Ariadne
5
5
  module Turbo
6
6
  module StreamAction
7
7
  class Component < ApplicationViewComponent
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.72"
6
+ VERSION = "0.0.73"
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.72
4
+ version: 0.0.73
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-17 00:00:00.000000000 Z
11
+ date: 2024-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tailwind_merge