primer_view_components 0.43.4 → 0.43.5

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: 667a32bd9f1bb459a3d8a3a3c781868a7a43f79b4ea28ce89fab628b8ebac720
4
- data.tar.gz: 2c8f9a6e9b763abc38d89bd6a9cb7466c8ec6b77697f7da171bf3c55fdf2105a
3
+ metadata.gz: 4531c9e0dbfa34664c5740dfab2ced2aa642d67072c79ff1228bef164e7db887
4
+ data.tar.gz: 17a3e274e0123f20ed378ac7eca5cff5b851ea51bd6656169a530e09008688e0
5
5
  SHA512:
6
- metadata.gz: 30d2b2a3dcd3f121ca89bdb96549f728bd79a38e3cf71bc088a587e90fe01f6ed0f7c527eb9ee62bce8c8de4f2063f600ab0bf2ae7fada218444aeaa7ef30f05
7
- data.tar.gz: 8599e489a4c483ef28a89d88a159f21e45d9674761aea80466e17b7e050a0f95d21ba719da55f505867ac5df5f61f0181afd768811e70093f68070d94942dd10
6
+ metadata.gz: db6479c11600e719ef908556682c0abccb54547d1515eb38e11ba0a3d1277e494e53091a97cd63dfab86494b3f9da6ca6d88a26673076186efff144f32fb4be3
7
+ data.tar.gz: 51f3a059f49980af065948bca286f15509697b2bfb938b01dc8399a492a61caa9c6fd2044b3f22456c340e2638896d10f6e5ce54e5befdda5df70a57c7b9cf03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.43.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3558](https://github.com/primer/view_components/pull/3558) [`9cdefbb`](https://github.com/primer/view_components/commit/9cdefbb65bf44c5dd494b60b636166155687e956) Thanks [@myabc](https://github.com/myabc)! - Make `ToolTipElement` `for` an observed attribute
8
+
9
+ - [#3562](https://github.com/primer/view_components/pull/3562) [`8686a5d`](https://github.com/primer/view_components/commit/8686a5d52cbba386ee05a2d2efe9041789e01b75) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Use ViewComponent 4.0.0.rc1
10
+
3
11
  ## 0.43.4
4
12
 
5
13
  ### Patch Changes