openproject-primer_view_components 0.70.3 → 0.70.5

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: 3a785d163158f587ca90f435db4af5848928b4dac863a8762c8cf773cd617c53
4
- data.tar.gz: 6a2d170f3f502a607aefa119c1159184d67ee1ee6ef77ef675224ac45616ea6e
3
+ metadata.gz: 41b1b1ad2cf71ac187f62abfab9bb4672fd79a6226594f2f83cd54997ce6b6a8
4
+ data.tar.gz: ac203e7e4d911a35004c23f4e12e7b007e1c1771a698782df893d872feb7dfd5
5
5
  SHA512:
6
- metadata.gz: f2c4b40a3921d2c3ec2968d6e46a232d15ad7533e6e7520390ae366d2351141235c4ac3b6bbe8d942a960f73c117f0327328aa4fd0b72f7b48dbb1cfad7ee237
7
- data.tar.gz: 839e929ef1c3fe84220ad042336bdf7a65cab4d68f6ad8c91617bf9cfcaf065d32e20daaa270201e9e023b820e8fa5a17fa6a63438d7454f7c5adbf060ae1ad5
6
+ metadata.gz: '0979214c8f67f34bc996bf57fe59e1a9ad951f4520e993076e8e8686f9ac60cfe373c0fee205221e4ad0c58e6f0a2cbadb91a40f329ac4a481783b46984ef868'
7
+ data.tar.gz: bedd3be0a15e2343189c2a9a0a4c585b82a4fce4f5a1021a0a7f83f3bce3a93d9b521765dd12d665b92e0afdfeb2199474809df3f9ab35ef6a70a6467a7308e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.70.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#341](https://github.com/opf/primer_view_components/pull/341) [`b355320`](https://github.com/opf/primer_view_components/commit/b3553206a1e1b2c9acac3ba36c7422f66bdf6dc4) Thanks [@bsatarnejad](https://github.com/bsatarnejad)! - [65898] ActionMenu SubMenu does not support dividers
8
+
9
+ - [#345](https://github.com/opf/primer_view_components/pull/345) [`8b98093`](https://github.com/opf/primer_view_components/commit/8b980930bdd28758bc94724f201bae4e765e33b7) Thanks [@bsatarnejad](https://github.com/bsatarnejad)! - [65869] Add an option in the page header description that allows all links in it to be displayed with or without an underline.
10
+
11
+ ## 0.70.4
12
+
13
+ ### Patch Changes
14
+
15
+ - [#339](https://github.com/opf/primer_view_components/pull/339) [`18dc9e1`](https://github.com/opf/primer_view_components/commit/18dc9e1473ce4aead56f84670b1ae4ab256c8fc2) Thanks [@HDinger](https://github.com/HDinger)! - Add link underline effect to PageHeader descriptions and FormControl captions
16
+
3
17
  ## 0.70.3
4
18
 
5
19
  ### Patch Changes