Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): prepare for version 1.1.0 alpha.11 #162

Merged
merged 20 commits into from
Jun 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
c6acd21
Merge tag 'v1.1.0-alpha.10' into develop
nekofar May 20, 2024
410e8b7
chore: update Nouns subgraph scchema to the latests
nekofar May 20, 2024
deee10c
--- (#147)
dependabot[bot] May 22, 2024
73e62f5
ci(deps): bump orhun/git-cliff-action from 3.0.2 to 3.1.0 (#148)
dependabot[bot] May 23, 2024
c01fe54
ci(deps): bump cloudflare/wrangler-action from 3.5.0 to 3.6.0 (#149)
dependabot[bot] May 25, 2024
352d1fd
ci(deps): bump cloudflare/wrangler-action from 3.6.0 to 3.6.1 (#150)
dependabot[bot] May 29, 2024
919b519
chore(deps): bump serde from 1.0.202 to 1.0.203 (#151)
dependabot[bot] May 29, 2024
ec31d36
chore(deps-dev): bump wrangler from 3.57.1 to 3.57.2 (#152)
dependabot[bot] May 29, 2024
9f6fa0d
chore(deps-dev): bump wrangler from 3.57.2 to 3.58.0 (#153)
dependabot[bot] Jun 3, 2024
ebab044
ci(deps): bump orhun/git-cliff-action from 3.1.0 to 3.2.0 (#154)
dependabot[bot] Jun 5, 2024
8c0c30d
chore(deps-dev): bump wrangler from 3.58.0 to 3.59.0 (#155)
dependabot[bot] Jun 5, 2024
aeb012b
chore(deps): bump regex from 1.10.4 to 1.10.5 (#156)
dependabot[bot] Jun 10, 2024
f605453
chore(deps-dev): bump wrangler from 3.59.0 to 3.60.0 (#157)
dependabot[bot] Jun 10, 2024
3286f1a
chore(deps-dev): bump wrangler from 3.60.0 to 3.60.1 (#158)
dependabot[bot] Jun 11, 2024
50a11a8
chore(deps): bump url from 2.5.0 to 2.5.1 (#159)
dependabot[bot] Jun 12, 2024
93720c6
chore(deps-dev): bump wrangler from 3.60.1 to 3.60.2 (#160)
dependabot[bot] Jun 12, 2024
c3e4722
chore(deps): update lockfile version and package dependencies
nekofar Jun 13, 2024
665a1f7
ci(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#161)
dependabot[bot] Jun 13, 2024
f164a83
fix(utils): update color codes for Ethereum and MetaGov platforms
nekofar Jun 16, 2024
2902122
refactor: update logo image references for different platforms
nekofar Jun 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps: # The sequence of tasks that make up a job.
- name: Checking out repository code
uses: actions/[email protected].6 # Action for checking out a repo.
uses: actions/[email protected].7 # Action for checking out a repo.

# Cache dependencies to speed up builds
- name: Cache cargo dependencies
Expand Down Expand Up @@ -85,13 +85,13 @@ jobs:
steps:
# Checkout the repository code
- name: Checkout code
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0 # Fetches all history for all branches and tags

# Generate a changelog for the new release using Git
- name: Generate a changelog
uses: orhun/git-cliff-action@v3.0.2
uses: orhun/git-cliff-action@v3.2.0
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ github.event.release.tag_name }}

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
override: true

- name: Deploy to Workers
uses: cloudflare/wrangler-action@v3.5.0
uses: cloudflare/wrangler-action@v3.6.1
with:
accountId: ${{ secrets.CF_ACCOUNT_ID }}
apiToken: ${{ secrets.CF_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Checks out the repository code under $GITHUB_WORKSPACE, so the job can access it
- name: Checkout Repository Code
uses: actions/[email protected].6
uses: actions/[email protected].7

# This step uses the Git Flow Action to create PRs based on branch types
- name: Execute Git Flow Action
Expand Down
Loading
Loading