ci(release): version packages - #156
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
8 times, most recently
from
September 1, 2026 17:19
9e43a68 to
0724901
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 1, 2026 17:24
0724901 to
256e8c4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
lens@0.3.0
Minor Changes
src/bazaar/declare.ts):param.*constructors that make per-parameter descriptions a required positional
argument,
declareHttpResource/declareMcpToolbuilders that assemble theextensions.bazaardeclaration and its JSON Schema, andvalidateDeclaration/assertDeclarationwhich run the catalog's ownvalidateListingplus seller-side metadata-quality rules so malformed listingsfail at development time rather than in production. Lens's own gated routes
(
/price,/candles,/pools,/price/twap, and the MCP price tool) aredeclared with them in
src/bazaar/lensListings.ts.priceUpdated(pair: String!, network: String)GraphQL subscription that streams live prices over the existing/graphqlendpoint (graphql-transport-ws protocol). Every ingester (SDEX, Horizon AMM, Soroswap) publishes{ pair, price, ts, network }on each new price; subscribers receive only the pair they request.networkis optional and narrows the stream to one chain — omitting it delivers every enabled network, which is only safe if the subscriber reads thenetworkfield on each message, since a dual-network deployment otherwise interleaves two chains' prices for the same pair.Patch Changes
docs/x402-conformance.md: a conformance baseline for the publicx402.orgfacilitator on
stellar:testnet, established by settling a real payment throughit with an unmodified
@stellar/stellar-sdkclient and feeding it deliberatelybad input. Records
/supportedverbatim, a settled transaction hash, areason-per-rejection table, and five divergences between the reference
implementation's advertised and actual behaviour. This is the baseline the Lens
facilitator (x402 facilitator: implement GET /supported #124, x402 facilitator: implement POST /verify (including __check_auth contract accounts) #125, x402 facilitator: implement POST /settle (design note first) #126) is measured against.