primer_view_components 0.45.1 → 0.46.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: 51cdb0a9932215430e89d52ca1961c20d8dbef9f1a73806a4fe9156796b56de5
4
- data.tar.gz: e1856b93b3bead2013b1a4fd38799441facfc22e1c358d7873cdcb3c01b47adb
3
+ metadata.gz: e4c7434b550a20d55eba89db18ac2c389fd44d43235ae45e4c2d1cdaf1272276
4
+ data.tar.gz: 1b97c366385bf8e3cb9444a4ca0c67fa56d3bef37fb02084d977faf6ce28229e
5
5
  SHA512:
6
- metadata.gz: 11efa2cea856bbd5ff10803e327d29f72cb09ba3dc163d573a7adf33bf846dcc375c6323fdefff8249b9bb185053abfda8265e5d358614aebac2a7645056b0d8
7
- data.tar.gz: 47250dd0687e65edd2525a6596032901892055177782376fac4da64df5afb6da138b788c6b086c6664e801ba77831064749d35ec6335ca380d4421c245b9009f
6
+ metadata.gz: 98687d02012ca3eed7c57730cd1b64fe46c112aac05184f586b1ad4ab9cd3b2c929e30501c018a2bf3a495ba6b390fdc6e1d28eb79a698f38d3de2d27c1cca52
7
+ data.tar.gz: 355eec9c619a4ef4e9eaf4b96d62a9e85c57673c9db95c11f0761a83cfbf1b2e90d27c05401d0d1950f503b7a754f53bb205e5d022f35bb74594992e7d0c34b3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.46.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3713](https://github.com/primer/view_components/pull/3713) [`4ba92f5`](https://github.com/primer/view_components/commit/4ba92f579fff940943b9ee04d3097e28cb9588a6) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Enable use_experimental_non_local_form for all SelectPanels
8
+
9
+ ### Patch Changes
10
+
11
+ - [#3731](https://github.com/primer/view_components/pull/3731) [`15ab908`](https://github.com/primer/view_components/commit/15ab9083e8ad06185c727071be5ee2a0eab14ae4) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Updates SelectPanel anchor to allow IconButtons
12
+
13
+ - [#3727](https://github.com/primer/view_components/pull/3727) [`1ebafaa`](https://github.com/primer/view_components/commit/1ebafaabfd3424c78dd41610372b8c0e684bac1b) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove left/right bg color borders from Avatar Stack
14
+
3
15
  ## 0.45.1
4
16
 
5
17
  ### Patch Changes