primer_view_components 0.18.0 → 0.18.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: 6e436dd7c45ee9ebfeefdb1eda651a3574787205773088d059a68a0e7957be9f
4
- data.tar.gz: 8041711bf27a83803cea386b2217f69fe6bf29b13ef24bcbe1596ac00a82d38d
3
+ metadata.gz: 820629de574883a742c3f2609239f41365cae68f0888b869533894d21c16e1ff
4
+ data.tar.gz: d40dcb33665e8d891740550aaca381f7197440103ea1f94de522cad0a60e5580
5
5
  SHA512:
6
- metadata.gz: 6385caf4ac07b14708cfd9bb9f6cd04bd59a1133e5e29db3817b088b2537c6df9422d6e72ed56f1e429ab4a851781f79a1fd8e55e3b192a1c3e4b87192890a02
7
- data.tar.gz: d68fcfaceb8a0fcb02885112e65a13134d3adb9fbe4be8329a0bf5871eb3be930d9a3cfd91ab34d34b923ff62fcfc5e1b4071b5e0a5ba986e5596057226590d6
6
+ metadata.gz: aa64eff2c2374ba3b2223c02f9724ff34ea23d2fd068355afc7c9e2a38e9bda3dc5b983d9fccbe87e3a43b558ebf711b62fceb4c9301d1115c6a0e950db8ac97
7
+ data.tar.gz: 79cb7ae4b61f8580fbf07612f800b3e2eae8cc42b627ac2b4b41e8409c96513dd08d378d2c38b9b7fcad97018c77a2b574e0df2e7789a28f91bead519e1df031
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.18.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2554](https://github.com/primer/view_components/pull/2554) [`652e795`](https://github.com/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/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.18.0
4
12
 
5
13
  ### Minor Changes