diff --git a/.changeset/clever-bugs-love.md b/.changeset/clever-bugs-love.md deleted file mode 100644 index aa6fd567..00000000 --- a/.changeset/clever-bugs-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Add `open` and `closed` color roles diff --git a/.changeset/famous-masks-end.md b/.changeset/famous-masks-end.md deleted file mode 100644 index 01ac1f9c..00000000 --- a/.changeset/famous-masks-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Fix `input-block` in `form-group` diff --git a/.changeset/few-humans-relax.md b/.changeset/few-humans-relax.md deleted file mode 100644 index 30831e9e..00000000 --- a/.changeset/few-humans-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Upgrading @primer/stylelint-config@12.3.2 diff --git a/.changeset/fifty-chefs-help.md b/.changeset/fifty-chefs-help.md deleted file mode 100644 index c497befe..00000000 --- a/.changeset/fifty-chefs-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Page layout api updates renaming spacing options in storybook diff --git a/.changeset/fuzzy-bananas-kiss.md b/.changeset/fuzzy-bananas-kiss.md deleted file mode 100644 index 803ec81c..00000000 --- a/.changeset/fuzzy-bananas-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Fix sequence of content in Subhead diff --git a/.changeset/neat-rice-study.md b/.changeset/neat-rice-study.md deleted file mode 100644 index 5cb7f9e3..00000000 --- a/.changeset/neat-rice-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Added line break to docs diff --git a/.changeset/new-masks-matter.md b/.changeset/new-masks-matter.md deleted file mode 100644 index 553ee3b1..00000000 --- a/.changeset/new-masks-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Default .PageLayout to display block diff --git a/.changeset/shaggy-coats-relate.md b/.changeset/shaggy-coats-relate.md deleted file mode 100644 index 2c7345b3..00000000 --- a/.changeset/shaggy-coats-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Use `

` instead of `
` on Subhead-heading docs diff --git a/.changeset/tall-experts-hammer.md b/.changeset/tall-experts-hammer.md deleted file mode 100644 index 098b367e..00000000 --- a/.changeset/tall-experts-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Render headings inline when in a `` diff --git a/.changeset/unlucky-oranges-worry.md b/.changeset/unlucky-oranges-worry.md deleted file mode 100644 index bf1bb0c9..00000000 --- a/.changeset/unlucky-oranges-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Handle pointer-events on ActionList visuals diff --git a/.changeset/yellow-mirrors-doubt.md b/.changeset/yellow-mirrors-doubt.md deleted file mode 100644 index fd0794a9..00000000 --- a/.changeset/yellow-mirrors-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -[Bug Fix] Adding white-space nowrap to Labels diff --git a/CHANGELOG.md b/CHANGELOG.md index 6391761a..1131aa7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # @primer/css +## 19.5.0 + +### Minor Changes + +- [#1948](https://github.com/primer/css/pull/1948) [`6a83a92b`](https://github.com/primer/css/commit/6a83a92b4332d577cdd72eee084e3f2c41b588ee) Thanks [@simurai](https://github.com/simurai)! - Add `open` and `closed` color roles + +* [#1961](https://github.com/primer/css/pull/1961) [`a35a8bdc`](https://github.com/primer/css/commit/a35a8bdcc17906848fcb486842d2345db0441c7c) Thanks [@jonrohan](https://github.com/jonrohan)! - Default .PageLayout to display block + +### Patch Changes + +- [#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` + +* [#1956](https://github.com/primer/css/pull/1956) [`39063461`](https://github.com/primer/css/commit/3906346182ed983d9725fd95da41b21424378b3e) Thanks [@jonrohan](https://github.com/jonrohan)! - Upgrading @primer/stylelint-config@12.3.2 + +- [#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 + +* [#1950](https://github.com/primer/css/pull/1950) [`7c85c500`](https://github.com/primer/css/commit/7c85c500569fe6e1b29665c2eed37d58625ab06f) Thanks [@hectahertz](https://github.com/hectahertz)! - Fix sequence of content in Subhead + +- [#1942](https://github.com/primer/css/pull/1942) [`0450ccbb`](https://github.com/primer/css/commit/0450ccbb86104564c7d4038eb68989f370014fa1) Thanks [@reeceatkinson](https://github.com/reeceatkinson)! - Added line break to docs + +* [#1953](https://github.com/primer/css/pull/1953) [`3a91a29a`](https://github.com/primer/css/commit/3a91a29a822a28ea9679fbbb90250fc039057f23) Thanks [@hectahertz](https://github.com/hectahertz)! - Use `

` instead of `
` on Subhead-heading docs + +- [#1949](https://github.com/primer/css/pull/1949) [`dab83198`](https://github.com/primer/css/commit/dab83198c3bf1c7e03826b8cd498b8c48c9a2869) Thanks [@heiskr](https://github.com/heiskr)! - Render headings inline when in a `` + +* [#1978](https://github.com/primer/css/pull/1978) [`a00e6bce`](https://github.com/primer/css/commit/a00e6bce01b368d9cb6da5ec2af1d833f4d785c1) Thanks [@langermank](https://github.com/langermank)! - Handle pointer-events on ActionList visuals + +- [#1977](https://github.com/primer/css/pull/1977) [`80bf9d9d`](https://github.com/primer/css/commit/80bf9d9dea6fe7fbb0837fea265ec95cbbbd75d6) Thanks [@jonrohan](https://github.com/jonrohan)! - [Bug Fix] Adding white-space nowrap to Labels + ## 19.4.0 ### Minor Changes diff --git a/package.json b/package.json index c625e935..b31d58ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "19.4.0", + "version": "19.5.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",