Skip to content

Commit

Permalink
feat: add new set of icons for brands logo (#78)
Browse files Browse the repository at this point in the history
* feat: add new set of icons for brands logo

* chore: update actions

* fix: update actions
  • Loading branch information
shubham-kaushal authored Jul 5, 2024
1 parent b8f9539 commit baa0f7d
Show file tree
Hide file tree
Showing 71 changed files with 207 additions and 59 deletions.
10 changes: 10 additions & 0 deletions .changeset/violet-bugs-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@jengaicons/react": minor
"next-ts-app-dir": minor
"next-ts-example": minor
"scripts-ci": minor
"generate-jengaicons-react": minor
"generate-optimized": minor
---

Add new set of icons for brand logos.
6 changes: 3 additions & 3 deletions .github/composite-actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ runs:
using: composite
steps:
- name: Install dependencies
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v4
with:
version: 7
version: 9.1.3

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
Expand Down
12 changes: 2 additions & 10 deletions .github/workflows/check-size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,8 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v1

- name: PNPM Package manager install
uses: pnpm/action-setup@v2
with:
version: 7

- name: Install Node.js 16
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'pnpm'
- name: Install
uses: ./.github/composite-actions/install

- name: Install Dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install
uses: ./.github/composite-actions/install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install
uses: ./.github/composite-actions/install
Expand Down
2 changes: 1 addition & 1 deletion assets/fill/Basketball.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/fill/BookBookmark - filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/fill/CameraRotate - filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/fill/FileArrowUp - filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/fill/FileCode - filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/fill/FileVue - filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit baa0f7d

Please sign in to comment.