primer_view_components 0.24.1 → 0.25.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: 369388ab83e0c152c6570f54c54f4f1ed9e49e9f99fc635cf7bb762d5e2ff2bd
4
- data.tar.gz: 05da873bea6c8c293d5d36478c96b15e2d7978761e29a5e399359a9b9848ee32
3
+ metadata.gz: c6fc03403ffbd0d032e2f8f0254ed541d9af82dcd17ee7509cccf9b86c57e495
4
+ data.tar.gz: b8de5a6acc582ad3d5c2da370f3b56bf061f12b9bf9a7e5cfec1cbfc328cb3bb
5
5
  SHA512:
6
- metadata.gz: fadeaf390bc1f282c1fcd59e47fb13b74bff7914d7e8fce50fe47d13ba0875d32f958599ce4d55952d58cb46927a1c19d2640173516a4e2d9bdfdae02835c398
7
- data.tar.gz: 69daac2cbc89bf93bc612de18154c84a6cbedeae131f4cde64e830d0d5213015ba62d267334d4e947c600632ee09f6f33f897fbdaefe845f96933a6c70113e59
6
+ metadata.gz: f265b2e2abc5df38bd802e9960fd5bfe80ab780af9ac2f030973af66cec04b28458ade622d94c59ecdfa4dbdd60ae5012e631165194d90e3843051a5729c2a4e
7
+ data.tar.gz: 2505a5bf9fad5e6bfe757248b3537bb7478cb0ad22762c89f2a28e305a56b0ae0424f1500cf4007f69dec1e8e0e625f2271965da96663b2ec7d9e710a5862013
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.25.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2843](https://github.com/primer/view_components/pull/2843) [`3eccd4e`](https://github.com/primer/view_components/commit/3eccd4e293658ea846fa97659c76861d4f3404ea) Thanks [@lindseywild](https://github.com/lindseywild)! - Adds live region to announce "Copied!" on ClipboardCopy component
8
+
9
+ ### Patch Changes
10
+
11
+ - [#2840](https://github.com/primer/view_components/pull/2840) [`f9947de`](https://github.com/primer/view_components/commit/f9947de93b276ec9fa6c7873e178f3c01211ebb2) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Update Rails dependency versions
12
+
13
+ - [#2846](https://github.com/primer/view_components/pull/2846) [`4b8c00b`](https://github.com/primer/view_components/commit/4b8c00b76d65ad321a9d9c546151d58858571cf7) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Clean up Lookbook-related security alerts.
14
+
3
15
  ## 0.24.1
4
16
 
5
17
  ### Patch Changes