From 06290cbbbd76a703cd842c5c31b026766ebc48f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Dec 2021 00:05:31 +0000 Subject: [PATCH] Version Packages --- .changeset/fresh-schools-pull.md | 5 ----- .changeset/long-panthers-provide.md | 5 ----- .changeset/nasty-bananas-drive.md | 5 ----- .changeset/neat-cheetahs-rescue.md | 5 ----- .changeset/orange-camels-heal.md | 5 ----- .changeset/orange-ties-sin.md | 5 ----- .changeset/short-pugs-press.md | 7 ------- .changeset/shy-vans-draw.md | 5 ----- .changeset/stale-pugs-eat.md | 5 ----- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 11 files changed, 27 insertions(+), 48 deletions(-) delete mode 100644 .changeset/fresh-schools-pull.md delete mode 100644 .changeset/long-panthers-provide.md delete mode 100644 .changeset/nasty-bananas-drive.md delete mode 100644 .changeset/neat-cheetahs-rescue.md delete mode 100644 .changeset/orange-camels-heal.md delete mode 100644 .changeset/orange-ties-sin.md delete mode 100644 .changeset/short-pugs-press.md delete mode 100644 .changeset/shy-vans-draw.md delete mode 100644 .changeset/stale-pugs-eat.md diff --git a/.changeset/fresh-schools-pull.md b/.changeset/fresh-schools-pull.md deleted file mode 100644 index ecdd26919a..0000000000 --- a/.changeset/fresh-schools-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -ActionList followup diff --git a/.changeset/long-panthers-provide.md b/.changeset/long-panthers-provide.md deleted file mode 100644 index bf27abb1c5..0000000000 --- a/.changeset/long-panthers-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Fix local dev (revert webpack 5.5.0 → 6.0.0) diff --git a/.changeset/nasty-bananas-drive.md b/.changeset/nasty-bananas-drive.md deleted file mode 100644 index 2382b93c1f..0000000000 --- a/.changeset/nasty-bananas-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Reformat `rgba()` colors for `.btn-mktg` diff --git a/.changeset/neat-cheetahs-rescue.md b/.changeset/neat-cheetahs-rescue.md deleted file mode 100644 index 1f4960ef04..0000000000 --- a/.changeset/neat-cheetahs-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Remove `popover` responsive hack diff --git a/.changeset/orange-camels-heal.md b/.changeset/orange-camels-heal.md deleted file mode 100644 index 6a82f60222..0000000000 --- a/.changeset/orange-camels-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Marketing: Add disabled states for buttons (and tweak hover) diff --git a/.changeset/orange-ties-sin.md b/.changeset/orange-ties-sin.md deleted file mode 100644 index fbb368a808..0000000000 --- a/.changeset/orange-ties-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Use `counter-border` for LHC diff --git a/.changeset/short-pugs-press.md b/.changeset/short-pugs-press.md deleted file mode 100644 index 4bed8471d3..0000000000 --- a/.changeset/short-pugs-press.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/css": minor ---- - -Marketing: Add link components -Marketing: Add animated arrow utility -Marketing: Document button components with arrows \ No newline at end of file diff --git a/.changeset/shy-vans-draw.md b/.changeset/shy-vans-draw.md deleted file mode 100644 index 83de6a800f..0000000000 --- a/.changeset/shy-vans-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Add hover and active states to btn-invisible diff --git a/.changeset/stale-pugs-eat.md b/.changeset/stale-pugs-eat.md deleted file mode 100644 index e616e89fc4..0000000000 --- a/.changeset/stale-pugs-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -[Layout component] Avoid resizing `main` while loading diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e53317300..93e6b55ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # @primer/css +## 19.1.0 + +### Minor Changes + +- [#1759](https://github.com/primer/css/pull/1759) [`74724ce7`](https://github.com/primer/css/commit/74724ce7c72b1cb540a9ef3d845169f1df17b55e) Thanks [@langermank](https://github.com/langermank)! - Remove `popover` responsive hack + +* [#1807](https://github.com/primer/css/pull/1807) [`13a4654f`](https://github.com/primer/css/commit/13a4654fa0854accfaabbbd2f21d2e0a1c90442d) Thanks [@enstyled](https://github.com/enstyled)! - Marketing: Add link components + Marketing: Add animated arrow utility + Marketing: Document button components with arrows + +### Patch Changes + +- [#1780](https://github.com/primer/css/pull/1780) [`8e9ba62d`](https://github.com/primer/css/commit/8e9ba62d30ed10c012b99dd998751df01ad6aa99) Thanks [@langermank](https://github.com/langermank)! - ActionList followup + +* [#1805](https://github.com/primer/css/pull/1805) [`99537d31`](https://github.com/primer/css/commit/99537d317f04ff5474a076ab96d3ea315b2181e2) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Fix local dev (revert webpack 5.5.0 → 6.0.0) + +- [#1781](https://github.com/primer/css/pull/1781) [`4d8dcf24`](https://github.com/primer/css/commit/4d8dcf24bc9e0732a9a2f34c94f6bcad7d3382dd) Thanks [@simurai](https://github.com/simurai)! - Reformat `rgba()` colors for `.btn-mktg` + +* [#1768](https://github.com/primer/css/pull/1768) [`4abb1af9`](https://github.com/primer/css/commit/4abb1af95b9b3c8c38512fa5e1e4fae9e7d01f4f) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Marketing: Add disabled states for buttons (and tweak hover) + +- [#1792](https://github.com/primer/css/pull/1792) [`b1c43f1f`](https://github.com/primer/css/commit/b1c43f1f8d9b07b58b275665ca69abd5d4f7a5fc) Thanks [@simurai](https://github.com/simurai)! - Use `counter-border` for LHC + +* [#1808](https://github.com/primer/css/pull/1808) [`ee27583f`](https://github.com/primer/css/commit/ee27583f594248bd44122ea5dc81b12382c02b09) Thanks [@manuelpuyol](https://github.com/manuelpuyol)! - Add hover and active states to btn-invisible + +- [#1818](https://github.com/primer/css/pull/1818) [`22c29e7a`](https://github.com/primer/css/commit/22c29e7a8b1b6a0df1dd61d400cc0dd132e0c909) Thanks [@vdepizzol](https://github.com/vdepizzol)! - [Layout component] Avoid resizing `main` while loading + ## 19.0.0 ### Major Changes diff --git a/package.json b/package.json index 118bc6036e..4c9760d8a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "19.0.0", + "version": "19.1.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",