From cb86ff45c9d05d1131e5103e3158ea8a606539d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 22:31:12 +0000 Subject: [PATCH] ci: changeset release --- .changeset/active-tooltip-series.md | 5 -- CHANGELOG.md | 78 +++++++++++++++++++ MARKETING.md | 6 +- 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 | 6 ++ 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 +- .../skills/build-chart-interactions/SKILL.md | 2 +- .../skills/compose-marks-and-views/SKILL.md | 2 +- .../configure-scales-guides-color/SKILL.md | 2 +- .../coordinate-charts-with-tanstack/SKILL.md | 2 +- .../skills/debug-and-verify-charts/SKILL.md | 2 +- .../skills/design-a-chart/SKILL.md | 2 +- .../skills/design-responsive-charts/SKILL.md | 2 +- .../skills/extend-tanstack-charts/SKILL.md | 2 +- .../migrate-to-tanstack-charts/SKILL.md | 2 +- .../skills/prepare-chart-data/SKILL.md | 2 +- .../skills/ship-accessible-charts/SKILL.md | 2 +- .../skills/update-and-animate-charts/SKILL.md | 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/CHANGELOG.md | 7 ++ packages/react-charts/package.json | 2 +- packages/react-native-charts/CHANGELOG.md | 7 ++ 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 +- 46 files changed, 201 insertions(+), 50 deletions(-) delete mode 100644 .changeset/active-tooltip-series.md diff --git a/.changeset/active-tooltip-series.md b/.changeset/active-tooltip-series.md deleted file mode 100644 index e177273c..00000000 --- a/.changeset/active-tooltip-series.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/charts': patch ---- - -Highlight the active series in grouped tooltips. Custom tooltip content can use `context.primaryPoint` and `row.active` to show the same highlight when series colors repeat. diff --git a/CHANGELOG.md b/CHANGELOG.md index b1fe8791..e575d9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,83 @@ # Changelog +## 0.16.1 + +### @tanstack/charts + +#### Patch Changes + +- [#137](https://github.com/TanStack/charts/pull/137) [`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27) - Highlight the active series in grouped tooltips. Custom tooltip content can use `context.primaryPoint` and `row.active` to show the same highlight when series colors repeat. + +### @tanstack/react-charts + +#### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + +### @tanstack/react-native-charts + +#### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + +### @tanstack/octane-charts + +#### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + +### @tanstack/preact-charts + +#### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + +### @tanstack/vue-charts + +#### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + +### @tanstack/solid-charts + +#### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + +### @tanstack/svelte-charts + +#### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + +### @tanstack/angular-charts + +#### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + +### @tanstack/lit-charts + +#### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + +### @tanstack/alpine-charts + +#### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + ## 0.16.0 ### @tanstack/charts diff --git a/MARKETING.md b/MARKETING.md index 4f3adb47..58a5963f 100644 --- a/MARKETING.md +++ b/MARKETING.md @@ -5,7 +5,7 @@ Last updated: 2026-08-26 ## Status TanStack Charts is in official Alpha on `main`. The latest public release is -`0.16.0`. Repository docs, examples, and the catalog may include contracts not +`0.16.1`. Repository docs, examples, and the catalog may include contracts not available in that release, so documentation at the verified release source revision remains the release record. Alpha is not a production-readiness claim, and marketing must keep the compatibility limits in @@ -590,7 +590,7 @@ production case study. ### Official Alpha -- Conversion: Install `0.16.0`, read its release-source docs, explore the +- Conversion: Install `0.16.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. @@ -628,7 +628,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.16.0` and complete the first chart. +**Primary conversion today:** Install `0.16.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 8705b209..a850072b 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ server-rendered application charts. > [!IMPORTANT] > This README follows unreleased `main`, the official Alpha line. The latest -> published release is TanStack Charts `0.16.0`; use its -> [release-source documentation](https://github.com/TanStack/charts/tree/v0.16.0/docs). +> published release is TanStack Charts `0.16.1`; use its +> [release-source documentation](https://github.com/TanStack/charts/tree/v0.16.1/docs). > Alpha releases use regular `0.x` versions and may contain breaking changes > between minor releases. Pin an exact version for production use and read the > [Alpha stability policy](./docs/stability.md) before upgrading. diff --git a/docs/comparison.md b/docs/comparison.md index 46def062..5965d38d 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.16.0`, while this page +The latest published TanStack Charts release is `0.16.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.16.0/benchmarks/comparison/README.md) +- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.16.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.16.0/benchmarks/comparison/bundle-baseline.json) -- [Stress protocol](https://github.com/TanStack/charts/blob/v0.16.0/benchmarks/comparison/stress/README.md) -- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.16.0/benchmarks/conformance/README.md) +- [Pinned release-source bundle baseline](https://github.com/TanStack/charts/blob/v0.16.1/benchmarks/comparison/bundle-baseline.json) +- [Stress protocol](https://github.com/TanStack/charts/blob/v0.16.1/benchmarks/comparison/stress/README.md) +- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.16.1/benchmarks/conformance/README.md) ```sh pnpm benchmark:size diff --git a/docs/installation.md b/docs/installation.md index 65a2574d..3dbd2744 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 official Alpha line. The latest -published release is TanStack Charts `0.16.0`; use its -[release-source docs](https://github.com/TanStack/charts/tree/v0.16.0/docs) +published release is TanStack Charts `0.16.1`; use its +[release-source docs](https://github.com/TanStack/charts/tree/v0.16.1/docs) for the exact surface. Alpha releases use regular `0.x` versions and may break APIs between minor releases. Install TanStack Charts in each application that authors chart definitions: diff --git a/docs/overview.md b/docs/overview.md index 194e2643..5b118f25 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 official Alpha line. The latest -published TanStack Charts release is `0.16.0`. Alpha uses regular `0.x` +published TanStack Charts release is `0.16.1`. Alpha uses regular `0.x` versions, and APIs may change between minor releases. See [Alpha stability](./stability.md) for the release contract. diff --git a/packages/alpine-charts/CHANGELOG.md b/packages/alpine-charts/CHANGELOG.md index 9050c180..fa014ccb 100644 --- a/packages/alpine-charts/CHANGELOG.md +++ b/packages/alpine-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/alpine-charts +## 0.16.1 + +### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + ## 0.16.0 ### Patch Changes diff --git a/packages/alpine-charts/package.json b/packages/alpine-charts/package.json index 377d5933..68d4f1d2 100644 --- a/packages/alpine-charts/package.json +++ b/packages/alpine-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/alpine-charts", - "version": "0.16.0", + "version": "0.16.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/angular-charts/CHANGELOG.md b/packages/angular-charts/CHANGELOG.md index 972f35b6..9179c586 100644 --- a/packages/angular-charts/CHANGELOG.md +++ b/packages/angular-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-charts +## 0.16.1 + +### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + ## 0.16.0 ### Patch Changes diff --git a/packages/angular-charts/package.json b/packages/angular-charts/package.json index f3b115ef..e45a96f0 100644 --- a/packages/angular-charts/package.json +++ b/packages/angular-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-charts", - "version": "0.16.0", + "version": "0.16.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/charts-core/CHANGELOG.md b/packages/charts-core/CHANGELOG.md index 23105fdf..673f3f6e 100644 --- a/packages/charts-core/CHANGELOG.md +++ b/packages/charts-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/charts +## 0.16.1 + +### Patch Changes + +- [#137](https://github.com/TanStack/charts/pull/137) [`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27) - Highlight the active series in grouped tooltips. Custom tooltip content can use `context.primaryPoint` and `row.active` to show the same highlight when series colors repeat. + ## 0.16.0 ### Minor Changes diff --git a/packages/charts-core/docs/comparison.md b/packages/charts-core/docs/comparison.md index 46def062..5965d38d 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.16.0`, while this page +The latest published TanStack Charts release is `0.16.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.16.0/benchmarks/comparison/README.md) +- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.16.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.16.0/benchmarks/comparison/bundle-baseline.json) -- [Stress protocol](https://github.com/TanStack/charts/blob/v0.16.0/benchmarks/comparison/stress/README.md) -- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.16.0/benchmarks/conformance/README.md) +- [Pinned release-source bundle baseline](https://github.com/TanStack/charts/blob/v0.16.1/benchmarks/comparison/bundle-baseline.json) +- [Stress protocol](https://github.com/TanStack/charts/blob/v0.16.1/benchmarks/comparison/stress/README.md) +- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.16.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 65a2574d..3dbd2744 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 official Alpha line. The latest -published release is TanStack Charts `0.16.0`; use its -[release-source docs](https://github.com/TanStack/charts/tree/v0.16.0/docs) +published release is TanStack Charts `0.16.1`; use its +[release-source docs](https://github.com/TanStack/charts/tree/v0.16.1/docs) for the exact surface. Alpha releases use regular `0.x` versions and may break APIs between minor releases. 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 194e2643..5b118f25 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 official Alpha line. The latest -published TanStack Charts release is `0.16.0`. Alpha uses regular `0.x` +published TanStack Charts release is `0.16.1`. Alpha uses regular `0.x` versions, and APIs may change between minor releases. See [Alpha stability](./stability.md) for the release contract. diff --git a/packages/charts-core/package.json b/packages/charts-core/package.json index a53a8173..f2efabe5 100644 --- a/packages/charts-core/package.json +++ b/packages/charts-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/charts", - "version": "0.16.0", + "version": "0.16.1", "private": false, "license": "MIT", "keywords": [ diff --git a/packages/charts-core/skills/build-chart-interactions/SKILL.md b/packages/charts-core/skills/build-chart-interactions/SKILL.md index fc5bf9a2..1d95d210 100644 --- a/packages/charts-core/skills/build-chart-interactions/SKILL.md +++ b/packages/charts-core/skills/build-chart-interactions/SKILL.md @@ -8,7 +8,7 @@ description: > metadata: type: core library: '@tanstack/charts' - library_version: '0.16.0' + library_version: '0.16.1' sources: - 'TanStack/charts:docs/guides/tooltips-and-focus.md' - 'TanStack/charts:docs/guides/interactions-and-selections.md' diff --git a/packages/charts-core/skills/compose-marks-and-views/SKILL.md b/packages/charts-core/skills/compose-marks-and-views/SKILL.md index a1cc2473..620f8508 100644 --- a/packages/charts-core/skills/compose-marks-and-views/SKILL.md +++ b/packages/charts-core/skills/compose-marks-and-views/SKILL.md @@ -8,7 +8,7 @@ description: > metadata: type: core library: '@tanstack/charts' - library_version: '0.16.0' + library_version: '0.16.1' sources: - 'TanStack/charts:docs/concepts/grammar-of-graphics.md' - 'TanStack/charts:docs/concepts/marks-and-layering.md' diff --git a/packages/charts-core/skills/configure-scales-guides-color/SKILL.md b/packages/charts-core/skills/configure-scales-guides-color/SKILL.md index 2e3e2e2b..bdb04cd0 100644 --- a/packages/charts-core/skills/configure-scales-guides-color/SKILL.md +++ b/packages/charts-core/skills/configure-scales-guides-color/SKILL.md @@ -8,7 +8,7 @@ description: > metadata: type: core library: '@tanstack/charts' - library_version: '0.16.0' + library_version: '0.16.1' sources: - 'TanStack/charts:docs/concepts/scales-and-d3.md' - 'TanStack/charts:docs/reference/scales-guides-and-color.md' diff --git a/packages/charts-core/skills/coordinate-charts-with-tanstack/SKILL.md b/packages/charts-core/skills/coordinate-charts-with-tanstack/SKILL.md index d69ad43e..b9e9797f 100644 --- a/packages/charts-core/skills/coordinate-charts-with-tanstack/SKILL.md +++ b/packages/charts-core/skills/coordinate-charts-with-tanstack/SKILL.md @@ -10,7 +10,7 @@ description: > metadata: type: composition library: '@tanstack/charts' - library_version: '0.16.0' + library_version: '0.16.1' sources: - 'TanStack/charts:docs/guides/interactions-and-selections.md' - 'TanStack/charts:docs/guides/transforms-and-reactivity.md' diff --git a/packages/charts-core/skills/debug-and-verify-charts/SKILL.md b/packages/charts-core/skills/debug-and-verify-charts/SKILL.md index e5b5f388..9feef437 100644 --- a/packages/charts-core/skills/debug-and-verify-charts/SKILL.md +++ b/packages/charts-core/skills/debug-and-verify-charts/SKILL.md @@ -8,7 +8,7 @@ description: > metadata: type: lifecycle library: '@tanstack/charts' - library_version: '0.16.0' + library_version: '0.16.1' sources: - 'TanStack/charts:docs/guides/testing-and-debugging.md' - 'TanStack/charts:docs/guides/typescript.md' diff --git a/packages/charts-core/skills/design-a-chart/SKILL.md b/packages/charts-core/skills/design-a-chart/SKILL.md index 0cc92fc6..6ccaed6e 100644 --- a/packages/charts-core/skills/design-a-chart/SKILL.md +++ b/packages/charts-core/skills/design-a-chart/SKILL.md @@ -8,7 +8,7 @@ description: > metadata: type: core library: '@tanstack/charts' - library_version: '0.16.0' + library_version: '0.16.1' sources: - 'TanStack/charts:docs/guides/choosing-a-chart.md' - 'TanStack/charts:docs/examples/*.md' diff --git a/packages/charts-core/skills/design-responsive-charts/SKILL.md b/packages/charts-core/skills/design-responsive-charts/SKILL.md index 3a5e296b..73f1e845 100644 --- a/packages/charts-core/skills/design-responsive-charts/SKILL.md +++ b/packages/charts-core/skills/design-responsive-charts/SKILL.md @@ -8,7 +8,7 @@ description: > metadata: type: core library: '@tanstack/charts' - library_version: '0.16.0' + library_version: '0.16.1' sources: - 'TanStack/charts:docs/guides/responsive-charts.md' - 'TanStack/charts:docs/reference/chart-definitions.md' diff --git a/packages/charts-core/skills/extend-tanstack-charts/SKILL.md b/packages/charts-core/skills/extend-tanstack-charts/SKILL.md index d2ca1f04..febf8f00 100644 --- a/packages/charts-core/skills/extend-tanstack-charts/SKILL.md +++ b/packages/charts-core/skills/extend-tanstack-charts/SKILL.md @@ -7,7 +7,7 @@ description: > metadata: type: core library: '@tanstack/charts' - library_version: '0.16.0' + library_version: '0.16.1' requires: - compose-marks-and-views sources: diff --git a/packages/charts-core/skills/migrate-to-tanstack-charts/SKILL.md b/packages/charts-core/skills/migrate-to-tanstack-charts/SKILL.md index 83f8adc6..ea7df687 100644 --- a/packages/charts-core/skills/migrate-to-tanstack-charts/SKILL.md +++ b/packages/charts-core/skills/migrate-to-tanstack-charts/SKILL.md @@ -7,7 +7,7 @@ description: > metadata: type: composition library: '@tanstack/charts' - library_version: '0.16.0' + library_version: '0.16.1' requires: - design-a-chart - debug-and-verify-charts diff --git a/packages/charts-core/skills/prepare-chart-data/SKILL.md b/packages/charts-core/skills/prepare-chart-data/SKILL.md index 0dfdb1f0..54489f1b 100644 --- a/packages/charts-core/skills/prepare-chart-data/SKILL.md +++ b/packages/charts-core/skills/prepare-chart-data/SKILL.md @@ -8,7 +8,7 @@ description: > metadata: type: core library: '@tanstack/charts' - library_version: '0.16.0' + library_version: '0.16.1' sources: - 'TanStack/charts:docs/guides/transforms-and-reactivity.md' - 'TanStack/charts:docs/reference/transforms.md' diff --git a/packages/charts-core/skills/ship-accessible-charts/SKILL.md b/packages/charts-core/skills/ship-accessible-charts/SKILL.md index 99c440f3..31a6a4ec 100644 --- a/packages/charts-core/skills/ship-accessible-charts/SKILL.md +++ b/packages/charts-core/skills/ship-accessible-charts/SKILL.md @@ -7,7 +7,7 @@ description: > metadata: type: lifecycle library: '@tanstack/charts' - library_version: '0.16.0' + library_version: '0.16.1' sources: - 'TanStack/charts:docs/guides/accessibility.md' - 'TanStack/charts:docs/guides/ssr-and-hydration.md' diff --git a/packages/charts-core/skills/update-and-animate-charts/SKILL.md b/packages/charts-core/skills/update-and-animate-charts/SKILL.md index 98855c8b..21e811c0 100644 --- a/packages/charts-core/skills/update-and-animate-charts/SKILL.md +++ b/packages/charts-core/skills/update-and-animate-charts/SKILL.md @@ -8,7 +8,7 @@ description: > metadata: type: core library: '@tanstack/charts' - library_version: '0.16.0' + library_version: '0.16.1' sources: - 'TanStack/charts:docs/guides/dynamic-data-and-animation.md' - 'TanStack/charts:docs/reference/motion.md' diff --git a/packages/charts-scales/CHANGELOG.md b/packages/charts-scales/CHANGELOG.md index 0c6f34dc..dfcda599 100644 --- a/packages/charts-scales/CHANGELOG.md +++ b/packages/charts-scales/CHANGELOG.md @@ -1,5 +1,7 @@ # @tanstack/charts-scales +## 0.16.1 + ## 0.16.0 ## 0.15.0 diff --git a/packages/charts-scales/package.json b/packages/charts-scales/package.json index 8f37a5c0..1b0c3ca6 100644 --- a/packages/charts-scales/package.json +++ b/packages/charts-scales/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/charts-scales", - "version": "0.16.0", + "version": "0.16.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/lit-charts/CHANGELOG.md b/packages/lit-charts/CHANGELOG.md index f2c7d437..cc2b8838 100644 --- a/packages/lit-charts/CHANGELOG.md +++ b/packages/lit-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/lit-charts +## 0.16.1 + +### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + ## 0.16.0 ### Patch Changes diff --git a/packages/lit-charts/package.json b/packages/lit-charts/package.json index e57bf42b..5c2c29f8 100644 --- a/packages/lit-charts/package.json +++ b/packages/lit-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-charts", - "version": "0.16.0", + "version": "0.16.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/octane-charts/CHANGELOG.md b/packages/octane-charts/CHANGELOG.md index 27e8c8d1..e2ce13c8 100644 --- a/packages/octane-charts/CHANGELOG.md +++ b/packages/octane-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/octane-charts +## 0.16.1 + +### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + ## 0.16.0 ### Patch Changes diff --git a/packages/octane-charts/package.json b/packages/octane-charts/package.json index 30d8c170..149f65cc 100644 --- a/packages/octane-charts/package.json +++ b/packages/octane-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/octane-charts", - "version": "0.16.0", + "version": "0.16.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/preact-charts/CHANGELOG.md b/packages/preact-charts/CHANGELOG.md index 47bd4402..123f6eb7 100644 --- a/packages/preact-charts/CHANGELOG.md +++ b/packages/preact-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-charts +## 0.16.1 + +### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + ## 0.16.0 ### Patch Changes diff --git a/packages/preact-charts/package.json b/packages/preact-charts/package.json index 70fe3edc..cde0dafe 100644 --- a/packages/preact-charts/package.json +++ b/packages/preact-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-charts", - "version": "0.16.0", + "version": "0.16.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index d7c13994..7e0b5f20 100644 --- a/packages/react-charts/CHANGELOG.md +++ b/packages/react-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-charts +## 0.16.1 + +### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + ## 0.16.0 ### Patch Changes diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index 77403689..73dd2756 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-charts", - "version": "0.16.0", + "version": "0.16.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/react-native-charts/CHANGELOG.md b/packages/react-native-charts/CHANGELOG.md index 8109b369..99054aeb 100644 --- a/packages/react-native-charts/CHANGELOG.md +++ b/packages/react-native-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-native-charts +## 0.16.1 + +### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + ## 0.16.0 ### Patch Changes diff --git a/packages/react-native-charts/package.json b/packages/react-native-charts/package.json index 71a4aeb2..67dfdc42 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.16.0", + "version": "0.16.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/solid-charts/CHANGELOG.md b/packages/solid-charts/CHANGELOG.md index b0d63dd5..1295d57b 100644 --- a/packages/solid-charts/CHANGELOG.md +++ b/packages/solid-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-charts +## 0.16.1 + +### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + ## 0.16.0 ### Patch Changes diff --git a/packages/solid-charts/package.json b/packages/solid-charts/package.json index 328b1ff6..70135c43 100644 --- a/packages/solid-charts/package.json +++ b/packages/solid-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-charts", - "version": "0.16.0", + "version": "0.16.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/svelte-charts/CHANGELOG.md b/packages/svelte-charts/CHANGELOG.md index f550c2cd..6704c92d 100644 --- a/packages/svelte-charts/CHANGELOG.md +++ b/packages/svelte-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-charts +## 0.16.1 + +### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + ## 0.16.0 ### Patch Changes diff --git a/packages/svelte-charts/package.json b/packages/svelte-charts/package.json index e12d211f..14d862cc 100644 --- a/packages/svelte-charts/package.json +++ b/packages/svelte-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-charts", - "version": "0.16.0", + "version": "0.16.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/vue-charts/CHANGELOG.md b/packages/vue-charts/CHANGELOG.md index 4cad6500..8fb8ce12 100644 --- a/packages/vue-charts/CHANGELOG.md +++ b/packages/vue-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-charts +## 0.16.1 + +### Patch Changes + +- Updated dependencies [[`03c9636`](https://github.com/TanStack/charts/commit/03c963633a8b3441301a270c0998f626e4980c27)]: + - @tanstack/charts@0.16.1 + ## 0.16.0 ### Patch Changes diff --git a/packages/vue-charts/package.json b/packages/vue-charts/package.json index e3a9be7a..a0b89f47 100644 --- a/packages/vue-charts/package.json +++ b/packages/vue-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-charts", - "version": "0.16.0", + "version": "0.16.1", "private": false, "license": "MIT", "repository": {