diff --git a/.changeset/intent-chart-skills.md b/.changeset/intent-chart-skills.md deleted file mode 100644 index 61c38328..00000000 --- a/.changeset/intent-chart-skills.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/charts': patch ---- - -Ship scenario-driven TanStack Charts skills for visualization design, responsive behavior, migration, interaction, accessibility, debugging, extension, and coordination with the TanStack data and application ecosystem. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f435b9c..66c5ce5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,83 @@ # Changelog +## 0.11.2 + +### @tanstack/charts + +#### Patch Changes + +- [#88](https://github.com/TanStack/charts/pull/88) [`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a) - Ship scenario-driven TanStack Charts skills for visualization design, responsive behavior, migration, interaction, accessibility, debugging, extension, and coordination with the TanStack data and application ecosystem. + +### @tanstack/react-charts + +#### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + +### @tanstack/react-native-charts + +#### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + +### @tanstack/octane-charts + +#### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + +### @tanstack/preact-charts + +#### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + +### @tanstack/vue-charts + +#### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + +### @tanstack/solid-charts + +#### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + +### @tanstack/svelte-charts + +#### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + +### @tanstack/angular-charts + +#### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + +### @tanstack/lit-charts + +#### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + +### @tanstack/alpine-charts + +#### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + ## 0.11.1 ### @tanstack/charts diff --git a/MARKETING.md b/MARKETING.md index 07df7af6..e65b4982 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.11.1`. Repository docs, +The latest public pre-alpha release is TanStack Charts `0.11.2`. Repository docs, examples, and the catalog follow unreleased `main` and may include contracts not -available in `0.11.1`; documentation at the verified release source revision is +available in `0.11.2`; 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.11.1` 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.2` 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.11.1`, read its release-source docs, explore the catalog, +- Conversion: Install `0.11.2`, 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.11.1` and complete the first chart. +**Primary conversion today:** Install `0.11.2` 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 45e559a8..a5bce71b 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.11.1`; use its -> [release-source documentation](https://github.com/TanStack/charts/tree/v0.11.1/docs). +> TanStack Charts `0.11.2`; use its +> [release-source documentation](https://github.com/TanStack/charts/tree/v0.11.2/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 9a39b113..cfd8844f 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.11.1`, while this page +The latest published TanStack Charts release is `0.11.2`, 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.11.1/benchmarks/comparison/README.md) +- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.11.2/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.11.1/benchmarks/comparison/bundle-baseline.json) -- [Stress protocol](https://github.com/TanStack/charts/blob/v0.11.1/benchmarks/comparison/stress/README.md) -- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.11.1/benchmarks/conformance/README.md) +- [Pinned release-source bundle baseline](https://github.com/TanStack/charts/blob/v0.11.2/benchmarks/comparison/bundle-baseline.json) +- [Stress protocol](https://github.com/TanStack/charts/blob/v0.11.2/benchmarks/comparison/stress/README.md) +- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.11.2/benchmarks/conformance/README.md) ```sh pnpm benchmark:size diff --git a/docs/installation.md b/docs/installation.md index ef172e56..749dac9d 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.11.1`; use its -[release-source docs](https://github.com/TanStack/charts/tree/v0.11.1/docs) +Charts `0.11.2`; use its +[release-source docs](https://github.com/TanStack/charts/tree/v0.11.2/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 c8ab130b..23f76e11 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.11.1`; it is pre-alpha and its API may change between releases. +release is `0.11.2`; 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 5bd6d763..058835ba 100644 --- a/packages/alpine-charts/CHANGELOG.md +++ b/packages/alpine-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/alpine-charts +## 0.11.2 + +### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + ## 0.11.1 ### Patch Changes diff --git a/packages/alpine-charts/package.json b/packages/alpine-charts/package.json index fd48036f..968aa899 100644 --- a/packages/alpine-charts/package.json +++ b/packages/alpine-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/alpine-charts", - "version": "0.11.1", + "version": "0.11.2", "private": false, "license": "MIT", "repository": { diff --git a/packages/angular-charts/CHANGELOG.md b/packages/angular-charts/CHANGELOG.md index 7fe07c42..539f78d9 100644 --- a/packages/angular-charts/CHANGELOG.md +++ b/packages/angular-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-charts +## 0.11.2 + +### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + ## 0.11.1 ### Patch Changes diff --git a/packages/angular-charts/package.json b/packages/angular-charts/package.json index f41d11f1..49b7026a 100644 --- a/packages/angular-charts/package.json +++ b/packages/angular-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-charts", - "version": "0.11.1", + "version": "0.11.2", "private": false, "license": "MIT", "repository": { diff --git a/packages/charts-core/CHANGELOG.md b/packages/charts-core/CHANGELOG.md index a7f45c2b..1e9ac291 100644 --- a/packages/charts-core/CHANGELOG.md +++ b/packages/charts-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/charts +## 0.11.2 + +### Patch Changes + +- [#88](https://github.com/TanStack/charts/pull/88) [`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a) - Ship scenario-driven TanStack Charts skills for visualization design, responsive behavior, migration, interaction, accessibility, debugging, extension, and coordination with the TanStack data and application ecosystem. + ## 0.11.1 ### Patch Changes diff --git a/packages/charts-core/docs/comparison.md b/packages/charts-core/docs/comparison.md index 9a39b113..cfd8844f 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.11.1`, while this page +The latest published TanStack Charts release is `0.11.2`, 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.11.1/benchmarks/comparison/README.md) +- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.11.2/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.11.1/benchmarks/comparison/bundle-baseline.json) -- [Stress protocol](https://github.com/TanStack/charts/blob/v0.11.1/benchmarks/comparison/stress/README.md) -- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.11.1/benchmarks/conformance/README.md) +- [Pinned release-source bundle baseline](https://github.com/TanStack/charts/blob/v0.11.2/benchmarks/comparison/bundle-baseline.json) +- [Stress protocol](https://github.com/TanStack/charts/blob/v0.11.2/benchmarks/comparison/stress/README.md) +- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.11.2/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 ef172e56..749dac9d 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.11.1`; use its -[release-source docs](https://github.com/TanStack/charts/tree/v0.11.1/docs) +Charts `0.11.2`; use its +[release-source docs](https://github.com/TanStack/charts/tree/v0.11.2/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 c8ab130b..23f76e11 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.11.1`; it is pre-alpha and its API may change between releases. +release is `0.11.2`; 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 16217578..c2f93c2e 100644 --- a/packages/charts-core/package.json +++ b/packages/charts-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/charts", - "version": "0.11.1", + "version": "0.11.2", "private": false, "license": "MIT", "keywords": [ diff --git a/packages/charts-scales/CHANGELOG.md b/packages/charts-scales/CHANGELOG.md index dcf3bb34..4f29180c 100644 --- a/packages/charts-scales/CHANGELOG.md +++ b/packages/charts-scales/CHANGELOG.md @@ -1,5 +1,7 @@ # @tanstack/charts-scales +## 0.11.2 + ## 0.11.1 ## 0.11.0 diff --git a/packages/charts-scales/package.json b/packages/charts-scales/package.json index 9ae3189a..b817ce8f 100644 --- a/packages/charts-scales/package.json +++ b/packages/charts-scales/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/charts-scales", - "version": "0.11.1", + "version": "0.11.2", "private": false, "license": "MIT", "repository": { diff --git a/packages/lit-charts/CHANGELOG.md b/packages/lit-charts/CHANGELOG.md index bc86788f..0427acc8 100644 --- a/packages/lit-charts/CHANGELOG.md +++ b/packages/lit-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/lit-charts +## 0.11.2 + +### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + ## 0.11.1 ### Patch Changes diff --git a/packages/lit-charts/package.json b/packages/lit-charts/package.json index 6c9a781d..d3e79065 100644 --- a/packages/lit-charts/package.json +++ b/packages/lit-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-charts", - "version": "0.11.1", + "version": "0.11.2", "private": false, "license": "MIT", "repository": { diff --git a/packages/octane-charts/CHANGELOG.md b/packages/octane-charts/CHANGELOG.md index 88a1002a..8edfc5d0 100644 --- a/packages/octane-charts/CHANGELOG.md +++ b/packages/octane-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/octane-charts +## 0.11.2 + +### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + ## 0.11.1 ### Patch Changes diff --git a/packages/octane-charts/package.json b/packages/octane-charts/package.json index fc523fcf..cda725f9 100644 --- a/packages/octane-charts/package.json +++ b/packages/octane-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/octane-charts", - "version": "0.11.1", + "version": "0.11.2", "private": false, "license": "MIT", "repository": { diff --git a/packages/preact-charts/CHANGELOG.md b/packages/preact-charts/CHANGELOG.md index d5d4f218..d20404bf 100644 --- a/packages/preact-charts/CHANGELOG.md +++ b/packages/preact-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-charts +## 0.11.2 + +### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + ## 0.11.1 ### Patch Changes diff --git a/packages/preact-charts/package.json b/packages/preact-charts/package.json index 372916a1..4ffa2c97 100644 --- a/packages/preact-charts/package.json +++ b/packages/preact-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-charts", - "version": "0.11.1", + "version": "0.11.2", "private": false, "license": "MIT", "repository": { diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index 6c49d759..f2713e76 100644 --- a/packages/react-charts/CHANGELOG.md +++ b/packages/react-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-charts +## 0.11.2 + +### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + ## 0.11.1 ### Patch Changes diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index c0d5bc28..23a7efcc 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-charts", - "version": "0.11.1", + "version": "0.11.2", "private": false, "license": "MIT", "repository": { diff --git a/packages/react-native-charts/CHANGELOG.md b/packages/react-native-charts/CHANGELOG.md index 489499e4..ddaa766b 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.2 + +### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + ## 0.11.1 ### Patch Changes diff --git a/packages/react-native-charts/package.json b/packages/react-native-charts/package.json index 223a79a9..fbbc8bf8 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.11.1", + "version": "0.11.2", "private": false, "license": "MIT", "repository": { diff --git a/packages/solid-charts/CHANGELOG.md b/packages/solid-charts/CHANGELOG.md index b13c61cb..6aefa78e 100644 --- a/packages/solid-charts/CHANGELOG.md +++ b/packages/solid-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-charts +## 0.11.2 + +### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + ## 0.11.1 ### Patch Changes diff --git a/packages/solid-charts/package.json b/packages/solid-charts/package.json index c6c6ac70..5a7db69d 100644 --- a/packages/solid-charts/package.json +++ b/packages/solid-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-charts", - "version": "0.11.1", + "version": "0.11.2", "private": false, "license": "MIT", "repository": { diff --git a/packages/svelte-charts/CHANGELOG.md b/packages/svelte-charts/CHANGELOG.md index 5b244fb1..b4e72249 100644 --- a/packages/svelte-charts/CHANGELOG.md +++ b/packages/svelte-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-charts +## 0.11.2 + +### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + ## 0.11.1 ### Patch Changes diff --git a/packages/svelte-charts/package.json b/packages/svelte-charts/package.json index 7f868336..f0f05598 100644 --- a/packages/svelte-charts/package.json +++ b/packages/svelte-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-charts", - "version": "0.11.1", + "version": "0.11.2", "private": false, "license": "MIT", "repository": { diff --git a/packages/vue-charts/CHANGELOG.md b/packages/vue-charts/CHANGELOG.md index df6f83d7..8946d31d 100644 --- a/packages/vue-charts/CHANGELOG.md +++ b/packages/vue-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-charts +## 0.11.2 + +### Patch Changes + +- Updated dependencies [[`1f720ef`](https://github.com/TanStack/charts/commit/1f720ef3799d37ce0b38fd4cf2e135f6e24f104a)]: + - @tanstack/charts@0.11.2 + ## 0.11.1 ### Patch Changes diff --git a/packages/vue-charts/package.json b/packages/vue-charts/package.json index c75fa52c..d8f5f59c 100644 --- a/packages/vue-charts/package.json +++ b/packages/vue-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-charts", - "version": "0.11.1", + "version": "0.11.2", "private": false, "license": "MIT", "repository": {