Skip to content

Commit

Permalink
Merge pull request #144 from api3dao/main
Browse files Browse the repository at this point in the history
Production 0.0.18
  • Loading branch information
hiletmis authored Jan 5, 2024
2 parents d761993 + c5d9628 commit 86f7d22
Show file tree
Hide file tree
Showing 12 changed files with 121 additions and 19 deletions.
6 changes: 6 additions & 0 deletions .changeset/sour-pens-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"beta-logos": patch
---

- New logos added: ASTR, USDe, HG, INTC, DIS
- Renovate config updated
22 changes: 22 additions & 0 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: dispatch receiver

on:
repository_dispatch:
types: [release]
jobs:
build:
name: Run renovate
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.4
env:
RENOVATE_REPOSITORIES: api3dao/logos
RENOVATE_ONBOARDING: "false"
RENOVATE_PLATFORM_COMMIT: "true"
RENOVATE_BASE_BRANCH: main
with:
configurationFile: renovate.json
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/preset-react": "^7.23.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@nodary/utilities": "^1.1.0",
"@nodary/utilities": "^1.2.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"svgo": "^3.2.0"
Expand Down
1 change: 1 addition & 0 deletions raw/symbols/astr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions raw/symbols/dis.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 86f7d22

Please sign in to comment.