ariadne_view_components 0.0.37-x86_64-darwin → 0.0.38-x86_64-darwin

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: 551efc5ed1f610a1586cd0e5f577d2805322e332bed00a0d293700456c788a26
4
- data.tar.gz: a8cf8760344b6c25d4bd3167b75ff117d98eb3fc3c81de13611926e52098f9d2
3
+ metadata.gz: 92bab765569cba926cb5dfb1a788ab5cb52b72552273ae04db0e35b80b2ef7e7
4
+ data.tar.gz: 8ccaddc5db3d0d6cd86304f88cf98f641f84d281c5b2ba2a18d5a5b1f82cc712
5
5
  SHA512:
6
- metadata.gz: 07cef7ff835183ab6040b13f78f3acc035776599332985a0ac3ad0472d7828abe73266a18d5b466286730fa4ca1b37e0eecf9bed3eac457d350a3c242754e801
7
- data.tar.gz: 489a48555daaabfe19206a2afa309efc6d1fbe5a743cf60aeebf1b7f5ab73887d7654f955a323e727dcf77c3ec4f916ef6094ddb2e79e3714e45fcc4232c6346
6
+ metadata.gz: 6adbd8ec7897b373d6bf4267d222dfaad1fc06b7cdfeb7099d40a0c5cac772d61fc97e8198ce0812bc76d11203f79d44f8341b29aaa0487363c24db56b2b887c
7
+ data.tar.gz: eb3085c1e39f5c751aa38fdf94783cd9021e7802743e4dbdec55dc066addd11f0bccdfdff1d0fd636904ac19a37d46b1e998ecd542c560e0d21c5a5679098ebe
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: x86_64-darwin
6
6
  authors:
7
7
  - Garen J. Torikian