ariadne_view_components 0.0.37-x64-mingw32 → 0.0.38-x64-mingw32

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: 810e7ae84a39c937b15c0d12ef9dfacb921ca0e7b65128d6dbad3431165157a7
4
- data.tar.gz: 7de0927ff48de178374834862a14d49e9ed5dcb800cfa0c6d25a44752bc0bfbd
3
+ metadata.gz: c8c2d777f5ec7fdf7e664b156571af5b8985bf4f9ff871406f31a283adb00956
4
+ data.tar.gz: 5fcf9fb055404312adf14714f61db280e376e3c80841706a2d7ef8d8b20213cc
5
5
  SHA512:
6
- metadata.gz: 9adac9a22ab99fc4be20a94d4b10a5eb6eb09240f6a6afa0e79ea4143d65b4b8ea257b3c60ace5cf53e19d6e8db88b4db24800c811c183c97d1227d0f59a10e6
7
- data.tar.gz: 4d52634245b6e2e8356e0f245d4954ed7d091c441f6bda178345d96d4957f23f32c326ccc853954d8d1ae3224130cc061d3d7a871947efe9f0b188a2635a61e9
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.37"
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.37
4
+ version: 0.0.38
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Garen J. Torikian