openproject-primer_view_components 0.61.0 → 0.61.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: 970f279eccd8036bde78b50db824dcd92d7ec4972a017be6f88cca4746470fe2
4
- data.tar.gz: f401f76cfcbbd6fe5a3c32c207711a8e80e97462321920c8fda07718c919388c
3
+ metadata.gz: 9805d5bf7a137f93d2f8ef95a9c86f1bf9205e3edf9006d7bdf26ccd14cfc9ea
4
+ data.tar.gz: 9fd3af1d15b124eca02e54fcd0dd795162fe6ebeca6229e379c877d1beabec56
5
5
  SHA512:
6
- metadata.gz: 07060b213e0f7fbc6c3e80f60d88810f3bf5fe4e7b6e1c87841dea36abf8a49e63f84aad2230a1eb1ebf5bcc482169f9894d229f42cbb28b84473867a1b4b024
7
- data.tar.gz: e0c914116f51fd528ac834e50bd22b8303378fb2848a252b24592687217a4124b902ca75e89c857037d3160b329093412af8884507f07ec0c7a741bf84ca6c2d
6
+ metadata.gz: b5800d7e3325aa5b26c89ea9c9117b1ba52fb9300e204edb73999434aa426ca59b7495d465b8d5d73bf00f3f16bf1419e00e41d0250034e65f2115f968be50b2
7
+ data.tar.gz: c41f0bb4ad9e660a91ad225039ca8a495db868ec64068f7a6a928a23299656154858836cfd5e86dbc0c1e22732bde41330df5cf983900c266d074415a8efbbac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.61.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#276](https://github.com/opf/primer_view_components/pull/276) [`6026f93`](https://github.com/opf/primer_view_components/commit/6026f93ba8dc9e93eca7ecd1f7b1374a58c1e677) Thanks [@HDinger](https://github.com/HDinger)! - Stabilise initally collapsed state for CollapsibleSection and CollapsibleHeader
8
+
9
+ - [#275](https://github.com/opf/primer_view_components/pull/275) [`40d6367`](https://github.com/opf/primer_view_components/commit/40d6367377c104c814510ea931aa73653760e56c) Thanks [@HDinger](https://github.com/HDinger)! - Avoid useless space below collapsed CollapsibleSection
10
+
3
11
  ## 0.61.0
4
12
 
5
13
  ### Minor Changes