Skip to content

Commit 3b150b0

Browse files
Bump @radix-ui/react-label from 2.1.12 to 2.1.13 in /ui (#3244)
Bumps [@radix-ui/react-label](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/label) from 2.1.12 to 2.1.13. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/radix-ui/primitives/blob/main/packages/react/label/CHANGELOG.md">@​radix-ui/react-label's changelog</a>.</em></p> <blockquote> <h2>2.1.13</h2> <ul> <li>Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.</li> <li>Updated dependencies: <code>@radix-ui/react-primitive@2.1.8</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/radix-ui/primitives/commits/HEAD/packages/react/label">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93d648d commit 3b150b0

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@hookform/resolvers": "^5.4.0",
2525
"@icons-pack/react-simple-icons": "^13.13.0",
2626
"@radix-ui/react-dropdown-menu": "^2.1.21",
27-
"@radix-ui/react-label": "^2.1.12",
27+
"@radix-ui/react-label": "^2.1.13",
2828
"@radix-ui/react-navigation-menu": "^1.2.19",
2929
"@radix-ui/react-slot": "^1.3.1",
3030
"@radix-ui/react-tooltip": "^1.2.13",

ui/yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -642,12 +642,12 @@
642642
dependencies:
643643
"@radix-ui/react-use-layout-effect" "1.1.2"
644644

645-
"@radix-ui/react-label@^2.1.12":
646-
version "2.1.12"
647-
resolved "https://registry.yarnpkg.com/@radix-ui/react-label/-/react-label-2.1.12.tgz#c30eb3e357ef6aaa8b996320c9c77c46b9ec2d5d"
648-
integrity sha512-dxioNQ7VOrYKKWJIxMRmJPDSWQN0gNCUy3zaqUSBwsuFAiFzI0yLGJr2q3ml07k/HlOk55N8KEfwa1ZgfprJ3w==
645+
"@radix-ui/react-label@^2.1.13":
646+
version "2.1.13"
647+
resolved "https://registry.yarnpkg.com/@radix-ui/react-label/-/react-label-2.1.13.tgz#86266bd0c788e2b2ac4ef852b8eb12acc02bf57f"
648+
integrity sha512-kj7BXyM4uG0dyeoEdVmPQAOFN291+iJOtiGTvkXe1ijJWLQbAHpFNkopvqquaMVn+zjqTZRhnefESAinMErHKg==
649649
dependencies:
650-
"@radix-ui/react-primitive" "2.1.7"
650+
"@radix-ui/react-primitive" "2.1.8"
651651

652652
"@radix-ui/react-menu@2.1.21":
653653
version "2.1.21"
@@ -731,6 +731,13 @@
731731
dependencies:
732732
"@radix-ui/react-slot" "1.3.0"
733733

734+
"@radix-ui/react-primitive@2.1.8":
735+
version "2.1.8"
736+
resolved "https://registry.yarnpkg.com/@radix-ui/react-primitive/-/react-primitive-2.1.8.tgz#133f8d100d39a38ea4727cb8b739e757a39603b5"
737+
integrity sha512-DOlK1BdcIeYYUcFkSYFka4v1h95XTov93b0jCgW1EEiZuIhdwHY2NlE1teLIh+p0uBsuZI5A+voay+iVWpprfA==
738+
dependencies:
739+
"@radix-ui/react-slot" "1.3.1"
740+
734741
"@radix-ui/react-roving-focus@1.1.16":
735742
version "1.1.16"
736743
resolved "https://registry.yarnpkg.com/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.16.tgz#e325471ed2f33109c21c66552b5997a751575fb6"
@@ -755,7 +762,7 @@
755762
dependencies:
756763
"@radix-ui/react-compose-refs" "1.1.3"
757764

758-
"@radix-ui/react-slot@^1.3.1":
765+
"@radix-ui/react-slot@1.3.1", "@radix-ui/react-slot@^1.3.1":
759766
version "1.3.1"
760767
resolved "https://registry.yarnpkg.com/@radix-ui/react-slot/-/react-slot-1.3.1.tgz#01cb530502d362046348542e074639e31368123c"
761768
integrity sha512-Bu/aAQHFFh6/QAvXAeUMurJ9fbW0JUIqlojU/yBXZ7cAVqy75Y7JYYyuCr9zLNF0p4WWoJYV54CTUIf4l7FzTw==

0 commit comments

Comments
 (0)