Skip to content

Commit

Permalink
Merge pull request #39 from opf/update-upstream
Browse files Browse the repository at this point in the history
Update upstream
  • Loading branch information
HDinger authored Sep 7, 2023
2 parents f4c5724 + d9288fb commit 5cc11f0
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-paws-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/octicons": minor
---

Fix Feed icon alignment issue and name collision
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ jobs:
yarn
bundle install
- id: get-access-token
uses: camertron/github-app-installation-auth-action@v1
with:
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
private-key: ${{ secrets.PRIMER_APP_PRIVATE_KEY_SHARED }}
client-id: ${{ vars.PRIMER_APP_CLIENT_ID_SHARED }}
client-secret: ${{ secrets.PRIMER_APP_CLIENT_SECRET_SHARED }}
installation-id: ${{ vars.PRIMER_APP_INSTALLATION_ID_SHARED }}

- name: Create release pull request or publish to npm
id: changesets
uses: changesets/action@v1
Expand All @@ -43,5 +52,5 @@ jobs:
version: yarn changeset:version
publish: script/changeset-publish
env:
GITHUB_TOKEN: ${{ secrets.GPR_AUTH_TOKEN_SHARED }}
GITHUB_TOKEN: ${{ steps.get-access-token.outputs.access-token }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
1 change: 1 addition & 0 deletions icons/feed-issue-closed-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/feed-issue-draft-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/feed-issue-open-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/feed-issue-reopen-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/feed-plus-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/feed-public-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/feed-pull-request-closed-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/feed-pull-request-draft-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/feed-pull-request-open-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,17 @@ exports[`@primer/octicons-react should not update exports without a semver chang
"FeedDiscussionIcon",
"FeedForkedIcon",
"FeedHeartIcon",
"FeedIssueClosedIcon",
"FeedIssueDraftIcon",
"FeedIssueOpenIcon",
"FeedIssueReopenIcon",
"FeedMergedIcon",
"FeedPersonIcon",
"FeedPlusIcon",
"FeedPublicIcon",
"FeedPullRequestClosedIcon",
"FeedPullRequestDraftIcon",
"FeedPullRequestOpenIcon",
"FeedRepoIcon",
"FeedRocketIcon",
"FeedStarIcon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openproject/octicons",
"version": "19.6.7",
"name": "@openproject/octicons",
"publishConfig": {
"registry": "no registry, don't publish from this package.json."
},
Expand Down

0 comments on commit 5cc11f0

Please sign in to comment.