openproject-primer_view_components 0.61.1 → 0.62.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: 9805d5bf7a137f93d2f8ef95a9c86f1bf9205e3edf9006d7bdf26ccd14cfc9ea
4
- data.tar.gz: 9fd3af1d15b124eca02e54fcd0dd795162fe6ebeca6229e379c877d1beabec56
3
+ metadata.gz: 4929f92b5de2ff7680b004eda5619b18549a1205583b53e152d3ca1b53699238
4
+ data.tar.gz: f41e2230548ff1bd6dfe7e1560a78b3470c082e36d295c648f993745956dfa9c
5
5
  SHA512:
6
- metadata.gz: b5800d7e3325aa5b26c89ea9c9117b1ba52fb9300e204edb73999434aa426ca59b7495d465b8d5d73bf00f3f16bf1419e00e41d0250034e65f2115f968be50b2
7
- data.tar.gz: c41f0bb4ad9e660a91ad225039ca8a495db868ec64068f7a6a928a23299656154858836cfd5e86dbc0c1e22732bde41330df5cf983900c266d074415a8efbbac
6
+ metadata.gz: 9541c3e5adb821cb65525fd20ad425cedad0235f3aaeca2dd0ceb8fc77b1b890e10602b30aa9d7e91628376f52d5112421afc17e3ffb5b883380474e61675a8d
7
+ data.tar.gz: 81d3002af641bd143d1decad9d0ca419fe5b83103102caa79d1dc407b5a5809886a29cc1bdf1ef9a05874876127645b1056611d07bd6aaa520b8ee1dad15ecdc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.62.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3433](https://github.com/primer/view_components/pull/3433) [`1b583f4`](https://github.com/opf/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/opf/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.61.1
4
12
 
5
13
  ### Patch Changes