primer_view_components 0.21.0 → 0.21.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: 92f7f626ea20a932bdd26d5f0627186bb47fd2d9fa4bb25c422ae942c591ee36
4
- data.tar.gz: 26648104089e413857f05bcf5b30dcc96e0acb5008100a6c21b3e32083ff4c84
3
+ metadata.gz: c8c0666212fe24f07031c2106dc20e02c313217b0845a3b1878161c217aa6d1b
4
+ data.tar.gz: 8e859436207d7f3b9f2dd0f36a199e73170ddbf498ddbb1f20b1a0bb5314c149
5
5
  SHA512:
6
- metadata.gz: f5e5ef0584fae43d0ed7349a8e30fad674df6f4345ca96abc3d93c33dd54dd77822b83f8af89b83d05e8f8f13504920c9fd77e71656fbdde0edea146923049c0
7
- data.tar.gz: 14381932260e2fe23a224f5befc34d9976a347f839a96d72b2a1761d0038af168e007a13faeaab02e4c6f8031686a2b7fa1cc9390849cbb3e6ec60971059fbe0
6
+ metadata.gz: 580f4d609d4c52e1014770380cb01b2ed18c67ed516db6ed212350133129d26048de0121965058b575d0b503a08cb2af5fb81c44fd38df954abd13dcd40e63f9
7
+ data.tar.gz: 54283f101cb4fd154d484f9ac05a3306279516085720a60a9170b93da7f8945e79ade80e1d7cf3c9d9ea88cc4b6269ee6f9f933e93a104adc8a2cb8ea583f777
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.21.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2707](https://github.com/primer/view_components/pull/2707) [`1c73539`](https://github.com/primer/view_components/commit/1c7353976a09b8722dd0609ff3239ed02799a5ff) Thanks [@jonrohan](https://github.com/jonrohan)! - Add `:primary` and `:secondary` scheme to IconButton and Match scheme for ButtonGroup menu
8
+
9
+ - [#2582](https://github.com/primer/view_components/pull/2582) [`74c4cc0`](https://github.com/primer/view_components/commit/74c4cc037fede70f8859614d7efab8934eeb80e7) Thanks [@keithamus](https://github.com/keithamus)! - Ensure Alpha::Dialog is always opened as modal
10
+
3
11
  ## 0.21.0
4
12
 
5
13
  ### Minor Changes