primer_view_components 0.13.0 → 0.13.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: 1e550febc90a9416549f08bf5f31423a1b096bc58dd83bd43d5488042dd71aad
4
- data.tar.gz: 8e87b86b6eda26669c2f96d1b873bab0302989a10eb03d3076867827058ca27b
3
+ metadata.gz: 0cd3fcb17cf9a8627092f5d48685341c292b6bea1487b112c9ad365080b72d89
4
+ data.tar.gz: 3273e1becaffe68a4ae939e209fec753a04576a49a8908410de062bdce7a8890
5
5
  SHA512:
6
- metadata.gz: dd66394a9dba0063e1ec0e71d155c5b50c10dfd4927ee73064a00a424995d91383517856da8444f0aa7b1c6b5da6a377489d64f1c0d3274bf45ec038526d7998
7
- data.tar.gz: 3ac43c3d88604f722206cef8e23348a58fd7ea010543d7434e800e0d8252c8d3a39ad167e5c7a649dde4eb10577afdcbe78daab7a5b580115822d9eb1bf7932c
6
+ metadata.gz: 3337aac0da1477523991f18af4e478f625d4f7ffadc9aceed1c7959d1852416f305d1bddd3ed5961bd938d83c85758dfcfbdb2f4cfe0924a8d6a1895c7c1ed2e
7
+ data.tar.gz: 41bc70df5570a7951fcc1ad6247614756d8bddcaabf96b61d75908bfad7e062595f6c106168a381c7b6784aff8a5c357627a0dacaf67782af34c15504a61095b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2326](https://github.com/primer/view_components/pull/2326) [`4e05b7ec`](https://github.com/primer/view_components/commit/4e05b7ecb764b104a0afa35c478eff5c79f9270e) Thanks [@camertron](https://github.com/camertron)! - Prevent scrolling when activating ActionMenu items via space
8
+
9
+ - [#2324](https://github.com/primer/view_components/pull/2324) [`cc44952c`](https://github.com/primer/view_components/commit/cc44952c1c84e4fcd3ad6dc786db7211cdb82d36) Thanks [@langermank](https://github.com/langermank)! - Revert Tooltip caret removal
10
+
11
+ <!-- Changed components: Tooltip -->
12
+
3
13
  ## 0.13.0
4
14
 
5
15
  ### Minor Changes