openproject-primer_view_components 0.70.1 → 0.70.3

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: dc9482e226d74a6eb70c8ba9645f6a04b3859fc8856aae1e84689d2f7d4d710e
4
- data.tar.gz: b941a0d0f2522c95dd0e152c13b93750f981d0a8519dd2efb8858554af98c53b
3
+ metadata.gz: 3a785d163158f587ca90f435db4af5848928b4dac863a8762c8cf773cd617c53
4
+ data.tar.gz: 6a2d170f3f502a607aefa119c1159184d67ee1ee6ef77ef675224ac45616ea6e
5
5
  SHA512:
6
- metadata.gz: c7ead39dd9b72deda3dc76625ad3b88d9f0dcc076108dad8a16153b650c84e843d517f3e2b8f66b24f30fef6d2ab55654ce3e17caec8179cf70167073936f92b
7
- data.tar.gz: 1a8fca862045a70a4cd8dd6450fa98409abbcc393b2d5f4badc58a0475002e557687f7666212b57c4dad6fd1681bd9fa30f5e3802565273d5bb79422b7f8d148
6
+ metadata.gz: f2c4b40a3921d2c3ec2968d6e46a232d15ad7533e6e7520390ae366d2351141235c4ac3b6bbe8d942a960f73c117f0327328aa4fd0b72f7b48dbb1cfad7ee237
7
+ data.tar.gz: 839e929ef1c3fe84220ad042336bdf7a65cab4d68f6ad8c91617bf9cfcaf065d32e20daaa270201e9e023b820e8fa5a17fa6a63438d7454f7c5adbf060ae1ad5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.70.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#337](https://github.com/opf/primer_view_components/pull/337) [`afd57b3`](https://github.com/opf/primer_view_components/commit/afd57b356d0e75d046bbf8cbb7ae3fef13841c98) Thanks [@HDinger](https://github.com/HDinger)! - Add the option to skip breadcrumb items for mobile
8
+
9
+ ## 0.70.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#3558](https://github.com/primer/view_components/pull/3558) [`9cdefbb`](https://github.com/opf/primer_view_components/commit/9cdefbb65bf44c5dd494b60b636166155687e956) Thanks [@myabc](https://github.com/myabc)! - Make `ToolTipElement` `for` an observed attribute
14
+
15
+ - [#334](https://github.com/opf/primer_view_components/pull/334) [`02c37ff`](https://github.com/opf/primer_view_components/commit/02c37ffc120573d9df9a6ce0380201f1bf09e960) Thanks [@HDinger](https://github.com/HDinger)! - Make sure that the context bar of the PageHeader always has the same height
16
+
3
17
  ## 0.70.1
4
18
 
5
19
  ### Patch Changes