chore: version packages - #2131
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
d5ad8ed to
3ce3265
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3ce3265677
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| { | ||
| "name": "@anticapture/gateful", | ||
| "version": "1.7.0", | ||
| "version": "1.8.0", |
There was a problem hiding this comment.
Publish a new client version for the added relay routes
When this release reaches main, .github/workflows/release.yaml rebuilds @anticapture/client from Gateful's live OpenAPI spec and then runs changeset publish, but this commit leaves the client at the already-published 2.0.1 while consuming the changeset that adds relayQueue and relayExecute. Changesets will therefore skip publishing the rebuilt client, so npm consumers cannot use the generated functions, hooks, or types for these new public routes until an unrelated client bump occurs; include a client changeset/version entry in this release.
AGENTS.md reference: AGENTS.md:L121-L125
Useful? React with 👍 / 👎.
3ce3265 to
6eff9ef
Compare
6eff9ef to
572ee3c
Compare
572ee3c to
9c894ab
Compare
9c894ab to
987ea73
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.
Releases
@anticapture/dashboard@2.15.0
Minor Changes
#2135
1610f3cThanks @brunod-e! - Enable the Compound whitelabel with full governance (create, vote, queue and execute proposals).#2134
9ddac26Thanks @brunod-e! - Enable the Gitcoin whitelabel with full governance (create, vote, queue and execute proposals).#2137
1c8f1a1Thanks @brunod-e! - Replace the Panel section header with the v2.1 hero: a judgment headline, a subhead explaining the Stage framework, a link to the framework docs, and a "Governance risk, right now" card showing Stage 0/1/2 as horizontal bars with per-stage hover detail. Retires the Treasury Monitoring and Delegated Supply History cards.#2137
c24a289Thanks @brunod-e! - Add the Blockful services row at the foot of the panel, listing the service lines with a link to the contact page.#2137
2c87e1eThanks @brunod-e! - Show every monitored DAO on the panel: the homepage itself now scrolls and the table header stays pinned on desktop.#2137
8a21e30Thanks @brunod-e! - Add the "Latest finding" ticker between the panel hero and the Monitored DAOs table. The strip shows the newest post on the blockful Paragraph publication, read server-side from its RSS feed and revalidated hourly, and links out to that post. If the feed is unreachable it falls back to the publication index, so the ticker always renders.#2137
388e6b2Thanks @brunod-e! - Add the "Track record" section to the panel: three outcome-framed case cards linking to the case write-ups, plus a testimonial carousel carrying the verified quotes from the X mentions audit.ClickableCardnow accepts anhrefso cards can render as links.#2137
02a9a0aThanks @brunod-e! - Add the "Use it now" section to the panel and an explainer strip above the channel cards on the alerts page.#2136
ae55201Thanks @brunod-e! - Enable the Tornado Cash whitelabel with full governance (create, vote and execute proposals).Patch Changes
#2138
4472ff2Thanks @brunod-e! - Comment the Shutter DAO out of the dashboard DAO list.#2136
ae55201Thanks @brunod-e! - Fix Tornado Cash voting for accounts without delegators by using castVote instead of castDelegatedVote.@anticapture/gateful@1.8.0
Minor Changes
add355cThanks @LeonardoVieira1630! - The public API surface gains POST /{dao}/relay/queue andPOST /{dao}/relay/execute, proxied to the relayer's new proposal enactment
endpoints and merged into the Gateful OpenAPI spec.
@anticapture/relayer@1.2.0
Minor Changes
75f1051Thanks @LeonardoVieira1630! - Add POST /relay/queue and /relay/execute endpoints that sponsor thepermissionless Governor lifecycle transactions. Proposal args are fetched from
the Anticapture API by proposal id and verified trustlessly against the
governor's hashProposal before anything is signed.