Skip to content

ci(release): version packages - #156

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

ci(release): version packages#156
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

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

  • 81d8e59: Add seller-side Bazaar discovery helpers (src/bazaar/declare.ts): param.*
    constructors that make per-parameter descriptions a required positional
    argument, declareHttpResource / declareMcpTool builders that assemble the
    extensions.bazaar declaration and its JSON Schema, and
    validateDeclaration / assertDeclaration which run the catalog's own
    validateListing plus seller-side metadata-quality rules so malformed listings
    fail at development time rather than in production. Lens's own gated routes
    (/price, /candles, /pools, /price/twap, and the MCP price tool) are
    declared with them in src/bazaar/lensListings.ts.
  • 059ca5a: Add a priceUpdated(pair: String!, network: String) GraphQL subscription that streams live prices over the existing /graphql endpoint (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. network is optional and narrows the stream to one chain — omitting it delivers every enabled network, which is only safe if the subscriber reads the network field on each message, since a dual-network deployment otherwise interleaves two chains' prices for the same pair.

Patch Changes

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 8 times, most recently from 9e43a68 to 0724901 Compare September 1, 2026 17:19
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 0724901 to 256e8c4 Compare September 1, 2026 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants