openproject-primer_view_components 0.49.0 → 0.49.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: 0da0b73e60116ca01c9853d42e612137a91c7f2b82e9bd277792d67188d95d7d
4
- data.tar.gz: 205cea969ae64414a67d5fcbf80baa60524c2c98c65e72bf63a33bb33248ff77
3
+ metadata.gz: f984469d4ddf44225371effff2febbe1fa1fd9e6b2d3fd96d37a6265d8614c04
4
+ data.tar.gz: 65d5dae2b8daae1024fc8d62553e1647cae83c70a18828bd98c91b403198bf3d
5
5
  SHA512:
6
- metadata.gz: 22f32a3444d00e8a2df025cb3536fb6d65e0217d49e9c59d9efe3fe34a21722c08522bd8f1e040e740d28d861e9c5bed6849ddf878a0b985edb669c7f37a40d8
7
- data.tar.gz: ab4f1ce99e4f7161ecb8a87c3f5bf1abcb5e02c7265ec350006d0a78f5858c981f701c339361307ff0419d4987f94b49d915e6522cd7bcf322b5123ff7934e20
6
+ metadata.gz: d969e41904ea4ed090d1639e9713e8fdac92e84b52ead84f5450b56572bd7d8777d7e54a65893c8cd758bb844ae60365daf0f5c9529e463e74c13df7a81fa6c2
7
+ data.tar.gz: 36a98aa21fb1152f8b37ec889a2be7da79b3e39b57d754d5393cdf51ce8938336299aec36eb76cd313790abdeb6024745439e22d509d4e6c24bcee0f0e63861a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.49.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3177](https://github.com/primer/view_components/pull/3177) [`308a56b`](https://github.com/opf/primer_view_components/commit/308a56b3a7fe3e29bb12aec0c3cf05a3bb7e32f4) Thanks [@mathias](https://github.com/mathias)! - Switch Ruby match from Regexps to String's starts_with method
8
+
9
+ - [#3186](https://github.com/primer/view_components/pull/3186) [`4d46a3a`](https://github.com/opf/primer_view_components/commit/4d46a3a146d8cc1a56d8472f049c329dfb0ac432) Thanks [@camertron](https://github.com/camertron)! - [SelectPanel] Don't clear selection if input field doesn't exist
10
+
11
+ - [#3179](https://github.com/primer/view_components/pull/3179) [`93297d2`](https://github.com/opf/primer_view_components/commit/93297d249420656b90c968201c6a57505260e2ed) Thanks [@langermank](https://github.com/langermank)! - Update the primer/primitives dependency to be 9.x || 10.x and move it to peer
12
+
3
13
  ## 0.49.0
4
14
 
5
15
  ### Minor Changes