openproject-primer_view_components 0.32.0 → 0.33.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: 82790325c8af178fe6481a848886ec0753bb42d5c8ee86dd2396665582f2442b
4
- data.tar.gz: 4800cd3f3e0ef1625e7de2b1318ac480a2515589cc2c2e3677850037f8b4e1b4
3
+ metadata.gz: b1b5211ff3050522279c7a49c5a1fc53e42bcad32b72bb0b2b46fc27a2e6c242
4
+ data.tar.gz: dc2df13c3be9607980474657d0ebef321da6ae42ea491f9334052c5ed8af27a8
5
5
  SHA512:
6
- metadata.gz: 814966283fa929cbcdc04310deda1f7110fbcbcd90f06410faef1e04e9e29023e706524df0c24fb4f5c4fd8d5547eade0120f4b70f24736e69f6f2470acc725c
7
- data.tar.gz: c8750dd82bf76199fc29960d780ec564413435be9140589c81f114c3f503dbcdba992ebd8865436552b0a5ca804ed084a56c92604bf39a9940f58130a75125df
6
+ metadata.gz: 2e81d8fc9d7c15dfb1d6a53870d17064b3c7685477099ab92920c116aa0f02112aa2503dead78285b8c0120f035f6d32a142441052b247c14a0cb33d7d77b8e8
7
+ data.tar.gz: 70e46fc17d6a8092eb2b8e69bb1a9f8310ed744f89b9e943a38cadbb0ce93e3c4089e6e7859d46c5bf04dd7829d98180aaee1a64b74050a1ba4717cdda472ec2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.33.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2843](https://github.com/primer/view_components/pull/2843) [`3eccd4e`](https://github.com/opf/primer_view_components/commit/3eccd4e293658ea846fa97659c76861d4f3404ea) Thanks [@lindseywild](https://github.com/lindseywild)! - Adds live region to announce "Copied!" on ClipboardCopy component
8
+
9
+ ### Patch Changes
10
+
11
+ - [#2840](https://github.com/primer/view_components/pull/2840) [`f9947de`](https://github.com/opf/primer_view_components/commit/f9947de93b276ec9fa6c7873e178f3c01211ebb2) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Update Rails dependency versions
12
+
13
+ - [#2846](https://github.com/primer/view_components/pull/2846) [`4b8c00b`](https://github.com/opf/primer_view_components/commit/4b8c00b76d65ad321a9d9c546151d58858571cf7) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Clean up Lookbook-related security alerts.
14
+
15
+ ## 0.32.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [#121](https://github.com/opf/primer_view_components/pull/121) [`20d031f`](https://github.com/opf/primer_view_components/commit/20d031f9ecff3802f6810939b167a5490b3c789e) Thanks [@HDinger](https://github.com/HDinger)! - Fix spacings in OpenProject::SubHeader when some elements are not present
20
+
3
21
  ## 0.32.0
4
22
 
5
23
  ### Minor Changes