openproject-primer_view_components 0.83.1 → 0.84.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: c793af5ea00a97f9323cc2cd227efbf19b048ffbd32b8aeef3c7ae6fa813d1ee
4
- data.tar.gz: dd3e38bc42786f11cf64c368a634ebef694bc2b559992f64dc363ff4947bd6bf
3
+ metadata.gz: cde4b26b0af3fa4b8b0689fae12e47b45959a7d96372a40766bf16c63ff67226
4
+ data.tar.gz: 9f711442fb711737bbc170328789ea4e09c5ccdf97d97397f42afdd584a96296
5
5
  SHA512:
6
- metadata.gz: 794f5c2f5f44003bd0df0a36150db104ad29a4752bb422588fb9c080b3c02db0028ee5c37378cb5cc998cef040bb4deb98fe477ead0812cff22ca548ffa6ef0d
7
- data.tar.gz: 533152bb36e753d1121486d22e694e75a8418924363a479e6a6d969932094cd8c36a11bf33b0179bc0b651c9bc851ea04cd9ae2d9dd0bf3dc119e1325f10c0f0
6
+ metadata.gz: fa0cb40dbd2e6025a90f90d4e6dd779836af165869da03a462067edbbaf45ba25923691d9d8325383cc8e0f8dd040dc306f02099240ac2a170e66d77c33fc995
7
+ data.tar.gz: 638fcd5734d19d9ac0c565ce3f72bb57fc4d0f932bf741216d6cdca723fbff8a9f2ee938856e88882adaf89ff9a7377e7609d514930c18e3fe1dafa34e017e88
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.84.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#432](https://github.com/opf/primer_view_components/pull/432) [`3285c51`](https://github.com/opf/primer_view_components/commit/3285c51b142a39d8f6ebaf202afda9550f3f6831) Thanks [@HDinger](https://github.com/HDinger)! - Allow link_arguments for pagination links
8
+
9
+ ## 0.84.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#425](https://github.com/opf/primer_view_components/pull/425) [`fb62368`](https://github.com/opf/primer_view_components/commit/fb623680e6273401f31ff316fc005a1c5e605cfb) Thanks [@bsatarnejad](https://github.com/bsatarnejad)! - [71063] Create a rails-based PaginationComponent based on the Primer specification
14
+
3
15
  ## 0.83.1
4
16
 
5
17
  ### Patch Changes