ariadne_view_components 0.0.37-aarch64-linux → 0.0.38-aarch64-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: 13059ac45217e9128aa887cd5794871c71d1e22333521d06bd2920d6ec854908
4
- data.tar.gz: 68d0aff1a732af9f70a9014dded18d6c33b27dea6c1def9efd64db36112dff6d
3
+ metadata.gz: 1cea8e4bd0593b27df2e6210b9b3e1b278e65354e4ea07080494a694f2430db0
4
+ data.tar.gz: 6a9407e8a83746d1788479145731f0396b123cf2f22cfb6b835cb92242b6754c
5
5
  SHA512:
6
- metadata.gz: c1ae967e67bc6a72c640b9bcf16e5b672a116c6dc1f3e336379e377ce53d76e97a116b03c25a4083bb776546f959dd183c0cb847aa0acd8b769e34118d954239
7
- data.tar.gz: e9d4bcfea5b932d5205204c129e508ca0ded2715f7194d228a7c0bf27ee1a203cbc6f602065ae23dfca86c3b11ec7f4b8419af67246d72e4d57910fe16b90233
6
+ metadata.gz: afc345a3f75549ee6b5ff42331ddda00673fbb5172ace6196a7ee5625213d2b4f50cf7845c36237376c14d874135f81ec40a504b7342fac7b2e705e4b715ba36
7
+ data.tar.gz: 35e533e42fc2f6679d3b276e2d79ae610097703a25a8335889be72ee67fa17bf2eb2fb5fcaccf0b0a7536a3edb81c9c6ce494a299ee49c220d5a0c4654b7d401
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: aarch64-linux
6
6
  authors:
7
7
  - Garen J. Torikian