openproject-primer_view_components 0.52.2 → 0.52.4

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: e6e81b9d2acaa58efdde34a9fda2525a5e82271d25a3513b5a408b94ddce9c07
4
- data.tar.gz: 907e9b07e1f89be5b2c2ed1890d44906c51296fce4d6ee8538d28ed91418144e
3
+ metadata.gz: c76bbbbf5c9b25dc9b49102a7a91b822c54d4a0e8973ce35ef7072bc07c44b63
4
+ data.tar.gz: 57c633f3c5164e60355955d9bc828d1e4e66bcf60ad355485e4ff28b7e2b2a98
5
5
  SHA512:
6
- metadata.gz: 89f93eac3135934f1531a1dfb35ba9f15ee415e6399db01488f4cc4f2a7d25678e9e2ff779667e73c630bedae349555788ac8532c33e9dabc8a913b7993fa9cd
7
- data.tar.gz: 830ea1dbfb4f2f5ae90a4a0cf539f038f75056449b9687780d6ba840a430357c63315775263f753eeb2badc1c630db2873b7b1311dc77d76c20f8a3514e5cff9
6
+ metadata.gz: c4fb0afc8b4040994f8367864a43eabbcd1ac709231a349521fcf276164ff6cf6550b165633e41630f52b8ba169c7a386863308efe3369a7678bf087b0d36078
7
+ data.tar.gz: f7f39cf1ea0edd409bab750c750593fa300ed9398154e8d4d4f0ad3f7f1e4f14a88030a8a0bc0e175c6c8a8cd99547b29b181bb0042c45a73d76cc865f00fb3e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.52.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#232](https://github.com/opf/primer_view_components/pull/232) [`3cf8fe4`](https://github.com/opf/primer_view_components/commit/3cf8fe408dfe9995f90af3a08f5e04c21f3ed30a) Thanks [@HDinger](https://github.com/HDinger)! - Allow custom texts for cancel and confirm button in DangerConfirmationDialog
8
+
9
+ - [#231](https://github.com/opf/primer_view_components/pull/231) [`10cf9d2`](https://github.com/opf/primer_view_components/commit/10cf9d20660815b4ba78bc8bb7b9e18f3a60ce88) Thanks [@HDinger](https://github.com/HDinger)! - Fix form preview of DangerConfirmationDialog
10
+
11
+ ## 0.52.3
12
+
13
+ ### Patch Changes
14
+
15
+ - [#3270](https://github.com/primer/view_components/pull/3270) [`fa16aec`](https://github.com/opf/primer_view_components/commit/fa16aec26afb654a627c5c7ed68812f1fa807d0a) Thanks [@khiga8](https://github.com/khiga8)! - Ensure counter content is exposed to screen reader users
16
+
3
17
  ## 0.52.2
4
18
 
5
19
  ### Patch Changes