openproject-primer_view_components 0.70.0 → 0.70.2

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: 6a1b5df639ba3b9fe3dee88dc7ef73fc23ea3389e843254945049158fbe6b208
4
- data.tar.gz: 2dd544ec6c5a8c2f2bf113f71be7717009ada57c6e5d0aea35a186f268beaa1d
3
+ metadata.gz: f84757f30f03c899f57912f66244143d2b710106102bc7c2ef234626e1329140
4
+ data.tar.gz: e37db7726d8905864fbdb74855e729c390c39b7ae0fbf28c62d2b0f4ab1b3f42
5
5
  SHA512:
6
- metadata.gz: a8fbeb10835afff27f76f861b95c559a4ac4ce576d28fc84ccc32634c5a475353ef9c89830eecc509e17c6f8dde950ff6deea3fa12ae9568c0b94ae38f200f17
7
- data.tar.gz: a02aedd78f766cd485293ee34dc37ef542242c7703c464a9890feb3f2e86967fe36c25d480b07b8de9170a6d2d88e5137834dadd1cb89d0ef8b6fc1bac229b09
6
+ metadata.gz: f4417a05ce26bfefe4752a23fc08f1006b65417687f448da516e6001ab2ae72965025d9b1c4e5bcaa3ebd5c5aefc14594f02c70a04fa566e657d44033550a694
7
+ data.tar.gz: 23e3aa1373cbb5148b640834b40f9eb25b8e0029eb04ddeff4303b02b62a65a99d2b9e3f53e82805a0ca86cf409ed04dc12604f2ad54b5b88028210463267cb3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.70.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ - [#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
10
+
11
+ ## 0.70.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [#3556](https://github.com/primer/view_components/pull/3556) [`3614cac`](https://github.com/opf/primer_view_components/commit/3614cac1ad1e15dd7692c4a8038adfaf1ca5f8f5) Thanks [@joelhawksley](https://github.com/joelhawksley)! - use ViewComponent 4.0.0.alpha6 and lookbook 2.3.11
16
+
3
17
  ## 0.70.0
4
18
 
5
19
  ### Minor Changes