openproject-primer_view_components 0.21.0 → 0.22.0

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: a64e8205ea27dd24c4335446b73c8add35e66f68c1ee79fd0852cbd7b073eef3
4
- data.tar.gz: 339f9b1469d8bc2a3ed7f2888e0767aaab8506915654dc297516bbc55786770d
3
+ metadata.gz: 168d7a249e667c91c199f7ff2fc10b72265c7219994c870d87c003148667213b
4
+ data.tar.gz: a0fa0563181d7e0e1d6ec9ef8e65c10cd83b3505391cbeb8e79ac8c60cae132d
5
5
  SHA512:
6
- metadata.gz: 6ed7791bae3a4ff65699cb827631222bdcb0bd9b17e975bf59217f7eba416af9a53eaf0f81d58fc8bfc96a4dd0d157266371e24ff836f0c5a15d6175a4405d22
7
- data.tar.gz: 2294015e2bcec6e9c079008b08c546aaec6b73b3b80b2aae0a08b0d6fffcf3aff20007513ba2878688a5dddb3df4631c59bdc213607ffa94fa0df34b1719dbc9
6
+ metadata.gz: 00c2cde94cf2a8486396326edfdfb6ff7b679f60d4d784bc8a79c2a35e986cfe8984d4dbbabae2871550f84333c61248412f47c006d9f166f494814e7d044314
7
+ data.tar.gz: 183d161491bba006b78d456bca13b66f137e893e1e4c495cf2f0ea798a40dbb136506bcb10a6ad8c6bd84a4fe1d245609f7317afe2bcd8f8acf39ec6a7d0f198
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.22.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2551](https://github.com/primer/view_components/pull/2551) [`5340243`](https://github.com/opf/primer_view_components/commit/5340243c91a5a7d020cf216f421704fc5a76afca) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove large size options from SegmentedControl
8
+
9
+ ### Patch Changes
10
+
11
+ - [#2527](https://github.com/primer/view_components/pull/2527) [`1d20198`](https://github.com/opf/primer_view_components/commit/1d201989bfe0d1fb6cdb879f82264bdc55978d8d) Thanks [@keithamus](https://github.com/keithamus)! - Remove animations on actionlist checkmark
12
+
13
+ - [#2549](https://github.com/primer/view_components/pull/2549) [`1259249`](https://github.com/opf/primer_view_components/commit/1259249eaddd4b8744a3dc212fb9f8800b45daac) Thanks [@keithamus](https://github.com/keithamus)! - Ensure dialogs do not close when a child menu item (or similar) is clicked
14
+
3
15
  ## 0.21.0
4
16
 
5
17
  ### Minor Changes