stimulus_plumbers_tailwind 0.4.13 → 0.4.14

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: cea38e46d17757f5843396328d94d82ce9ffb80617845022ed77eafc64c48196
4
- data.tar.gz: 4afa4cc962c6e1a4a2f0dc1e7fa0b208208da750b3fcabdf7b3d22ca4d597aa6
3
+ metadata.gz: 3fade9eb057604db9bcfaa34e4b5465436cf4121ca2fac2fc0135d8923d8fc15
4
+ data.tar.gz: 55d4ca0db20ba21adeba78c644be9a0da03d5136c55f549d697a20b290a38c39
5
5
  SHA512:
6
- metadata.gz: a99f0a42938124dc7b2744a7078da4017ec83ffd0e33642511867c904bd1327e3ae562de82c56c3da8d58931e83172d77064c8e96ab2ade20078a00823cc8999
7
- data.tar.gz: b9778be8dc6f957ea409bb7a4c155b5d87b5003490b76752966373db5004523de88ba11dc13fd87d92ad0f0ab91b21107e3d3bf968e156ebb9e4aeb976c5a2dc
6
+ metadata.gz: e06686efbc235d53f5b6621f23595d3f234e79ad28ce67f02579a354e25db36cde73f567a1952113084507b3344677a81c4cd19657883b80786dfadd62a903f7
7
+ data.tar.gz: 10406b395a531faf1ccf516168673471bf4ebe0833958e7ca1b10457c239c04bfba2556dc58d12fc3b1263b7accdb80e3500b4eb79ded11962817623ecd28c50
data/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
4
4
 
5
+ ---
6
+ ## [0.4.13](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-tailwind/v0.4.12..stimulus-plumbers-tailwind/v0.4.13) - 2026-07-20
7
+
8
+ ### Bug Fixes
9
+
10
+ - input reveal + conceal ([#185](https://github.com/ryancyq/stimulus-plumbers/issues/185)) - ([3391853](https://github.com/ryancyq/stimulus-plumbers/commit/3391853ff5739a77ab5ab8207dc020aee6c6228a)) - Ryan Chang
11
+ - icon accept name as positional required arg ([#187](https://github.com/ryancyq/stimulus-plumbers/issues/187)) - ([5466dee](https://github.com/ryancyq/stimulus-plumbers/commit/5466dee603c534e992f12b823774e90dc4e3c3d7)) - Ryan Chang
12
+
13
+ ### Features
14
+
15
+ - input revealable ([#188](https://github.com/ryancyq/stimulus-plumbers/issues/188)) - ([7aab4f3](https://github.com/ryancyq/stimulus-plumbers/commit/7aab4f369e7e69eddb6b20a6b68327199f87c1e7)) - Ryan Chang
16
+
5
17
  ---
6
18
  ## [0.4.12](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-tailwind/v0.4.11..stimulus-plumbers-tailwind/v0.4.12) - 2026-07-19
7
19
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module StimulusPlumbers
4
4
  module Tailwind
5
- VERSION = "0.4.13"
5
+ VERSION = "0.4.14"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stimulus_plumbers_tailwind
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.13
4
+ version: 0.4.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Chang