ariadne_view_components 0.0.36-aarch64-linux → 0.0.38-aarch64-linux

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: f468791c9394ccf0e8f2ee7010af21ff0191b451e537a889e8c90fcc10d1ebb9
4
- data.tar.gz: 32470590181c101a6927a06d797697517ffe85496b3ffb45ea419de0c93c9383
3
+ metadata.gz: 1cea8e4bd0593b27df2e6210b9b3e1b278e65354e4ea07080494a694f2430db0
4
+ data.tar.gz: 6a9407e8a83746d1788479145731f0396b123cf2f22cfb6b835cb92242b6754c
5
5
  SHA512:
6
- metadata.gz: ff07f422c45b8bc83fe8b19d8f25ac6a8da2e73cf99f038a1fb53d0c01ad75eb0e8c3b617bf9987ba2d274be6b8d262bc53af49fdb7bc1609b8d577f141166f1
7
- data.tar.gz: 8ae5de8358637ac857981730d3e118247e5dfb2242418d666931f4e8079fcd51e2612a84350f9fa28810547100323ffbfeb1ed1ace01e6bf656203baf6fb7829
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.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: aarch64-linux
6
6
  authors:
7
7
  - Garen J. Torikian