openproject-primer_view_components 0.77.0 → 0.78.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: 6f6f6d69ed7843cc2bd2a3bb1c001cbe058579e0fd3613455d2e863a7cfdb8e0
4
- data.tar.gz: 30bbba4a48432ce8580439087ae60be3ae7a862b58ee230e39c5a6cf636c1468
3
+ metadata.gz: 50359845771e06a8896241215e1a76de9cdf05313047ce8cd8f817d1d3d4aa4d
4
+ data.tar.gz: 06a68438002d46df61ed08d46b61555e0c38093c06d587bc44440ad69988e241
5
5
  SHA512:
6
- metadata.gz: 9e7a59dcee86d7a051b38b833f09426355cedccc91838713cccd609655102d7fd6958504836efc4a2466db4185762bcc111571530d67d5323c4d75520f072118
7
- data.tar.gz: ce61d1f73f63b90ecedb2ad4039d1b03996a0d50eb0973171fda546b8894c06af542d282ea22eacf10ea0e6dbd69a5d528972f3ba15215ad47a0a52edff13f6d
6
+ metadata.gz: cd0778294c73ac03418270d41148d46c17756df14b0f4b7767722aefb2bea9c1b99239af309b2bf36a0a1f2f8a79263f971f1c341bf6cacd34ac5312171aa929
7
+ data.tar.gz: 5305306af8a5425421242a934e822dab4e2602053dab017cda7753054cc3f19388fa54f7be72320d1ba4c4b08b8cda0598ef477fb53cb2cab6e15aecda5f5e07
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.78.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#380](https://github.com/opf/primer_view_components/pull/380) [`6305c8d`](https://github.com/opf/primer_view_components/commit/6305c8de62ef0f417532a67d4865675763928213) Thanks [@HDinger](https://github.com/HDinger)! - Truncate Pageheader breadcrumb items when they are too long
8
+
9
+ ### Patch Changes
10
+
11
+ - [#381](https://github.com/opf/primer_view_components/pull/381) [`03575a7`](https://github.com/opf/primer_view_components/commit/03575a7cfe8bb522b71cb0435819e11b710f6936) Thanks [@bsatarnejad](https://github.com/bsatarnejad)! - [67724] Use line-height instead of height for the styles of the page header title, when there is no breadcrumb
12
+
3
13
  ## 0.77.0
4
14
 
5
15
  ### Minor Changes