primer_view_components 0.35.0 → 0.35.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: 4f9eb08fdaec45d573b09bcedbf5f62a872873829f8d46498b1b6b307c27f9f7
4
- data.tar.gz: 445d6b1cc02029d20948fcff533e60d2ad08764a956f2f1bfd2a053c5ef634db
3
+ metadata.gz: 1772fd177b55a4a6ed5a1fd127155e742785376ffadcdac93f6da3ced8186df3
4
+ data.tar.gz: 52baf3a1822206ebb43244730492b87cc6209ccecd46b0b8519916d78798ef12
5
5
  SHA512:
6
- metadata.gz: 920f20ddf514da80c4c8a9e3d8e54ec85f5f9fc9438ae3ce94cf2ba0f06790ab427816f5a6af449aae1f376da78b0946e53b93fba433e76d787957988158d39d
7
- data.tar.gz: 1e08992dd426ba218bd3a50ebf201497cbb1b17fa3175dbe1a9798743ac0e2a864cb5d4885972dd777b1a228fc0523eb3c4913cc48e43fae140ec6b4648b72a9
6
+ metadata.gz: 7e61a86885102dcdbf1ede1ec08fa769fa08321702d3509d7a12a4419fdb93a6f41a814628383231c3e0730e273e6fbeba7dbb903540a5e2c5fedf7c314492fd
7
+ data.tar.gz: 4278066f395915d832a9d1d422b2956f509f10aeed5c0df15550ae1ea9440d15c16efa3393b0c91d7b57f8624460f65eeb023d2bc9993703424f8ae3ad3756de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.35.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3177](https://github.com/primer/view_components/pull/3177) [`308a56b`](https://github.com/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/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/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.35.0
4
14
 
5
15
  ### Minor Changes