Skip to content

Commit

Permalink
Version Packages (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
primer-css and github-actions[bot] authored Sep 3, 2021
1 parent 0e84436 commit b1c936a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-news-double.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cyan-rivers-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-waves-cross.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @primer/primitives

## 4.7.0

### Minor Changes

- [#224](https://github.com/primer/primitives/pull/224) [`eaf6bb5`](https://github.com/primer/primitives/commit/eaf6bb5b70b01b633c0212b358db96cc44cef6a9) Thanks [@colebemis](https://github.com/colebemis)! - Add new functional color variables. See [primer.style/primitives/colors](https://primer.style/primitives/colors) for details about the new color system.

* [#224](https://github.com/primer/primitives/pull/224) [`eaf6bb5`](https://github.com/primer/primitives/commit/eaf6bb5b70b01b633c0212b358db96cc44cef6a9) Thanks [@colebemis](https://github.com/colebemis)! - Introduce a Dark High Contrast theme.

**Note:** The Dark High Contrast theme will only work with the new [functional color variables](https://primer.style/primitives/colors#functional-variables)

- [#224](https://github.com/primer/primitives/pull/224) [`eaf6bb5`](https://github.com/primer/primitives/commit/eaf6bb5b70b01b633c0212b358db96cc44cef6a9) Thanks [@colebemis](https://github.com/colebemis)! - Deprecate variables from the old color system. See [primer.style/primitives/colors#deprecated-variables](https://primer.style/primitives/colors#deprecated-variables) for the complete list of deprecated variables.

## 4.6.9

### Patch Changes
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "@primer/primitives",
"version": "4.6.9",
"version": "4.7.0",
"description": "Typography, spacing, and color primitives for Primer design system",
"files": [
"dist"
],
"files": ["dist"],
"main": "dist/js/index.js",
"types": "dist/js/index.d.ts",
"repository": "https://github.com/primer/primitives",
Expand Down

1 comment on commit b1c936a

@vercel
Copy link

@vercel vercel bot commented on b1c936a Sep 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.