openproject-primer_view_components 0.82.0 → 0.82.1

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: 0ccca24fcb2f5cb3e39771466bc4faca0c3824c556ab2316bc29074037588f34
4
- data.tar.gz: 34b581e28c91a8fbdb81f7e1f489c046a8995d2de6b48cc1951668c0cb383663
3
+ metadata.gz: b9dd4c54817c82ee59983fbaab3c7aa8af717d8ad80cba8ff1b3ae758ad00177
4
+ data.tar.gz: bccd643db8bd0aca42577f2608d08a23aaeb63de26f56ae388aa14bdc2fd58c6
5
5
  SHA512:
6
- metadata.gz: 12f286ec53a9dad2e540e5282c31782cc0ed98f4841c251a98c870fdb7b6884a2d20754ed39962a83ebdb0dd6da57516b4e3b6c747ccf5a8d0e768fd92a617d9
7
- data.tar.gz: ef9f90b1037258ec240e05a95e81fe23fe2404b3da2328825af6819bdc1f1e367936f840bbf15f54f1f188d067093424b255322ccd576422930d8b88fec24003
6
+ metadata.gz: ff9a343816b3b35cfedcae80d7734dbe1192395159f6b339435e5c591b96ebb44a77bcbc9250363767b6cd551f08b6aa6c874905d631c956509c00c115ac1bbb
7
+ data.tar.gz: a0ee32926c50378c595af4f693d148f3762cab820a0262c2334145d12ba7902a2c9e3eb59138d3fd48a5a34966634ba4add428dcbdc0514e616b4f70c0b49f59
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.82.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#419](https://github.com/opf/primer_view_components/pull/419) [`62a3462`](https://github.com/opf/primer_view_components/commit/62a3462b142b00dea14415df678ec283a9aac52a) Thanks [@myabc](https://github.com/myabc)! - DragHandle: Add accessibility attributes (role, tabindex, aria-label).
8
+
9
+ - [#423](https://github.com/opf/primer_view_components/pull/423) [`576b200`](https://github.com/opf/primer_view_components/commit/576b2004469d834bbf97df6d5d35651a911b6be1) Thanks [@HDinger](https://github.com/HDinger)! - Let Banner component react on container size instead of screen size
10
+
3
11
  ## 0.82.0
4
12
 
5
13
  ### Minor Changes