ariadne_view_components 0.0.36-x64-mingw32 → 0.0.38-x64-mingw32

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: 053cf7018be06d9b5ba657d7f4a20d4df3a4b42518d4578b4139d5233dcac32c
4
- data.tar.gz: ecaab4ad4cc11b5f5a0bffca5f9e5e4d276f268cfe919b2ef276bbc9cc3709fa
3
+ metadata.gz: c8c2d777f5ec7fdf7e664b156571af5b8985bf4f9ff871406f31a283adb00956
4
+ data.tar.gz: 5fcf9fb055404312adf14714f61db280e376e3c80841706a2d7ef8d8b20213cc
5
5
  SHA512:
6
- metadata.gz: 7a7b927759543fbddd0e9b62f1d31b7108b0861e0bec7319aec746b0cbd78b981db42549931b84801628598e74c7483cc509edce0546007519844c1e2b8a9416
7
- data.tar.gz: 9c531f7ec5e39c4353c2958aab19e9c594a6103629d80d794fb3d2534b3453e7fdd2a4c85035b5a17d823390a0c0fe6d831b17ce3520fe74d086c5b1c92cb884
6
+ metadata.gz: 653595514dd8288ce8eb1d8da5624cb04b4ff688e953dfbba22ead546183c857947cb3533903d7cbb7bacddbc5bc9f28af59e008a87b4dd652bc7b4b687627d6
7
+ data.tar.gz: 54f8eecaf6a94c55e425b47a10fc6bd7435e6dc28516ff3a8b4880e62087ec4839df6872048220df68966b9e6c70db7054bf4afd2fa87982c3915034a464aec2
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)
Binary file
@@ -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: x64-mingw32
6
6
  authors:
7
7
  - Garen J. Torikian