1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 23:56:04 +03:00

Version Packages

This commit is contained in:
github-actions[bot] 2021-05-25 00:24:19 +00:00
parent 76fa224412
commit c6c833185d
5 changed files with 13 additions and 16 deletions

View File

@ -1,5 +0,0 @@
---
"@primer/css": minor
---
Adding new Layout component

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Bump primer/primitives@4.3.5

View File

@ -1,5 +0,0 @@
---
"@primer/css": minor
---
Adding new .Truncate class and deprecating css-truncate

View File

@ -1,5 +1,17 @@
# @primer/css # @primer/css
## 17.1.0
### Minor Changes
- [#1409](https://github.com/primer/css/pull/1409) [`49981dfc`](https://github.com/primer/css/commit/49981dfc29131e6ad25cef6538abd9308700b48a) Thanks [@manuelpuyol](https://github.com/manuelpuyol)! - Adding new Layout component
* [#1358](https://github.com/primer/css/pull/1358) [`6b51e877`](https://github.com/primer/css/commit/6b51e877bc3b1a1ae4925edc4fcb5d45907b110e) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding new .Truncate class and deprecating css-truncate
### Patch Changes
- [#1415](https://github.com/primer/css/pull/1415) [`fb6a7e3d`](https://github.com/primer/css/commit/fb6a7e3dc112fc637003ca13dca978e7d8a54d4c) Thanks [@simurai](https://github.com/simurai)! - Bump primer/primitives@4.3.5
## 17.0.3 ## 17.0.3
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@primer/css", "name": "@primer/css",
"version": "17.0.3", "version": "17.1.0",
"description": "The CSS implementation of GitHub's Primer Design System", "description": "The CSS implementation of GitHub's Primer Design System",
"homepage": "https://primer.style/css", "homepage": "https://primer.style/css",
"author": "GitHub, Inc.", "author": "GitHub, Inc.",