primer_view_components 0.36.4 → 0.36.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/app/assets/javascripts/primer_view_components.js +1 -1
- data/app/assets/javascripts/primer_view_components.js.map +1 -1
- data/app/components/primer/beta/button.html.erb +1 -1
- data/app/components/primer/beta/button.rb +2 -1
- data/lib/primer/view_components/version.rb +1 -1
- data/previews/primer/alpha/tooltip_preview.rb +1 -1
- data/static/arguments.json +6 -0
- data/static/info_arch.json +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3d5be7d8ad864a19c92d5b441ce1ed4167008906e67268f620b14e17dc62d85
|
4
|
+
data.tar.gz: 836ec64b60f1019acfed7c71eacae2647cb71df70e18ea08c81be062c826416d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44f6895c1f42eafc715012b1ea1c7402a8a52aa93cf644dea0c6a939545f448360575ecd4d6a7a9e22fc3e5d6f30bef57f8912b031d7a862d39dc59e9acee561
|
7
|
+
data.tar.gz: 03bb30ba7ea66bcc4c2022fe2d2ae51769d9dae0d669c891df415018de1cb13472ad2743daef07df13687f4546962f81709b067315ac02ea758b0aafde70dbfc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.36.5
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#3270](https://github.com/primer/view_components/pull/3270) [`fa16aec`](https://github.com/primer/view_components/commit/fa16aec26afb654a627c5c7ed68812f1fa807d0a) Thanks [@khiga8](https://github.com/khiga8)! - Ensure counter content is exposed to screen reader users
|
8
|
+
|
3
9
|
## 0.36.4
|
4
10
|
|
5
11
|
### Patch Changes
|