From 3ef7998ba58ca0a7d8d80e62fd2d3347de1e2bb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 22:04:38 +0000 Subject: [PATCH] ci: changeset release --- .changeset/catalog-case-119.md | 8 -- .changeset/native-host-parity.md | 7 -- .changeset/steady-release-links.md | 7 -- CHANGELOG.md | 95 ++++++++++++++++++++++ MARKETING.md | 12 +-- README.md | 4 +- docs/comparison.md | 10 +-- docs/installation.md | 4 +- docs/overview.md | 2 +- packages/alpine-charts/CHANGELOG.md | 7 ++ packages/alpine-charts/package.json | 2 +- packages/angular-charts/CHANGELOG.md | 7 ++ packages/angular-charts/package.json | 2 +- packages/charts-core/CHANGELOG.md | 8 ++ packages/charts-core/docs/comparison.md | 10 +-- packages/charts-core/docs/installation.md | 4 +- packages/charts-core/docs/overview.md | 2 +- packages/charts-core/package.json | 2 +- packages/charts-scales/CHANGELOG.md | 2 + packages/charts-scales/package.json | 2 +- packages/lit-charts/CHANGELOG.md | 7 ++ packages/lit-charts/package.json | 2 +- packages/octane-charts/CHANGELOG.md | 7 ++ packages/octane-charts/package.json | 2 +- packages/preact-charts/CHANGELOG.md | 7 ++ packages/preact-charts/package.json | 2 +- packages/react-charts-catalog/CHANGELOG.md | 12 +++ packages/react-charts-catalog/package.json | 2 +- packages/react-charts/CHANGELOG.md | 7 ++ packages/react-charts/package.json | 2 +- packages/react-native-charts/CHANGELOG.md | 10 +++ packages/react-native-charts/package.json | 2 +- packages/solid-charts/CHANGELOG.md | 7 ++ packages/solid-charts/package.json | 2 +- packages/svelte-charts/CHANGELOG.md | 7 ++ packages/svelte-charts/package.json | 2 +- packages/vue-charts/CHANGELOG.md | 7 ++ packages/vue-charts/package.json | 2 +- 38 files changed, 227 insertions(+), 59 deletions(-) delete mode 100644 .changeset/catalog-case-119.md delete mode 100644 .changeset/native-host-parity.md delete mode 100644 .changeset/steady-release-links.md diff --git a/.changeset/catalog-case-119.md b/.changeset/catalog-case-119.md deleted file mode 100644 index 004a0923..00000000 --- a/.changeset/catalog-case-119.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@tanstack/react-charts-catalog': patch ---- - -Publish the stacked-bar band-and-rule cursor as catalog case 119 at -`@tanstack/react-charts-catalog/cases/119-stacked-bar-band-cursor`, bringing the -published catalog to 110 cases. The case demonstrates mixed cursor -presentation, labels, motion, and keyed updates. diff --git a/.changeset/native-host-parity.md b/.changeset/native-host-parity.md deleted file mode 100644 index 5b32aeee..00000000 --- a/.changeset/native-host-parity.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@tanstack/react-native-charts': patch ---- - -Document React Native parity for shared focus and free-cursor state, -renderer-native focus and state layers, selection activation, pinned tooltip -context, viewport-filtered focus, polygon areas, and `NativePaintContext.canvas`. diff --git a/.changeset/steady-release-links.md b/.changeset/steady-release-links.md deleted file mode 100644 index 4275028b..00000000 --- a/.changeset/steady-release-links.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@tanstack/charts': patch ---- - -Pin packaged documentation and comparison protocol links to the immutable tag -for the same package version. Release automation now advances those tag links -together with every visible release-version reference. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb5e028..3a0d1a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,100 @@ # Changelog +## 0.7.1 + +### @tanstack/charts + +#### Patch Changes + +- [#64](https://github.com/TanStack/charts/pull/64) [`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5) - Pin packaged documentation and comparison protocol links to the immutable tag + for the same package version. Release automation now advances those tag links + together with every visible release-version reference. + +### @tanstack/react-charts + +#### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + +### @tanstack/react-charts-catalog + +#### Patch Changes + +- [#64](https://github.com/TanStack/charts/pull/64) [`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5) - Publish the stacked-bar band-and-rule cursor as catalog case 119 at + `@tanstack/react-charts-catalog/cases/119-stacked-bar-band-cursor`, bringing the + published catalog to 110 cases. The case demonstrates mixed cursor + presentation, labels, motion, and keyed updates. +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + - @tanstack/react-charts@0.7.1 + +### @tanstack/react-native-charts + +#### Patch Changes + +- [#64](https://github.com/TanStack/charts/pull/64) [`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5) - Document React Native parity for shared focus and free-cursor state, + renderer-native focus and state layers, selection activation, pinned tooltip + context, viewport-filtered focus, polygon areas, and `NativePaintContext.canvas`. +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + +### @tanstack/octane-charts + +#### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + +### @tanstack/preact-charts + +#### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + +### @tanstack/vue-charts + +#### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + +### @tanstack/solid-charts + +#### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + +### @tanstack/svelte-charts + +#### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + +### @tanstack/angular-charts + +#### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + +### @tanstack/lit-charts + +#### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + +### @tanstack/alpine-charts + +#### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + ## 0.7.0 ### @tanstack/charts diff --git a/MARKETING.md b/MARKETING.md index f8869d07..6156eb86 100644 --- a/MARKETING.md +++ b/MARKETING.md @@ -4,9 +4,9 @@ Last updated: 2026-08-06 ## Status -The latest public pre-alpha release is TanStack Charts `0.7.0`. Repository docs, +The latest public pre-alpha release is TanStack Charts `0.7.1`. Repository docs, examples, and the catalog follow unreleased `main` and may include contracts not -available in `0.7.0`; documentation at the verified release source revision is +available in `0.7.1`; documentation at the verified release source revision is the release record. Marketing must keep that distinction and the pre-alpha status visible until the gates in [`PLAN.md`](./PLAN.md) are complete. @@ -51,7 +51,7 @@ visual encodings. Compact TanStack primitives and native D3 callables compose inside the same definition. TanStack compiles it into a renderer-neutral keyed scene and owns the application runtime around it. -**Framework position:** The core is framework-independent. `0.7.0` ships thin +**Framework position:** The core is framework-independent. `0.7.1` ships thin adapters for React, Vue, Svelte, Solid, Angular, Preact, Lit, Alpine, and Octane. React and Octane also have Canvas components over the same runtime. @@ -458,7 +458,7 @@ about being "AI-native." | The chart catalog is smaller than AG Charts, ECharts, or Nivo | Also correct. The product thesis is a composable grammar with interoperable primitives, not first-party ownership of every specialized chart type. | | Why not use D3 or visx directly? | They provide the algorithms or primitives. TanStack supplies the application runtime: responsive layout, guides, scene compilation, lifecycle, interaction, accessibility, SSR, hydration, animation, and export. | | Why not use Observable Plot? | Plot is the closest API inspiration and remains an excellent choice for concise exploratory visualization. TanStack is an independent implementation focused on typed application integration, composable capability-level imports, framework lifecycle, and stable interactive scenes. | -| Is it ready for production? | Not yet. `0.7.0` is a public pre-alpha release. Marketing must keep the documented release gates visible until they close. | +| Is it ready for production? | Not yet. `0.7.1` is a public pre-alpha release. Marketing must keep the documented release gates visible until they close. | | Can it handle millions of live points? | Canvas is an explicit opt-in and keeps the same definition and interaction API while removing per-mark DOM cost. It still creates scene nodes and interaction points, default focus is linear without a spatial index, and overplotting does not become useful because the pixels are cheaper. Treat million-point streaming as a measured representation problem, not a renderer claim. | ## Anti-personas @@ -586,7 +586,7 @@ production case study. ### Current proof phase -- Conversion: Install `0.7.0`, read its release-source docs, explore the catalog, +- Conversion: Install `0.7.1`, read its release-source docs, explore the catalog, and report friction. - Publish architecture, benchmarks, and working examples with limitations. - Recruit a small number of chart-heavy TanStack users. @@ -623,7 +623,7 @@ tracked in [`PLAN.md`](./PLAN.md): foundation for data-rich TanStack applications and a credible choice for frontend teams whose visualizations need to grow beyond standard chart types. -**Primary conversion today:** Install `0.7.0` and complete the first chart. +**Primary conversion today:** Install `0.7.1` and complete the first chart. **Primary conversion after stable release:** Install the package and complete the first chart. diff --git a/README.md b/README.md index f07336c0..4eac6f4f 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ server-rendered application charts. > [!IMPORTANT] > This README follows unreleased `main`. The latest published release is -> TanStack Charts `0.7.0`; use its -> [release-source documentation](https://github.com/TanStack/charts/tree/v0.7.0/docs). +> TanStack Charts `0.7.1`; use its +> [release-source documentation](https://github.com/TanStack/charts/tree/v0.7.1/docs). > It is pre-alpha and not ready for production use. Most chart libraries are easy until the chart stops being standard. TanStack diff --git a/docs/comparison.md b/docs/comparison.md index 9bacd07f..5a56a580 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -3,7 +3,7 @@ title: Compare Libraries description: Compare TanStack Charts with measured and documentation-reviewed charting libraries. --- -The latest published TanStack Charts release is `0.7.0`, while this page +The latest published TanStack Charts release is `0.7.1`, while this page measures unreleased workspace source against pinned competitor packages. This comparison records architectural differences and reproducible evidence without turning untested behavior into a checkmark. @@ -170,11 +170,11 @@ Canvas composition while keeping D3 and state ownership explicit. ## Evidence and reproduction -- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.7.0/benchmarks/comparison/README.md) +- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.7.1/benchmarks/comparison/README.md) - [Current tracked bundle baseline](https://github.com/TanStack/charts/blob/main/benchmarks/comparison/bundle-baseline.json) -- [Pinned release-source bundle baseline](https://github.com/TanStack/charts/blob/v0.7.0/benchmarks/comparison/bundle-baseline.json) -- [Stress protocol](https://github.com/TanStack/charts/blob/v0.7.0/benchmarks/comparison/stress/README.md) -- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.7.0/benchmarks/conformance/README.md) +- [Pinned release-source bundle baseline](https://github.com/TanStack/charts/blob/v0.7.1/benchmarks/comparison/bundle-baseline.json) +- [Stress protocol](https://github.com/TanStack/charts/blob/v0.7.1/benchmarks/comparison/stress/README.md) +- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.7.1/benchmarks/conformance/README.md) ```sh pnpm benchmark:size diff --git a/docs/installation.md b/docs/installation.md index b8aef086..3906c832 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -4,8 +4,8 @@ description: Install TanStack Charts, compact scales, a framework adapter, and o --- These docs follow unreleased `main`. The latest published pre-alpha is TanStack -Charts `0.7.0`; use its -[release-source docs](https://github.com/TanStack/charts/tree/v0.7.0/docs) +Charts `0.7.1`; use its +[release-source docs](https://github.com/TanStack/charts/tree/v0.7.1/docs) for the exact surface. Install the core and compact scales in each application that authors chart definitions: diff --git a/docs/overview.md b/docs/overview.md index 82eb02c3..74be7488 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -4,7 +4,7 @@ description: Learn what TanStack Charts provides, how its grammar works, and whe --- These docs follow unreleased `main`. The latest published TanStack Charts -release is `0.7.0`; it is pre-alpha and its API may change between releases. +release is `0.7.1`; it is pre-alpha and its API may change between releases. TanStack Charts is a small, framework-agnostic chart grammar for TypeScript and JavaScript. Give each mark its natural data, map fields or accessors to visual diff --git a/packages/alpine-charts/CHANGELOG.md b/packages/alpine-charts/CHANGELOG.md index 02e1dcde..f9cc2836 100644 --- a/packages/alpine-charts/CHANGELOG.md +++ b/packages/alpine-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/alpine-charts +## 0.7.1 + +### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + ## 0.7.0 ### Patch Changes diff --git a/packages/alpine-charts/package.json b/packages/alpine-charts/package.json index 37ab4f0b..f5c33366 100644 --- a/packages/alpine-charts/package.json +++ b/packages/alpine-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/alpine-charts", - "version": "0.7.0", + "version": "0.7.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/angular-charts/CHANGELOG.md b/packages/angular-charts/CHANGELOG.md index 2bb2c9ed..447ce507 100644 --- a/packages/angular-charts/CHANGELOG.md +++ b/packages/angular-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-charts +## 0.7.1 + +### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + ## 0.7.0 ### Patch Changes diff --git a/packages/angular-charts/package.json b/packages/angular-charts/package.json index bb428c0e..566c961f 100644 --- a/packages/angular-charts/package.json +++ b/packages/angular-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-charts", - "version": "0.7.0", + "version": "0.7.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/charts-core/CHANGELOG.md b/packages/charts-core/CHANGELOG.md index affda359..378845b7 100644 --- a/packages/charts-core/CHANGELOG.md +++ b/packages/charts-core/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/charts +## 0.7.1 + +### Patch Changes + +- [#64](https://github.com/TanStack/charts/pull/64) [`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5) - Pin packaged documentation and comparison protocol links to the immutable tag + for the same package version. Release automation now advances those tag links + together with every visible release-version reference. + ## 0.7.0 ### Minor Changes diff --git a/packages/charts-core/docs/comparison.md b/packages/charts-core/docs/comparison.md index 9bacd07f..5a56a580 100644 --- a/packages/charts-core/docs/comparison.md +++ b/packages/charts-core/docs/comparison.md @@ -3,7 +3,7 @@ title: Compare Libraries description: Compare TanStack Charts with measured and documentation-reviewed charting libraries. --- -The latest published TanStack Charts release is `0.7.0`, while this page +The latest published TanStack Charts release is `0.7.1`, while this page measures unreleased workspace source against pinned competitor packages. This comparison records architectural differences and reproducible evidence without turning untested behavior into a checkmark. @@ -170,11 +170,11 @@ Canvas composition while keeping D3 and state ownership explicit. ## Evidence and reproduction -- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.7.0/benchmarks/comparison/README.md) +- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.7.1/benchmarks/comparison/README.md) - [Current tracked bundle baseline](https://github.com/TanStack/charts/blob/main/benchmarks/comparison/bundle-baseline.json) -- [Pinned release-source bundle baseline](https://github.com/TanStack/charts/blob/v0.7.0/benchmarks/comparison/bundle-baseline.json) -- [Stress protocol](https://github.com/TanStack/charts/blob/v0.7.0/benchmarks/comparison/stress/README.md) -- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.7.0/benchmarks/conformance/README.md) +- [Pinned release-source bundle baseline](https://github.com/TanStack/charts/blob/v0.7.1/benchmarks/comparison/bundle-baseline.json) +- [Stress protocol](https://github.com/TanStack/charts/blob/v0.7.1/benchmarks/comparison/stress/README.md) +- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.7.1/benchmarks/conformance/README.md) ```sh pnpm benchmark:size diff --git a/packages/charts-core/docs/installation.md b/packages/charts-core/docs/installation.md index b8aef086..3906c832 100644 --- a/packages/charts-core/docs/installation.md +++ b/packages/charts-core/docs/installation.md @@ -4,8 +4,8 @@ description: Install TanStack Charts, compact scales, a framework adapter, and o --- These docs follow unreleased `main`. The latest published pre-alpha is TanStack -Charts `0.7.0`; use its -[release-source docs](https://github.com/TanStack/charts/tree/v0.7.0/docs) +Charts `0.7.1`; use its +[release-source docs](https://github.com/TanStack/charts/tree/v0.7.1/docs) for the exact surface. Install the core and compact scales in each application that authors chart definitions: diff --git a/packages/charts-core/docs/overview.md b/packages/charts-core/docs/overview.md index 82eb02c3..74be7488 100644 --- a/packages/charts-core/docs/overview.md +++ b/packages/charts-core/docs/overview.md @@ -4,7 +4,7 @@ description: Learn what TanStack Charts provides, how its grammar works, and whe --- These docs follow unreleased `main`. The latest published TanStack Charts -release is `0.7.0`; it is pre-alpha and its API may change between releases. +release is `0.7.1`; it is pre-alpha and its API may change between releases. TanStack Charts is a small, framework-agnostic chart grammar for TypeScript and JavaScript. Give each mark its natural data, map fields or accessors to visual diff --git a/packages/charts-core/package.json b/packages/charts-core/package.json index 8378978b..b5bda90d 100644 --- a/packages/charts-core/package.json +++ b/packages/charts-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/charts", - "version": "0.7.0", + "version": "0.7.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/charts-scales/CHANGELOG.md b/packages/charts-scales/CHANGELOG.md index 1a9e5ab2..7ed1a484 100644 --- a/packages/charts-scales/CHANGELOG.md +++ b/packages/charts-scales/CHANGELOG.md @@ -1,5 +1,7 @@ # @tanstack/charts-scales +## 0.7.1 + ## 0.7.0 ## 0.6.5 diff --git a/packages/charts-scales/package.json b/packages/charts-scales/package.json index 28946d92..45865a44 100644 --- a/packages/charts-scales/package.json +++ b/packages/charts-scales/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/charts-scales", - "version": "0.7.0", + "version": "0.7.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/lit-charts/CHANGELOG.md b/packages/lit-charts/CHANGELOG.md index 8384e04e..e8cc5fc9 100644 --- a/packages/lit-charts/CHANGELOG.md +++ b/packages/lit-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/lit-charts +## 0.7.1 + +### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + ## 0.7.0 ### Patch Changes diff --git a/packages/lit-charts/package.json b/packages/lit-charts/package.json index 3b424db1..d201221f 100644 --- a/packages/lit-charts/package.json +++ b/packages/lit-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-charts", - "version": "0.7.0", + "version": "0.7.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/octane-charts/CHANGELOG.md b/packages/octane-charts/CHANGELOG.md index ae510ab1..80fa206e 100644 --- a/packages/octane-charts/CHANGELOG.md +++ b/packages/octane-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/octane-charts +## 0.7.1 + +### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + ## 0.7.0 ### Patch Changes diff --git a/packages/octane-charts/package.json b/packages/octane-charts/package.json index 0f54e77a..179a0d3d 100644 --- a/packages/octane-charts/package.json +++ b/packages/octane-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/octane-charts", - "version": "0.7.0", + "version": "0.7.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/preact-charts/CHANGELOG.md b/packages/preact-charts/CHANGELOG.md index 369bdfbf..5732ed0b 100644 --- a/packages/preact-charts/CHANGELOG.md +++ b/packages/preact-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-charts +## 0.7.1 + +### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + ## 0.7.0 ### Patch Changes diff --git a/packages/preact-charts/package.json b/packages/preact-charts/package.json index a3991eb0..83d6f624 100644 --- a/packages/preact-charts/package.json +++ b/packages/preact-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-charts", - "version": "0.7.0", + "version": "0.7.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/react-charts-catalog/CHANGELOG.md b/packages/react-charts-catalog/CHANGELOG.md index 71f27be4..d0da895b 100644 --- a/packages/react-charts-catalog/CHANGELOG.md +++ b/packages/react-charts-catalog/CHANGELOG.md @@ -1,5 +1,17 @@ # @tanstack/react-charts-catalog +## 0.7.1 + +### Patch Changes + +- [#64](https://github.com/TanStack/charts/pull/64) [`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5) - Publish the stacked-bar band-and-rule cursor as catalog case 119 at + `@tanstack/react-charts-catalog/cases/119-stacked-bar-band-cursor`, bringing the + published catalog to 110 cases. The case demonstrates mixed cursor + presentation, labels, motion, and keyed updates. +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + - @tanstack/react-charts@0.7.1 + ## 0.7.0 ### Patch Changes diff --git a/packages/react-charts-catalog/package.json b/packages/react-charts-catalog/package.json index 19005ac3..9d6da3d5 100644 --- a/packages/react-charts-catalog/package.json +++ b/packages/react-charts-catalog/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-charts-catalog", - "version": "0.7.0", + "version": "0.7.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index b4937bf4..712f5871 100644 --- a/packages/react-charts/CHANGELOG.md +++ b/packages/react-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-charts +## 0.7.1 + +### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + ## 0.7.0 ### Patch Changes diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index c6c3ca5a..d1b32717 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-charts", - "version": "0.7.0", + "version": "0.7.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/react-native-charts/CHANGELOG.md b/packages/react-native-charts/CHANGELOG.md index cda1036e..366c66e7 100644 --- a/packages/react-native-charts/CHANGELOG.md +++ b/packages/react-native-charts/CHANGELOG.md @@ -1,5 +1,15 @@ # @tanstack/react-native-charts +## 0.7.1 + +### Patch Changes + +- [#64](https://github.com/TanStack/charts/pull/64) [`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5) - Document React Native parity for shared focus and free-cursor state, + renderer-native focus and state layers, selection activation, pinned tooltip + context, viewport-filtered focus, polygon areas, and `NativePaintContext.canvas`. +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + ## 0.7.0 ### Patch Changes diff --git a/packages/react-native-charts/package.json b/packages/react-native-charts/package.json index a155651c..56a3821b 100644 --- a/packages/react-native-charts/package.json +++ b/packages/react-native-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-native-charts", - "version": "0.7.0", + "version": "0.7.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/solid-charts/CHANGELOG.md b/packages/solid-charts/CHANGELOG.md index af43dacf..1fdf0f37 100644 --- a/packages/solid-charts/CHANGELOG.md +++ b/packages/solid-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-charts +## 0.7.1 + +### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + ## 0.7.0 ### Patch Changes diff --git a/packages/solid-charts/package.json b/packages/solid-charts/package.json index d75536d4..d2653319 100644 --- a/packages/solid-charts/package.json +++ b/packages/solid-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-charts", - "version": "0.7.0", + "version": "0.7.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/svelte-charts/CHANGELOG.md b/packages/svelte-charts/CHANGELOG.md index d70e2597..a4d8ba76 100644 --- a/packages/svelte-charts/CHANGELOG.md +++ b/packages/svelte-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-charts +## 0.7.1 + +### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + ## 0.7.0 ### Patch Changes diff --git a/packages/svelte-charts/package.json b/packages/svelte-charts/package.json index 93b396f7..80b575a0 100644 --- a/packages/svelte-charts/package.json +++ b/packages/svelte-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-charts", - "version": "0.7.0", + "version": "0.7.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/vue-charts/CHANGELOG.md b/packages/vue-charts/CHANGELOG.md index 19c95a04..eb82cde2 100644 --- a/packages/vue-charts/CHANGELOG.md +++ b/packages/vue-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-charts +## 0.7.1 + +### Patch Changes + +- Updated dependencies [[`c3f1548`](https://github.com/TanStack/charts/commit/c3f15488bb072e446af61c3e7b04797384c5aca5)]: + - @tanstack/charts@0.7.1 + ## 0.7.0 ### Patch Changes diff --git a/packages/vue-charts/package.json b/packages/vue-charts/package.json index 8847d07a..2c9ade8b 100644 --- a/packages/vue-charts/package.json +++ b/packages/vue-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-charts", - "version": "0.7.0", + "version": "0.7.1", "private": false, "license": "MIT", "repository": {