primer_view_components 0.40.0 → 0.41.0

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: 20759588966eea1dbf9f36101e322f1dd668994405acf8d7a83f97ec10ccca6e
4
- data.tar.gz: d8ae513e79edef9bff26183e962a0e5bc79f185e61a0b5afadf54f38d2fcee66
3
+ metadata.gz: 6c96d27c7589b44364a5dbcd2371bb0360b7fd629371fd224cde69914570055b
4
+ data.tar.gz: b33fc96b99c510c1efa1c421b20e21d5ce42e575b5b7f58472aef80d86f77c77
5
5
  SHA512:
6
- metadata.gz: e5f4bb40f27410e6f9483a935e739cbb851dd74d676da2943fc2dab6a2c67966aa567eb5a9b1544a217c194c83be074b9e45d31eb18a9e919d1fa23964f7b7d8
7
- data.tar.gz: b04113d0bd625ab21c13d762aa1965fe557e3032f521dc9941b5286e05102edfa8df93ba83f2ad368969c609e21fdd7358a3fcd88cef98bbe78656c014406f0d
6
+ metadata.gz: d9cc017ed5a8295dcf4576cf9aaa555b618d5e0c1629d09d50fd716aa9313e524ef717e3ad9f906002c060bba2ae7bdece9b026d4aeccce1e7f601cc017a912b
7
+ data.tar.gz: 3d7eb52d24074091b151573fd63f9324538866559b0b9cf395e9889847d5faa8b0a06cd0283c7cdb71140b109feda1bf13cc39cf8c4f1d6a2d2192024adb5f02
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.41.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3433](https://github.com/primer/view_components/pull/3433) [`1b583f4`](https://github.com/primer/view_components/commit/1b583f449b5d433e9db006d43b6ac680f9a07b3b) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Clean up warnings when running tests, limit Ruby support to >= 3.2 and Rails support to >= 7.1.
8
+
9
+ - [#3406](https://github.com/primer/view_components/pull/3406) [`5176617`](https://github.com/primer/view_components/commit/5176617e71cee7fcd14bfaddd6fa18910d4fbc79) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Use auto-check-element v6, which only validates on blur vs. every keystroke.
10
+
3
11
  ## 0.40.0
4
12
 
5
13
  ### Minor Changes