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

Version Packages (#1593)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
GitHub Design Systems Bot 2021-09-16 17:00:04 -07:00 committed by GitHub
parent f36d0e5fbc
commit 289252583f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 18 deletions

View File

@ -1,5 +0,0 @@
---
"@primer/css": minor
---
Add V2 utilities

View File

@ -1,5 +0,0 @@
---
"@primer/css": patch
---
Loosening the primer/primitives dependency to any minor.patch version

View File

@ -1,7 +0,0 @@
---
"@primer/css": minor
---
Adding directional margin classes to the margin utilities.
Adding: `ml-auto, mb-auto, mr-auto`

View File

@ -1,5 +1,19 @@
# @primer/css
## 17.11.0
### Minor Changes
- [#1580](https://github.com/primer/css/pull/1580) [`4a1f09a7`](https://github.com/primer/css/commit/4a1f09a75e7666b46e68e96e6f485d9ff467fd01) Thanks [@simurai](https://github.com/simurai)! - Add V2 utilities
* [#1595](https://github.com/primer/css/pull/1595) [`5fb831cf`](https://github.com/primer/css/commit/5fb831cf5062baa4ffde4322a0035c144db1e70c) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding directional margin classes to the margin utilities.
Adding: `ml-auto, mb-auto, mr-auto`
### Patch Changes
- [#1594](https://github.com/primer/css/pull/1594) [`2cf661c4`](https://github.com/primer/css/commit/2cf661c4d95285d09d0f26ea6109d5aa9bbed552) Thanks [@jonrohan](https://github.com/jonrohan)! - Loosening the primer/primitives dependency to any minor.patch version
## 17.10.0
### Minor Changes

View File

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