ariadne_view_components 0.0.36-x64-mingw-ucrt → 0.0.38-x64-mingw-ucrt

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 64b0df6be18ebfd28f611094fb682e971eb509a12252b06334cd33d1c09d152d
4
- data.tar.gz: d71663290623633b6c8c68123a7ddd8faf72352b3e4aa98a9f16f15a1933407c
3
+ metadata.gz: '079f96d059aba5090b704fb7cda31dc2abb1b123cfbab54e053bee70d4d99163'
4
+ data.tar.gz: b63fbb9e9e2661f0da392381a07e81502a8f69687ddce60c672d30b914932cdc
5
5
  SHA512:
6
- metadata.gz: c59b954c1044db1d498e56e9c6217b274ced3fc7ffa286f17d10409df8114171f2a0c71e2cfe72a79fd726a3450a9f50c1ec645213fcc167bfc5cf7d7eeb9056
7
- data.tar.gz: be71dae23f453db35a87cc5c83cfadaa6b3b5018e1eb24a51a92f889a408fcee920932d96691dcc326069f9111e14c6e28ba87807e7c732008c96f8047744359
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.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: x64-mingw-ucrt
6
6
  authors:
7
7
  - Garen J. Torikian