stimulus_plumbers_tailwind 0.4.4 → 0.4.5

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: cc13ebbc0d54b3d0b83fe52d34b67c051244438358d02102cc8337d39c8a7916
4
- data.tar.gz: f34456ae1ab6b932d27df84124d3c4c2e40a1bcecd42a103be8894a6983951aa
3
+ metadata.gz: ff605a8bd2767e0f3eff46c53f3e644041ace037687a66042b3d2eb6bf3cf7f8
4
+ data.tar.gz: 9cc8d80f88fb2ddc41c8dbd2e7a5cc9507a48987211501abf457f0318e4fb2e2
5
5
  SHA512:
6
- metadata.gz: 071bf0b4b5d77db471480274eb802aa6cf1e429a2163393953ad94bcd4afa7d62ffc8b45b83c0ff132dd352f78e2f295990fd0d74d80c15a139369e2943557e0
7
- data.tar.gz: 5e34b159bd66b6caa3307e3dd8ec3c1f7083f992c4d8c4d5100f25a8bdb62869283a75eea332878deaee07de8edcdf3a22d2b0a5cb88dfd909a5dd36a6e89189
6
+ metadata.gz: 8d74cf1b92f2ef08e823e60415b83ef8f737bfac9bfac2203d52e0383c9152958150137cdd52c23ca9c08d3fdea58282b88e135f8bfff962c2f187e4c6137cdb
7
+ data.tar.gz: 48b048561bfe8ea18473122b340ce3a801dc9fb08b316c851b9d72d0b1460b580247e705fd0c272aed2f0f7196281d50162fbe4c40de4b5ae256bfe37f800f5a
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
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.4](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-tailwind/v0.4.3..stimulus-plumbers-tailwind/v0.4.4) - 2026-06-30
7
+
8
+ ### Dependencies
9
+
10
+ - update npm package dist to have both es + umd + source map - ([64ec309](https://github.com/ryancyq/stimulus-plumbers/commit/64ec309ca171584d1604e4e7d3d3533878ebed7a)) - Ryan Chang
11
+
5
12
  ---
6
13
  ## [0.4.3](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-tailwind/v0.4.2..stimulus-plumbers-tailwind/v0.4.3) - 2026-06-30
7
14
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module StimulusPlumbers
4
4
  module Tailwind
5
- VERSION = "0.4.4"
5
+ VERSION = "0.4.5"
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.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Chang