ariadne_view_components 0.0.36-arm64-darwin → 0.0.38-arm64-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: 454e2d9a67624b21cedcd7cf0a77d9484070e28e8f5d7235da43305800dc32a7
4
- data.tar.gz: aee4051ff1540ba9641b23b42e42a3da38962e3077f677c8330bc69d2c44de93
3
+ metadata.gz: ee2e71527fc123272d883f79aa28c0eb879e2cbd0892bc90db61be87cbd0b5e5
4
+ data.tar.gz: 6e38e37c1a3db7d29c778946e296968e19f907caf5d2a46b9c3c287c34873bad
5
5
  SHA512:
6
- metadata.gz: 550308caabfa59202809fff565ea2c5274327725ff5a74d7c50feb3973e63a880be6f7a044c3cdc88f9fd73251490461926cf26fce4965f247db2361b51e3aa0
7
- data.tar.gz: feddbf94cdba02963eaeee29aaa43c27957d71af936467a0726f28f84ea7db3212f71f47642f88a103a05b3a0beff083ad95c2c625314b41e6cc8d5741eb6976
6
+ metadata.gz: 91dc1881215726f43e357931a3b8a055e31dd633313e758b5e53e4036c6faa8c753bd128d0fb6f163f5da47ce75dd867e619a5e61b7e1847af87843ec36d3a6f
7
+ data.tar.gz: '08a70f40afcb1bd43b0ffa7c61f3c4a4fc1aae64f1f3b90d6bc752f6adb0bf86c55a2904b9dd3b29704b2c8b50fef7f2ac9f4f0257135d17d389c1d6349bb067'
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: arm64-darwin
6
6
  authors:
7
7
  - Garen J. Torikian