ariadne_view_components 0.0.37-x64-mingw-ucrt → 0.0.38-x64-mingw-ucrt

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: 8cac3680e1a833dff81b41a6f5a5cb1af8ed950abd707afe2fd5256ca784f5b2
4
- data.tar.gz: 7b74569e3edb6158bbdb840f9e03c9bdbd77691b1db07c1c4cc997163928bfee
3
+ metadata.gz: '079f96d059aba5090b704fb7cda31dc2abb1b123cfbab54e053bee70d4d99163'
4
+ data.tar.gz: b63fbb9e9e2661f0da392381a07e81502a8f69687ddce60c672d30b914932cdc
5
5
  SHA512:
6
- metadata.gz: a12512e3e221831436aeea0f7af22ec1a7fb602c23220825b311ca51f44d0511383df0ac131de0ce164a61bd7b15cbb704a11706612187ff2ac47be539bd4c31
7
- data.tar.gz: 683c296306a58403dc5303b705c19110cfa9c7634c64d9e152bac8375d29a7179899783cd41d280c827361e1653624ca79c96ec8e6c556758eeb53889894476b
6
+ metadata.gz: 25a09a7ffa58ad9af68f3945f4ee0085984fac3061aadef6d975bcb2b63657713799a0b8085ee1bbdb0a260e75498ce7aad42b50970553f9c015ac00d9536206
7
+ data.tar.gz: 51a6a2d4d7e9ba3341bd2e63b427f59842ae75ecde03f7e65a7af65286f158aaf75b1444b7112504e89c363b7d0e98135e15b4c041de86d561981588450d9b35
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: x64-mingw-ucrt
6
6
  authors:
7
7
  - Garen J. Torikian