openproject-primer_view_components 0.75.0 → 0.75.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37e82f9fcc2df97123e2687c27cdda4a38577f500fdd7f6c5a6a6b75e40ce5a7
|
4
|
+
data.tar.gz: 6388b8201b6da52afee890da700eaa942362e3e0fec7ad6bf3feef867aca600d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09afb4e68cb3d1800ff2f85a85f88ad530a91a0ee6d7d443602e9ab16addb7c085a103008e7de5582437b20ef48f85e819930a581f6d6eb56d83e9c210af8d3c'
|
7
|
+
data.tar.gz: 6433411f6226d334cc8e50b89a36b8e225cc657f140c94e79c93f5785036d81ff752687b6d52b45e7f9f625863fd18d960faa8a6b60e65986ed4688967900cd3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.75.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#369](https://github.com/opf/primer_view_components/pull/369) [`a202e63`](https://github.com/opf/primer_view_components/commit/a202e63c4b2f976d6a9420b413bd26dec9756367) Thanks [@akabiru](https://github.com/akabiru)! - Make the (lazy) action menu spinner aria label translatable and reduce it's size to small
|
8
|
+
|
9
|
+
- [#3724](https://github.com/primer/view_components/pull/3724) [`287150f`](https://github.com/opf/primer_view_components/commit/287150f9e030a93be29be78a8ac40d512ae7490e) Thanks [@jonrohan](https://github.com/jonrohan)! - Fix: Delete the direction from the body arguments
|
10
|
+
|
3
11
|
## 0.75.0
|
4
12
|
|
5
13
|
### Minor Changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openproject-primer_view_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.75.
|
4
|
+
version: 0.75.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub Open Source
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-10-
|
12
|
+
date: 2025-10-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionview
|