diff --git a/.changeset/drillable-sunburst-motion.md b/.changeset/drillable-sunburst-motion.md deleted file mode 100644 index 5f05b0d3..00000000 --- a/.changeset/drillable-sunburst-motion.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/charts': minor ---- - -Add controlled sunburst drill-down roots, bounded visible depth, and hierarchy-aware polar motion that keeps animated sectors centered. Add funnel and drillable sunburst catalog examples. diff --git a/CHANGELOG.md b/CHANGELOG.md index be671647..7a61369a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,83 @@ # Changelog +## 0.11.0 + +### @tanstack/charts + +#### Minor Changes + +- [#81](https://github.com/TanStack/charts/pull/81) [`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8) - Add controlled sunburst drill-down roots, bounded visible depth, and hierarchy-aware polar motion that keeps animated sectors centered. Add funnel and drillable sunburst catalog examples. + +### @tanstack/react-charts + +#### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + +### @tanstack/react-native-charts + +#### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + +### @tanstack/octane-charts + +#### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + +### @tanstack/preact-charts + +#### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + +### @tanstack/vue-charts + +#### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + +### @tanstack/solid-charts + +#### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + +### @tanstack/svelte-charts + +#### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + +### @tanstack/angular-charts + +#### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + +### @tanstack/lit-charts + +#### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + +### @tanstack/alpine-charts + +#### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + ## 0.10.0 ### @tanstack/charts diff --git a/MARKETING.md b/MARKETING.md index 1aee646a..2b88285d 100644 --- a/MARKETING.md +++ b/MARKETING.md @@ -4,9 +4,9 @@ Last updated: 2026-08-09 ## Status -The latest public pre-alpha release is TanStack Charts `0.10.0`. Repository docs, +The latest public pre-alpha release is TanStack Charts `0.11.0`. Repository docs, examples, and the catalog follow unreleased `main` and may include contracts not -available in `0.10.0`; documentation at the verified release source revision is +available in `0.11.0`; 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. @@ -461,7 +461,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.10.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.11.0` 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 @@ -589,7 +589,7 @@ production case study. ### Current proof phase -- Conversion: Install `0.10.0`, read its release-source docs, explore the catalog, +- Conversion: Install `0.11.0`, 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. @@ -626,7 +626,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.10.0` and complete the first chart. +**Primary conversion today:** Install `0.11.0` 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 73d372e3..5ed001bb 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.10.0`; use its -> [release-source documentation](https://github.com/TanStack/charts/tree/v0.10.0/docs). +> TanStack Charts `0.11.0`; use its +> [release-source documentation](https://github.com/TanStack/charts/tree/v0.11.0/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 abf3195e..a9abfa06 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.10.0`, while this page +The latest published TanStack Charts release is `0.11.0`, 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.10.0/benchmarks/comparison/README.md) +- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.11.0/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.10.0/benchmarks/comparison/bundle-baseline.json) -- [Stress protocol](https://github.com/TanStack/charts/blob/v0.10.0/benchmarks/comparison/stress/README.md) -- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.10.0/benchmarks/conformance/README.md) +- [Pinned release-source bundle baseline](https://github.com/TanStack/charts/blob/v0.11.0/benchmarks/comparison/bundle-baseline.json) +- [Stress protocol](https://github.com/TanStack/charts/blob/v0.11.0/benchmarks/comparison/stress/README.md) +- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.11.0/benchmarks/conformance/README.md) ```sh pnpm benchmark:size diff --git a/docs/installation.md b/docs/installation.md index 1eba4b16..4259eb92 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -4,8 +4,8 @@ description: Install TanStack Charts with compact scales, framework adapters, an --- These docs follow unreleased `main`. The latest published pre-alpha is TanStack -Charts `0.10.0`; use its -[release-source docs](https://github.com/TanStack/charts/tree/v0.10.0/docs) +Charts `0.11.0`; use its +[release-source docs](https://github.com/TanStack/charts/tree/v0.11.0/docs) for the exact surface. Install TanStack Charts in each application that authors chart definitions: diff --git a/docs/overview.md b/docs/overview.md index f9cf819f..3253ea93 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.10.0`; it is pre-alpha and its API may change between releases. +release is `0.11.0`; 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 7ac1d62a..91dfd0dd 100644 --- a/packages/alpine-charts/CHANGELOG.md +++ b/packages/alpine-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/alpine-charts +## 0.11.0 + +### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + ## 0.10.0 ### Patch Changes diff --git a/packages/alpine-charts/package.json b/packages/alpine-charts/package.json index ba2c7def..532d285f 100644 --- a/packages/alpine-charts/package.json +++ b/packages/alpine-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/alpine-charts", - "version": "0.10.0", + "version": "0.11.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/angular-charts/CHANGELOG.md b/packages/angular-charts/CHANGELOG.md index 3b6135cc..4f80cc0d 100644 --- a/packages/angular-charts/CHANGELOG.md +++ b/packages/angular-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-charts +## 0.11.0 + +### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + ## 0.10.0 ### Patch Changes diff --git a/packages/angular-charts/package.json b/packages/angular-charts/package.json index 18258fde..3929e0cd 100644 --- a/packages/angular-charts/package.json +++ b/packages/angular-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-charts", - "version": "0.10.0", + "version": "0.11.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/charts-core/CHANGELOG.md b/packages/charts-core/CHANGELOG.md index 0886b693..8e0d3c3e 100644 --- a/packages/charts-core/CHANGELOG.md +++ b/packages/charts-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/charts +## 0.11.0 + +### Minor Changes + +- [#81](https://github.com/TanStack/charts/pull/81) [`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8) - Add controlled sunburst drill-down roots, bounded visible depth, and hierarchy-aware polar motion that keeps animated sectors centered. Add funnel and drillable sunburst catalog examples. + ## 0.10.0 ### Minor Changes diff --git a/packages/charts-core/docs/comparison.md b/packages/charts-core/docs/comparison.md index abf3195e..a9abfa06 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.10.0`, while this page +The latest published TanStack Charts release is `0.11.0`, 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.10.0/benchmarks/comparison/README.md) +- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.11.0/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.10.0/benchmarks/comparison/bundle-baseline.json) -- [Stress protocol](https://github.com/TanStack/charts/blob/v0.10.0/benchmarks/comparison/stress/README.md) -- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.10.0/benchmarks/conformance/README.md) +- [Pinned release-source bundle baseline](https://github.com/TanStack/charts/blob/v0.11.0/benchmarks/comparison/bundle-baseline.json) +- [Stress protocol](https://github.com/TanStack/charts/blob/v0.11.0/benchmarks/comparison/stress/README.md) +- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.11.0/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 1eba4b16..4259eb92 100644 --- a/packages/charts-core/docs/installation.md +++ b/packages/charts-core/docs/installation.md @@ -4,8 +4,8 @@ description: Install TanStack Charts with compact scales, framework adapters, an --- These docs follow unreleased `main`. The latest published pre-alpha is TanStack -Charts `0.10.0`; use its -[release-source docs](https://github.com/TanStack/charts/tree/v0.10.0/docs) +Charts `0.11.0`; use its +[release-source docs](https://github.com/TanStack/charts/tree/v0.11.0/docs) for the exact surface. Install TanStack Charts in each application that authors chart definitions: diff --git a/packages/charts-core/docs/overview.md b/packages/charts-core/docs/overview.md index f9cf819f..3253ea93 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.10.0`; it is pre-alpha and its API may change between releases. +release is `0.11.0`; 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 ed2e7be2..0f72035d 100644 --- a/packages/charts-core/package.json +++ b/packages/charts-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/charts", - "version": "0.10.0", + "version": "0.11.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/charts-scales/CHANGELOG.md b/packages/charts-scales/CHANGELOG.md index 24af6c00..056f9197 100644 --- a/packages/charts-scales/CHANGELOG.md +++ b/packages/charts-scales/CHANGELOG.md @@ -1,5 +1,7 @@ # @tanstack/charts-scales +## 0.11.0 + ## 0.10.0 ## 0.9.0 diff --git a/packages/charts-scales/package.json b/packages/charts-scales/package.json index 6c1abd54..cb9f0d40 100644 --- a/packages/charts-scales/package.json +++ b/packages/charts-scales/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/charts-scales", - "version": "0.10.0", + "version": "0.11.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/lit-charts/CHANGELOG.md b/packages/lit-charts/CHANGELOG.md index c0d01b7f..c09edf42 100644 --- a/packages/lit-charts/CHANGELOG.md +++ b/packages/lit-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/lit-charts +## 0.11.0 + +### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + ## 0.10.0 ### Patch Changes diff --git a/packages/lit-charts/package.json b/packages/lit-charts/package.json index 307d380a..e9801060 100644 --- a/packages/lit-charts/package.json +++ b/packages/lit-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-charts", - "version": "0.10.0", + "version": "0.11.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/octane-charts/CHANGELOG.md b/packages/octane-charts/CHANGELOG.md index 0871c268..d66501ac 100644 --- a/packages/octane-charts/CHANGELOG.md +++ b/packages/octane-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/octane-charts +## 0.11.0 + +### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + ## 0.10.0 ### Patch Changes diff --git a/packages/octane-charts/package.json b/packages/octane-charts/package.json index ed48f226..a08d03d0 100644 --- a/packages/octane-charts/package.json +++ b/packages/octane-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/octane-charts", - "version": "0.10.0", + "version": "0.11.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/preact-charts/CHANGELOG.md b/packages/preact-charts/CHANGELOG.md index 9447c51e..0507c074 100644 --- a/packages/preact-charts/CHANGELOG.md +++ b/packages/preact-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-charts +## 0.11.0 + +### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + ## 0.10.0 ### Patch Changes diff --git a/packages/preact-charts/package.json b/packages/preact-charts/package.json index de513e1e..c3eaa72a 100644 --- a/packages/preact-charts/package.json +++ b/packages/preact-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-charts", - "version": "0.10.0", + "version": "0.11.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index 345e7037..985f23a7 100644 --- a/packages/react-charts/CHANGELOG.md +++ b/packages/react-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-charts +## 0.11.0 + +### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + ## 0.10.0 ### Patch Changes diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index 2a26251b..eda42c63 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-charts", - "version": "0.10.0", + "version": "0.11.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/react-native-charts/CHANGELOG.md b/packages/react-native-charts/CHANGELOG.md index 435abe01..3df61f71 100644 --- a/packages/react-native-charts/CHANGELOG.md +++ b/packages/react-native-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-native-charts +## 0.11.0 + +### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + ## 0.10.0 ### Patch Changes diff --git a/packages/react-native-charts/package.json b/packages/react-native-charts/package.json index aef4fd80..e0f39a3d 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.10.0", + "version": "0.11.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/solid-charts/CHANGELOG.md b/packages/solid-charts/CHANGELOG.md index 9708392f..f15bd161 100644 --- a/packages/solid-charts/CHANGELOG.md +++ b/packages/solid-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-charts +## 0.11.0 + +### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + ## 0.10.0 ### Patch Changes diff --git a/packages/solid-charts/package.json b/packages/solid-charts/package.json index 28733f09..594dd796 100644 --- a/packages/solid-charts/package.json +++ b/packages/solid-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-charts", - "version": "0.10.0", + "version": "0.11.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/svelte-charts/CHANGELOG.md b/packages/svelte-charts/CHANGELOG.md index 07ac8cb6..00efb807 100644 --- a/packages/svelte-charts/CHANGELOG.md +++ b/packages/svelte-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-charts +## 0.11.0 + +### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + ## 0.10.0 ### Patch Changes diff --git a/packages/svelte-charts/package.json b/packages/svelte-charts/package.json index 1f70de13..79e00358 100644 --- a/packages/svelte-charts/package.json +++ b/packages/svelte-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-charts", - "version": "0.10.0", + "version": "0.11.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/vue-charts/CHANGELOG.md b/packages/vue-charts/CHANGELOG.md index 467a166b..757fe364 100644 --- a/packages/vue-charts/CHANGELOG.md +++ b/packages/vue-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-charts +## 0.11.0 + +### Patch Changes + +- Updated dependencies [[`38ad7e5`](https://github.com/TanStack/charts/commit/38ad7e5749d5480045bbd80b0be4259071570ed8)]: + - @tanstack/charts@0.11.0 + ## 0.10.0 ### Patch Changes diff --git a/packages/vue-charts/package.json b/packages/vue-charts/package.json index 45725755..fc491796 100644 --- a/packages/vue-charts/package.json +++ b/packages/vue-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-charts", - "version": "0.10.0", + "version": "0.11.0", "private": false, "license": "MIT", "repository": {