openproject-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: 3c17581220cb9e77d3a09810a549aff8aa2cfa9e50913676dc99d29664e871f5
4
- data.tar.gz: dfa539af0aaf4e4d8fc53bad65563a7b5aa9603ef2b4bc0f48bf0147e88621ae
3
+ metadata.gz: 6b25d8fdd191ba24396624665b9b9df9af25035f4842c009fac2a1f330e0c7ca
4
+ data.tar.gz: 34f2c76313a684f45b9df5b8a2e2d2512e4b2534671d8c54b4dcf5bb7d741d24
5
5
  SHA512:
6
- metadata.gz: bd3676b9395caf3dab08f8a6495390a6dc9f9a74fd0de37b1b7e3ec032005e130f168cf3dbc82c0c3f1559517fa062568ea11ae2e04b59407229b6d674cb802f
7
- data.tar.gz: 8c35a2d098860e1f2a1c484019632c0f5b0b1489361524fd9f64275e3fc6916aa0d8b0438a0d3944221b9b83e5fad7fbe41ce313024b1c220d49ab95737d9938
6
+ metadata.gz: 3cac15100212ed7c65181b2ba193672d70f291d3bff4b68a9349e706bac0bfba35c568379ebac9e9b814c887cd6d3b910f06122fabd9ed960b1b04fd093272c5
7
+ data.tar.gz: 23392a96b0cba02374369cff3f5c88cdd2283145208c9105b18cfda5167bf40132bdaeed253f5162af45264d1b4c193e04627e1953331bee511be87e130ad44f
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/opf/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/opf/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