primer_view_components 0.53.1 → 0.53.3

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: 1d97d69ffd0b8f14c5eb5899e4358ca13c4fa9cb891f1289fb859f022ca84007
4
- data.tar.gz: 7f167531fc4e380d6a1d3957ea5eefd2e5441e1a05ec5561e3e83f74eb2a1188
3
+ metadata.gz: 874f9c65a6981bb33924d17a57c81091d65c4a5f7c96656e3956d54174da752d
4
+ data.tar.gz: 99662d39778801f31a72fbee12635bf55e547aaa3fc1dc7fc6b36f861ba0fa56
5
5
  SHA512:
6
- metadata.gz: c9aacbb3dc95c8b32554d5835e2dfc1e66b70ba7d6163cee5528e1e9b6c219d01e43dad40470dc49603604e2aeb89b7f70292c124cabc4762bf122927f6552c8
7
- data.tar.gz: 9c078e1f04d948bd4e4f2aab74fb489b1e0e54be2918ba3d266bc46171f33b8b671ca0c7d5ff29e63969c661019087c178ac161c2930b2cd981a458204753ccc
6
+ metadata.gz: ec76e3a905fca768cd43f84c390dc6c4ebe9f1708b849bf0d15e9b2a39c5c58457c7dc5aa38e774f91acfa07f428a73a3567cc81e6a92e5732ea17372d76e28c
7
+ data.tar.gz: 386b61b618f88f4a59a8c3efb28a128da5b2c3858accd9aa7da9263b56eca7f64a8b6c58e73d70d6e746e53155a44d45017d3b40e11a2d03a25da3921321bcfb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.53.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4172](https://github.com/primer/view_components/pull/4172) [`672410d`](https://github.com/primer/view_components/commit/672410d69efd71c911254d9f94c59d0b001db095) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Fix ReusedInstanceError in Dropdown::Menu::Item divider rendering
8
+
9
+ ## 0.53.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#4152](https://github.com/primer/view_components/pull/4152) [`0c0462d`](https://github.com/primer/view_components/commit/0c0462d3a2e50fdcc9e0ecab9429aeb001c682cf) Thanks [@gabrielhl](https://github.com/gabrielhl)! - Reserve height as well as width in `.ToggleSwitch-statusIcon` so the switch doesn't jump when the loading spinner is shown
14
+
3
15
  ## 0.53.1
4
16
 
5
17
  ### Patch Changes