Skip to content

Commit 9e860a1

Browse files
authored
Add new @primer/brand-css package (#924)
1 parent bd52cb2 commit 9e860a1

File tree

12 files changed

+231
-82925
lines changed

12 files changed

+231
-82925
lines changed

.changeset/few-stingrays-hammer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/brand-css': minor
3+
---
4+
5+
New CSS-only package available for Primer Brand components

.github/workflows/release_canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/[email protected]
5050
with:
5151
script: |
52-
const paths = ['react', 'design-tokens'].forEach((path) => {
52+
const paths = ['react', 'design-tokens', 'css'].forEach((path) => {
5353
const package = require(`${process.env.GITHUB_WORKSPACE}/packages/${path}/package.json`)
5454
github.repos.createCommitStatus({
5555
owner: context.repo.owner,

.github/workflows/release_candidate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/[email protected]
4949
with:
5050
script: |
51-
const paths = ['react', 'design-tokens'].forEach((path) => {
51+
const paths = ['react', 'design-tokens', 'css'].forEach((path) => {
5252
const package = require(`${process.env.GITHUB_WORKSPACE}/packages/${path}/package.json`)
5353
github.repos.createCommitStatus({
5454
owner: context.repo.owner,
@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/[email protected]
103103
with:
104104
script: |
105-
const paths = ['react', 'design-tokens'].forEach((path) => {
105+
const paths = ['react', 'design-tokens', 'css'].forEach((path) => {
106106
const package = require(`${process.env.GITHUB_WORKSPACE}/packages/${path}/package.json`)
107107
github.repos.createCommitStatus({
108108
owner: context.repo.owner,

0 commit comments

Comments
 (0)