ariadne_view_components 0.0.37-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: 1b977ea41289607a2f62453804ed5e4ca030aae7c796d664ec0a7382d665ba34
4
- data.tar.gz: 13853eaa988a85f404e3da2eeb0be27f7705fcad22f5838b6168f8d0e24850af
3
+ metadata.gz: ee2e71527fc123272d883f79aa28c0eb879e2cbd0892bc90db61be87cbd0b5e5
4
+ data.tar.gz: 6e38e37c1a3db7d29c778946e296968e19f907caf5d2a46b9c3c287c34873bad
5
5
  SHA512:
6
- metadata.gz: fa0b571f8df628f23dc5ea3c430a9bd3336747f25f0d55cacc788e137842156c80563bc20c3190713e0113c31e58b07f5d5dd322f0a632d82a413b7c98734c5b
7
- data.tar.gz: cf0233282452cca9491dfa4da6a4d3ebe63848602e8dca9daf59443fd89f2b1053a78995a8c4ea94a06ec36388a673bb0b1af487cb056659677b7566e039d4d2
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.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: arm64-darwin
6
6
  authors:
7
7
  - Garen J. Torikian