openproject-primer_view_components 0.52.0 → 0.52.1

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: fd140b594a3320327597c717407335fcb2a75d74160f81635780fe093f32a6db
4
- data.tar.gz: a3d6b3886f9900157721df6a670b305360387f9969753a9f790605caa5c1faa3
3
+ metadata.gz: 8dda91a2377fb5ad052c3be211a0718e045bab9709bba2fbdee44fadeb32882a
4
+ data.tar.gz: 941b38d21161e9f82e893293ae339704581f43dc9e35994e33d129ed692c1f4f
5
5
  SHA512:
6
- metadata.gz: 24f9cb45a17f8e132c3eb41117a2a0300dff084738285eef44818b57b5da876472030691fcafe463e5c77a1050c21fb39a79df2e7107b5ab7a6f95872c8df0e6
7
- data.tar.gz: 3887155c4ef530bf37c7aa5c5dc30ef87dfb14002939d427a761b16c6e8e676cf52168de0f263972ba39cb71fd03105b7252cd1f2134c2980d630af4fb2a003a
6
+ metadata.gz: 27957fd3b25cf97d101001a79374cecf915a86a7956449e8d424b802a44eff17149ca772edf365bf341981f93fe84ff62ea0c244a1839d9666570e8715a5facb
7
+ data.tar.gz: 29bda097af96feacf1d4d1985646e89992a74017cb41610c8f50d919036f7926ad87d6d54524da993dfbdbf3c036bfb109fe35ef3592ccdc9b86dc8e865726a5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.52.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3254](https://github.com/primer/view_components/pull/3254) [`1bb7ad7`](https://github.com/opf/primer_view_components/commit/1bb7ad71239ee6b6ef158dac7f1aad3bd76ea404) Thanks [@camertron](https://github.com/camertron)! - Fix `NoMethodError` when checking if `ActionList::Divider`s are active
8
+
9
+ - [#3253](https://github.com/primer/view_components/pull/3253) [`3a63cf0`](https://github.com/opf/primer_view_components/commit/3a63cf01377ccb71654f69e7840c5bc52fe802b2) Thanks [@joshblack](https://github.com/joshblack)! - Add top spacing to Dialog::Body to avoid it being glued to the divider
10
+
11
+ - [#225](https://github.com/opf/primer_view_components/pull/225) [`acf202b`](https://github.com/opf/primer_view_components/commit/acf202b6fd6e5805d79db7e55ac024b325aa36bd) Thanks [@myabc](https://github.com/myabc)! - Changes button text to dismiss Danger Dialog from "Close" to "Cancel"
12
+
3
13
  ## 0.52.0
4
14
 
5
15
  ### Minor Changes