openproject-primer_view_components 0.89.0 → 0.89.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: c48c41fa1cd642304cb19ad7b9d213ccbb82f709cd49d8a6d8d1134a39caf521
4
- data.tar.gz: 8de43f63b557dd72b6a4870ec253078ec2a88625c733be778708ba86af4974d2
3
+ metadata.gz: a71afaec373b929123647def279f13f271cd916b1c328e4aaa9adbe0c683975b
4
+ data.tar.gz: 5298948a9594de282d6563a4d6e43beb6c78b80bfef82c1cf2622e9092532552
5
5
  SHA512:
6
- metadata.gz: 2adf5892a3097a0cf58bf1a2b0e8328ad3844c1031fc1a49d4d8bbf871facdc2fc1e67f94fff79c7875cf73d453f25b41c255cd32604779e5a42021c5584ef3f
7
- data.tar.gz: 929d6be3d50fa1805778c67eb3db3dfc7967ae128936bf1f4b6818d8a4969a23c83f4f22c5810f25e643076305fc5d04a77593c322fc1789d5b6402890394346
6
+ metadata.gz: faf6e80a4de420604fb0f27aede38ef3b916a3690f984782fa1e17b621c19951eb6260a5a96d23775a77d5af8d8a9426cdb89a67674a7e282aa1ea4e709260b9
7
+ data.tar.gz: b31d668f36031c250ab556f1984661247b2987cf8c37504659b3bc4188ebd4ebaef1444322a2860351959a49681e7a6ee467861b4ed67c4802dc7f754673a3af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.89.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#487](https://github.com/opf/primer_view_components/pull/487) [`faeb2b0`](https://github.com/opf/primer_view_components/commit/faeb2b09b937721f6715ce05c76222a2e5d410fd) Thanks [@HDinger](https://github.com/HDinger)! - Allow navigation with the FilterableTreeView from the input to the tree (and back)
8
+
3
9
  ## 0.89.0
4
10
 
5
11
  ### Minor Changes