@primer/css 19.4.0 → 19.4.1-rc.1c11cf26
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.
- package/CHANGELOG.md +10 -0
- package/README.md +2 -2
- package/dist/core.css +1 -1
- package/dist/core.css.map +1 -1
- package/dist/forms.css +1 -1
- package/dist/forms.css.map +1 -1
- package/dist/meta.json +31 -31
- package/dist/primer.css +1 -1
- package/dist/primer.css.map +1 -1
- package/dist/stats/core.json +1 -1
- package/dist/stats/forms.json +1 -1
- package/dist/stats/primer.json +1 -1
- package/forms/form-group.scss +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @primer/css
|
|
2
2
|
|
|
3
|
+
## 19.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1954](https://github.com/primer/css/pull/1954) [`30f29d38`](https://github.com/primer/css/commit/30f29d383256a7d4023a859fdeee44471307159d) Thanks [@simurai](https://github.com/simurai)! - Fix `input-block` in `form-group`
|
|
8
|
+
|
|
9
|
+
* [#1931](https://github.com/primer/css/pull/1931) [`e5c5312e`](https://github.com/primer/css/commit/e5c5312ec8bf139f6c94d2f70ceecd4b3cd9fd82) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Page layout api updates renaming spacing options in storybook
|
|
10
|
+
|
|
11
|
+
- [#1953](https://github.com/primer/css/pull/1953) [`3a91a29a`](https://github.com/primer/css/commit/3a91a29a822a28ea9679fbbb90250fc039057f23) Thanks [@hectahertz](https://github.com/hectahertz)! - Use <h2> instead of <div> on Subhead-heading docs
|
|
12
|
+
|
|
3
13
|
## 19.4.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img width="300px" src="./docs/src/readme.png">
|
|
2
|
+
<img width="300px" alt="" src="./docs/src/readme.png">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">Primer CSS</h1>
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<img alt="" src="https://github.com/primer/css/actions/workflows/ci.yml/badge.svg">
|
|
15
15
|
</a>
|
|
16
16
|
<a aria-label="contributors graph" href="https://github.com/primer/css/graphs/contributors">
|
|
17
|
-
<img src="https://img.shields.io/github/contributors/primer/css.svg">
|
|
17
|
+
<img alt="" src="https://img.shields.io/github/contributors/primer/css.svg">
|
|
18
18
|
</a>
|
|
19
19
|
<a aria-label="last commit" href="https://github.com/primer/css/commits/main">
|
|
20
20
|
<img alt="" src="https://img.shields.io/github/last-commit/primer/css.svg">
|