openproject-primer_view_components 0.56.0 → 0.56.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: 4b76152c9e58905d3a151255870c74e5cd76f324274f5ec83fd8c7db0acaf1fd
4
- data.tar.gz: a251a85dfb9e56ab5fe44be042ffc97ed0ee9a99fb8cbf869f6ee74f3f23acde
3
+ metadata.gz: aebb646993d00d3464d6d413736b129ebd0101c1147db799b861bcd0429ba45c
4
+ data.tar.gz: 6784949004a6d4ff23c94e0e9f7120cd44bc049c7a16215082bb1acef5e8b495
5
5
  SHA512:
6
- metadata.gz: ed47d9cd29fa27bd45139fb65c43eeb609aaf6ecdb5598f995b81243d4136c8156cdd36e7e4cf108e3b3712b953b9e75695872e80bc845f80077390869a4d3ac
7
- data.tar.gz: f5632d53039ec344cf3f8cce5a59d7109c9d7635c2ad59ba9cfa9f66bee24b7448a0edb1da8b869affba7cd3d10e261036d1b0c7c663bb0a6cc0c79109395191
6
+ metadata.gz: 76f0c33d6fb259ea9d735fb26d78d3378c2bf083ad2463a964519a3c36f4b64726fd56aba6cee66b7b7b53ef6b3e7c4823657fca9604326963b5882a04a61ebe
7
+ data.tar.gz: 38e38756c927a9d35f5002e790be79bccd84975fadc498af0943921cb42397239594b357fea5dbb00da189c204508f08a768aaadc1c38e3586e205af96f4a651
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.56.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#254](https://github.com/opf/primer_view_components/pull/254) [`82bda69`](https://github.com/opf/primer_view_components/commit/82bda69ad3df79d4373603de3dee5b2ab8758a67) Thanks [@HDinger](https://github.com/HDinger)! - Do not close dialogs when clicking on the backdrop if the dialog contains a form
8
+
3
9
  ## 0.56.0
4
10
 
5
11
  ### Minor Changes