openproject-primer_view_components 0.22.0 → 0.22.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 168d7a249e667c91c199f7ff2fc10b72265c7219994c870d87c003148667213b
4
- data.tar.gz: a0fa0563181d7e0e1d6ec9ef8e65c10cd83b3505391cbeb8e79ac8c60cae132d
3
+ metadata.gz: e770336457a8f1b429496a1538adff9a185e9e06d3afd64e749fec1d259d73bc
4
+ data.tar.gz: 4b84bba50129792151486fda5207a2fd7d2dc8fb200ec34aa8608ebc542aced7
5
5
  SHA512:
6
- metadata.gz: 00c2cde94cf2a8486396326edfdfb6ff7b679f60d4d784bc8a79c2a35e986cfe8984d4dbbabae2871550f84333c61248412f47c006d9f166f494814e7d044314
7
- data.tar.gz: 183d161491bba006b78d456bca13b66f137e893e1e4c495cf2f0ea798a40dbb136506bcb10a6ad8c6bd84a4fe1d245609f7317afe2bcd8f8acf39ec6a7d0f198
6
+ metadata.gz: ff0f06b17297d6e8c208c74ab95f5b8f009e9e435987949f4f0b1eda782426396f8617c58ba66d08d7c288423df7cc388ebc200962f1063baa4d24212b8e48d1
7
+ data.tar.gz: 3baabe23abce3fbdad71edea2210f9639471eb7a2f5017dc20beeac4458eefa1e8bd2d1c37cfed4716f0fbfbaf36edb47b54a533bbff076d98e8a668fd5ea188
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.22.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2554](https://github.com/primer/view_components/pull/2554) [`652e795`](https://github.com/opf/primer_view_components/commit/652e7957c59ddc5d05af9c9bc797a917d01cf453) Thanks [@keithamus](https://github.com/keithamus)! - Ensure Overlays that open dialogs do not close when the Dialog opens
8
+
9
+ - [#2553](https://github.com/primer/view_components/pull/2553) [`1ca2f17`](https://github.com/opf/primer_view_components/commit/1ca2f1790a5fb95069f85936d6cb1deafad782fd) Thanks [@keithamus](https://github.com/keithamus)! - Ensure only direct clicks to the dialog can close it
10
+
3
11
  ## 0.22.0
4
12
 
5
13
  ### Minor Changes