openproject-primer_view_components 0.25.0 → 0.25.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: f34dcb94293066e766554e1af872b38cc5cbc94cf18d388a1ad82430c4b0023d
4
- data.tar.gz: a9765cff5293034b59e33c638b1d9a041e64ca5813cc68d6595260964a269883
3
+ metadata.gz: 23dc546496d164d704a249c4d0ead3fb71a7ea3905245c6efee13ed8f701044d
4
+ data.tar.gz: 60ad45e23104513ca720e97ac7b567cc2c063ed39e66d9b93f2f6e2cee1743ab
5
5
  SHA512:
6
- metadata.gz: 4b38ed02f496304285f5c135cfcc65dad81d618b0e0d97e823a92fce445507fbaa03f709cad334b35a680ef85cd3f9d2b1e9dae73000a39f32fb1328c17c793f
7
- data.tar.gz: 11b15dcb76dd5a37862884960fee4d47cda9183e302118719d4aee8a4d911963438637a34421d672297ea7baa40f1518956e359776067047c675a7fc546df3d7
6
+ metadata.gz: ed3e610bc03ddd3764109d43df3ba0b0e5236630d06b973c9861658e4ca2969650e0126629e6c4ab8c1aab6101d29e4d423c7aa3596bf29b7adbb0068244ae51
7
+ data.tar.gz: 0f73519a8c39be05f1bc429f73a8ee3acf780a65669d6d1a3a212dcdceddf57128e6b76595e6752a17d6b8123e2073b374846f1f8c719e6a07a154e2ddc285ef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.25.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2707](https://github.com/primer/view_components/pull/2707) [`1c73539`](https://github.com/opf/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/opf/primer_view_components/commit/74c4cc037fede70f8859614d7efab8934eeb80e7) Thanks [@keithamus](https://github.com/keithamus)! - Ensure Alpha::Dialog is always opened as modal
10
+
3
11
  ## 0.25.0
4
12
 
5
13
  ### Minor Changes