diff --git a/.changeset/sour-pens-double.md b/.changeset/sour-pens-double.md new file mode 100644 index 00000000..36650227 --- /dev/null +++ b/.changeset/sour-pens-double.md @@ -0,0 +1,6 @@ +--- +"beta-logos": patch +--- + +- New logos added: ASTR, USDe, HG, INTC, DIS +- Renovate config updated diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml new file mode 100644 index 00000000..5bc29333 --- /dev/null +++ b/.github/workflows/dispatch.yml @@ -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 }} \ No newline at end of file diff --git a/package.json b/package.json index afc2ed4e..f795de7d 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/raw/symbols/astr.svg b/raw/symbols/astr.svg new file mode 100644 index 00000000..18330264 --- /dev/null +++ b/raw/symbols/astr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/raw/symbols/dis.svg b/raw/symbols/dis.svg new file mode 100644 index 00000000..b070f77f --- /dev/null +++ b/raw/symbols/dis.svg @@ -0,0 +1,13 @@ + + + Layer 1 + + + + + + + + + + \ No newline at end of file diff --git a/raw/symbols/hg.svg b/raw/symbols/hg.svg new file mode 100644 index 00000000..1e9b6297 --- /dev/null +++ b/raw/symbols/hg.svg @@ -0,0 +1,21 @@ + + + + + + + + + Layer 1 + + + + + + + + + + + + \ No newline at end of file diff --git a/raw/symbols/intc.svg b/raw/symbols/intc.svg new file mode 100644 index 00000000..fe425601 --- /dev/null +++ b/raw/symbols/intc.svg @@ -0,0 +1,17 @@ + + + + + + + + Layer 1 + + + + + + + + + \ No newline at end of file diff --git a/raw/symbols/usde.svg b/raw/symbols/usde.svg new file mode 100644 index 00000000..f1a1fbb9 --- /dev/null +++ b/raw/symbols/usde.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/renovate.json b/renovate.json index 53a9a85f..0b7726b6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" ], "packageRules": [ { @@ -45,10 +45,7 @@ "patch", "minor" ], - "groupName": "other minor updates", - "schedule": [ - "every monday at 7am" - ] + "groupName": "other minor updates" }, { "matchDepTypes": [ @@ -57,10 +54,7 @@ "matchUpdateTypes": [ "major" ], - "groupName": "other major updates", - "schedule": [ - "before 7am on the first day of the month" - ] + "groupName": "other major updates" } ], "rangeStrategy": "bump", diff --git a/viewer/package.json b/viewer/package.json index 329cfc61..2fbc6b4f 100644 --- a/viewer/package.json +++ b/viewer/package.json @@ -9,12 +9,12 @@ "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", - "@testing-library/jest-dom": "^6.1.6", + "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "beta-logos": "file:./logos.tgz", - "framer-motion": "^10.16.16", - "@nodary/utilities": "^1.1.0", + "framer-motion": "^10.17.8", + "@nodary/utilities": "^1.2.0", "gh-pages": "^6.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/viewer/src/Components/ChangeLog.js b/viewer/src/Components/ChangeLog.js index 02f45b0b..0b1f72ac 100644 --- a/viewer/src/Components/ChangeLog.js +++ b/viewer/src/Components/ChangeLog.js @@ -7,17 +7,34 @@ import '../md.css'; const DocsView = () => { const markdown = `# @api3/logos + +## 0.0.18 + +### Patch Changes + +- New logos added: ASTR, USDe, HG, INTC, DIS +- Renovate config updated + +## 0.0.17 + +### Patch Changes + +- b6935b0: + - Dependency packages updated + ## 0.0.16 ### Patch Changes -- Update Polygon network logos +- 5b80f72: + - Update Polygon network logos ## 0.0.15 ### Patch Changes -- 2cb7881: Move camelcase from devDependencies to dependencies +- 2cb7881: + - Move camelcase from devDependencies to dependencies ## 0.0.14 diff --git a/yarn.lock b/yarn.lock index 74ef0bfe..5771521d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -975,10 +975,10 @@ resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.3.tgz#39908da56a4adc270147bb07968bf3b16cfe1699" integrity sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA== -"@nodary/utilities@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@nodary/utilities/-/utilities-1.1.0.tgz#defe6fcef3b44ce0f8a44cf399425b6cc889573c" - integrity sha512-d6wvRpUUv95csIBRwInhijymm+vz2xM70BeRDSdyshqtZGtULjjY3wQRUDdEq6PxCtAwCMJFrUl1XcWn68YV+A== +"@nodary/utilities@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@nodary/utilities/-/utilities-1.2.0.tgz#9376a01e5317b13055c4cc81063ef5f8ee76641a" + integrity sha512-raJ0QQ7LK6H3OrGi/wc18ZggvfUJbIP1BMYyRgVdwqwss0OBL9DqK4Vy+XPF4m56LwhDrXDyRkTEmcDIN1oHxQ== dependencies: "@api3/airnode-abi" "^0.10.0" "@api3/chains" "^4.2.0"