ariadne_view_components 0.0.36 → 0.0.38

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: 2f35787b6ed487c77732e7e1ee180e7bf66547878dbd8ebd0a1cb011c2e99cae
4
- data.tar.gz: 6544bc7e86cff954e3a5c8e43e965e4d1e5abc8358676a7c690c5f5112e9210a
3
+ metadata.gz: 51472bb1326b90a7b23139a934c113cd85213b3348e0186246bcd0a4f160980e
4
+ data.tar.gz: c97219e06e09361a8f34c33fe008bfdf1414ba23c0b91249e77942dace014d77
5
5
  SHA512:
6
- metadata.gz: 63e802d1f9e802b5dd958d0782ab8367bc140a78a5996b7ab00a7267e2fbdb63a7ac834ced707b976c6178a58736119071f916aa5425cbb948e78de5570f5b4a
7
- data.tar.gz: 0f7a6742fdc6ce5691723ac07105f6ad91981e8921ae7ed0e7b81126bf1eb25012aab0ebf571d36a389c4d2588069c63e516f6e2e07bd95fad6aff1c3ca73a08
6
+ metadata.gz: 62692577f7c3526e35b67b2695d7e18ff4ebf83a0c55cf9059e94ebd2edae7d5836c8452859dcea283c6ad5cf36b3cce55c3e36908640bc59416f37a02ba3753
7
+ data.tar.gz: 6362866766260c1294006a62e73057c05b397b7e194db2ec2b53b0ddab03f28be916a3634079978b3972b83b070d9c773fe69f1f3065f0f13acb864635a84287
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.0.37](https://github.com/yettoapp/ariadne/tree/v0.0.37) (2023-04-28)
4
+
5
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.35...v0.0.37)
6
+
3
7
  ## [v0.0.35](https://github.com/yettoapp/ariadne/tree/v0.0.35) (2023-04-27)
4
8
 
5
9
  [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.34...v0.0.35)
@@ -4,7 +4,7 @@ module Ariadne
4
4
  module ViewComponents
5
5
  # constants describing the upstream tailwindcss project
6
6
  module Upstream
7
- VERSION = "v3.1.8"
7
+ VERSION = "v3.3.2"
8
8
 
9
9
  # rubygems platform name => upstream release filename
10
10
  NATIVE_PLATFORMS = {
@@ -3,6 +3,6 @@
3
3
  # :nocov:
4
4
  module Ariadne
5
5
  module ViewComponents
6
- VERSION = "0.0.36"
6
+ VERSION = "0.0.38"
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.36
4
+ version: 0.0.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian