ariadne_view_components 0.0.36-x86_64-linux → 0.0.38-x86_64-linux

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: db5bed48744339afc7f9b40177b1e5fed01576d651b5a27b6b2800705fe1c09c
4
- data.tar.gz: b666ba2b024ebdf9ff33343111d32e1e6f7a404d1bb999164fb789a33127d5f1
3
+ metadata.gz: 6acb3aa4ff55fd24d0b7bb64780b5c4a947cdd2ca7da62fe55c9f584c6bad5b5
4
+ data.tar.gz: 4d49dac397ce6c0d6792896616b9138a37199e3b066aadb61a2529d4dc4611de
5
5
  SHA512:
6
- metadata.gz: 5968aa66944cf5b9571087c8cbe07c2f5eed6f791be0536595eebaa8f70df57893cf16dd8a22146df5eb767926dbe6d6aba5926106d57f7bdb84bde83e33a045
7
- data.tar.gz: 2a9ca3b49b2757b086e26d00d341c4ea7b4dc5af93f9969a4d4d53407530f57d2b6c254d98a0717d8c5851ab04cafb41cbe091f3a3c7923abeace2b30830d56d
6
+ metadata.gz: 8ae20596febfecc1cc5a9c613bfeef0fbd01bf69f6040c7025effbc92ce5d92cd02f456d944c115f0b514485a961a0b74157b48fe3a97624db77ce5fe00085b1
7
+ data.tar.gz: e5dad968300f46ca7f75aeabcdf7f52d5ff8417c43d637585c8bfc322a0d8f16b9cc5a398a58d62d517e8fb1abf10e83273b69f6dca557d46bbd0a1aea03d12b
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: x86_64-linux
6
6
  authors:
7
7
  - Garen J. Torikian