ariadne_view_components 0.0.36-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: d6165d975a7d4c1365618580ed91776c2ef4543a7f2089e973325c1b8d647d35
4
- data.tar.gz: '0125961da8ac6ef2e6f97f2081a17d8662890f710dbf92cec9fdf0dd8656697d'
3
+ metadata.gz: 92bab765569cba926cb5dfb1a788ab5cb52b72552273ae04db0e35b80b2ef7e7
4
+ data.tar.gz: 8ccaddc5db3d0d6cd86304f88cf98f641f84d281c5b2ba2a18d5a5b1f82cc712
5
5
  SHA512:
6
- metadata.gz: 144b10d5a05b050fd52c78b7c32bd8cc692c49cd79b622bdec536ac991dcb9acb141e66d2dcbfbb07b795fca1ed7b2cd43607d6ac68d0f2763a00246f5d2f0c1
7
- data.tar.gz: 65e53b44ecd608199f59cf9cd76130fbb126f1873a006d8c2acee7bbb27bf6f5493a94e993b22859654e87bc942b31d1dceb277b34a52f358a80c4a707dadbff
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.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-darwin
6
6
  authors:
7
7
  - Garen J. Torikian