stimulus_plumbers 0.4.2 → 0.4.3

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: ecc83e617f3b346fb715446c4bc5cab05ba0844aa53df55817250bb4100d769f
4
- data.tar.gz: 423aabf68b08b182f4995c6704a7950dcb8a2d0a0d7bdedaff97fb6f52feee58
3
+ metadata.gz: 0f0a2cebdc2a24b78007bbbe85bef294034ca9bf88ba7ee3f5800a460360936b
4
+ data.tar.gz: af2315dc706ec4100978ae1b96371fd6caf7b1024a3114ac1c5f2a67765fa18b
5
5
  SHA512:
6
- metadata.gz: 775fd032030121c2deccefd2b2d3d58e48bf33ecc5a54061522288d9ccff6b71e484186c4f147696cf9c9a07f3a3c8a3dbe900b086d087b7a60d7bf8d55de378
7
- data.tar.gz: 0a427836da60681c4078213152878476e597ceaf46803de4495a6078356ba7f4e0d206a0f5eeca8c7fba615f7c6cc86d5154df3aaeeedca5032247c6ec62242d
6
+ metadata.gz: 6861fabf81ba85a2c1a756d249ffba3a747a6f7638d071bc929c08bdf6cfb9c098df2454e1ecf54ecc026adc2bddcb92fe1239c66caecb516aad0946da087623
7
+ data.tar.gz: 7445083b19755dd64b3314926ac87495e79d806f475e723fd5f15991b3f578d3b9a104c9c0b60f2ad2838d78eb548c977434c7c0646a8d5387b989ed8f5fcb28
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.3](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-rails/v0.4.2..stimulus-plumbers-rails/v0.4.3) - 2026-06-30
7
+
8
+ ### Tests
9
+
10
+ - use axe core dev deps instead of cdn for a11y tests - ([3f3969b](https://github.com/ryancyq/stimulus-plumbers/commit/3f3969b505770d2d11f8bbd17a333fd3f67c3fe5)) - Ryan Chang
11
+
5
12
  ---
6
13
  ## [0.4.2](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-rails/v0.4.0..stimulus-plumbers-rails/v0.4.2) - 2026-06-30
7
14
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StimulusPlumbers
4
- VERSION = "0.4.2"
4
+ VERSION = "0.4.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stimulus_plumbers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Chang