Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 8, 2024
2 parents 20a5cd6 + a9fdea2 commit 6f3689d
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 85 deletions.
73 changes: 0 additions & 73 deletions .changeset/README.md

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,12 @@ jobs:
commit: "ci: release logos package"
title: "ci: release logos package"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Merge main to production
if: steps.changesets.outputs.published == 'true'
uses: devmasx/merge-branch@master
with:
type: now
from_branch: main
target_branch: production
github_token: ${{ secrets.GITHUB_TOKEN }}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @api3/logos

## 2.8.5

### Patch Changes

- 8c45d99: # What's Changed
Release created by the release script.
Logos updated.

## 2.8.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phase21/logos",
"version": "2.8.4",
"version": "2.8.5",
"license": "MIT",
"sideEffects": false,
"scripts": {
Expand All @@ -23,7 +23,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@phase21/api-integrations": "^1.1.0",
"@phase21/chains": "^4.6.1",
"@phase21/chains": "^4.7.0",
"dropbox": "^10.34.0",
"node-fetch": "^2.7.0",
"dotenv": "^16.4.1",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion raw/chains/Chain736160594.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions raw/chains/Chain84532.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 viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://api3dao.github.io/logos/",
"private": true,
"devDependencies": {
"@phase21/chains": "^4.6.1",
"@phase21/chains": "^4.7.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
Expand Down
2 changes: 1 addition & 1 deletion viewer/src/Components/MissingLogosView.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const MissingBatchView = ({ header, batch, method }) => {
<Flex
p={3}
boxShadow={'md'}
width={'150px'}
width={'320px'}
height={'100px'}
bgColor={'gray.100'}
key={index}
Expand Down

0 comments on commit 6f3689d

Please sign in to comment.