primer_view_components 0.5.0 → 0.5.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: 4761e0e70cdbd279de615f5042340c42339c625d0b85cf87a54824701ec4c8c2
4
- data.tar.gz: f7078c747b8ceafd62b5296f9eb14740fe105ca822c6d158956aa7917541e3d3
3
+ metadata.gz: c56da5d8c87afc356d7126bd8bc00db2dca3f16bfa39bef54f6d74a4b6656af3
4
+ data.tar.gz: 624b20fb84352a134330e339823f777353798a013ad901242581c59912e7a0ae
5
5
  SHA512:
6
- metadata.gz: e7cdaa73c356c6381a7bab523d1bf788ea3fe0974c770f827193a402e858481e84e3fbec80ee4b534c8abe3193e5abe30f4bd593cd02e057348e6c589ff19517
7
- data.tar.gz: fbfd2a145ab1384b00453b6eef655d691bae3e5a2ae9e78898825fe650af2e5f78bca9d63e928f7b023482da75b13dc924360e88c3ed7bee4c4d376f065def1e
6
+ metadata.gz: 65597735adb8bf2c9154d7813dc23d9465db1ef8e31dfda679610f8173f4ecad57c1688e722595d63f3c71361a2f4c99f8cc5ab973814748b094ea199189b19c
7
+ data.tar.gz: ca0c947fa808d4a79c47ea05789dd7f094cada17f86226ae462fece7d1ce9a0cf20ac07355399fb7c692849c34159e02f1ea58de1ce63a3facbeca2b10b7e710
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2156](https://github.com/primer/view_components/pull/2156) [`5f809724`](https://github.com/primer/view_components/commit/5f8097241df130e5b54cd5a1bcfda0ca11258cda) Thanks [@langermank](https://github.com/langermank)! - Add correct fallbacks to `State` label
8
+
9
+ <!-- Changed components: _none_ -->
10
+
11
+ - [#2151](https://github.com/primer/view_components/pull/2151) [`78e0d175`](https://github.com/primer/view_components/commit/78e0d175d266534ab9042b671057bed3e6dfb7c5) Thanks [@jdrush89](https://github.com/jdrush89)! - Checking document scrollbar width before making dialog backdrop visible to fix issue with document padding on mobile screens.
12
+
13
+ <!-- Changed components: Primer::Alpha::Dialog -->
14
+
15
+ - [#2154](https://github.com/primer/view_components/pull/2154) [`9005b5cd`](https://github.com/primer/view_components/commit/9005b5cdb00a628f4f9efe93066dab5413b181e5) Thanks [@langermank](https://github.com/langermank)! - Add color declaration for Dialog `title`
16
+
17
+ <!-- Changed components: _none_ -->
18
+
3
19
  ## 0.5.0
4
20
 
5
21
  ### Minor Changes