primer_view_components 0.36.2 → 0.36.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fae7f3f9a0fa0b26891a3a836ad664cbd5300c416808b240072f97aa0d701c8
4
- data.tar.gz: a9b66383d8f96952f6a2f1a7e559b8f45a6d5ad85326ec41bffbba91789a2615
3
+ metadata.gz: d4211776a14ce12185ed521f1cf0bee864f57a48d051ebd151d5dc7d1b07b140
4
+ data.tar.gz: f4ce05f566d8556f3c6516ea8a42b567c559374998e6114624ca2b73cb63267e
5
5
  SHA512:
6
- metadata.gz: 3f733eff341cf4153478a7b9092c29799660445e6f94182175bbd58ecb8c69b8236ae8741988156a60e2ab846c03d40737dc6f2c81fe690ea12b5164d115bd4f
7
- data.tar.gz: 3f7005441b27345b888809eaa3e9f3b46b4e8441670bfdcfba6af53143ddc872e815aac8978f0b01f167f5f2c8d9aba873593381584e2a8ce2bcc1aeea6b182c
6
+ metadata.gz: 3ea69bffeec49bad181790257e40da8f92fad228a2ea9ca04bd754f3dd8fbf8493011f0afa4d297239df5c82f7e4f3fe522d534c5a2144966c24dd7baa28e6db
7
+ data.tar.gz: a94985fe9f0d2dd1965c52f17df24c46f8138996d161611b989a9c2ac5e6f3db4416b551bd2ab428c9c7460a49c638879314a6639660cf0a5f70eec2927e96ff
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.36.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3254](https://github.com/primer/view_components/pull/3254) [`1bb7ad7`](https://github.com/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/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
+
3
11
  ## 0.36.2
4
12
 
5
13
  ### Patch Changes