From 8d909b65f1ef5451c0e8d845b3df2158eccc0f72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:56:22 +0000 Subject: [PATCH] ci: changeset release --- .changeset/explicit-d3-capabilities.md | 14 ---- CHANGELOG.md | 93 +++++++++++++++++++++++ MARKETING.md | 12 +-- README.md | 2 +- docs/comparison.md | 10 +-- docs/installation.md | 2 +- 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 | 14 ++++ packages/charts-core/docs/comparison.md | 10 +-- packages/charts-core/docs/installation.md | 2 +- packages/charts-core/docs/overview.md | 2 +- packages/charts-core/package.json | 2 +- packages/charts-scales/CHANGELOG.md | 14 ++++ 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/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 +- 32 files changed, 216 insertions(+), 46 deletions(-) delete mode 100644 .changeset/explicit-d3-capabilities.md diff --git a/.changeset/explicit-d3-capabilities.md b/.changeset/explicit-d3-capabilities.md deleted file mode 100644 index 870f6613..00000000 --- a/.changeset/explicit-d3-capabilities.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@tanstack/charts': patch -'@tanstack/charts-scales': patch ---- - -Remove incidental `d3-array` usage from nearest-point lookup, quantile legend -thresholds, and compact numeric ticks. These paths now use package-owned -implementations with D3 parity coverage, and compact scales no longer have a -production D3 dependency. - -Numeric-bin and stack transforms, polar and curve features, and geo features -continue to own their tree-shakable `d3-array`, `d3-shape`, or `d3-geo` -implementations as normal dependencies. No peer dependency, caller-supplied -capability, or public API migration is required. diff --git a/CHANGELOG.md b/CHANGELOG.md index e260681d..b061577f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,98 @@ # Changelog +## 0.3.1 + +### @tanstack/charts + +#### Patch Changes + +- [#25](https://github.com/TanStack/charts/pull/25) [`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31) - Remove incidental `d3-array` usage from nearest-point lookup, quantile legend + thresholds, and compact numeric ticks. These paths now use package-owned + implementations with D3 parity coverage, and compact scales no longer have a + production D3 dependency. + + Numeric-bin and stack transforms, polar and curve features, and geo features + continue to own their tree-shakable `d3-array`, `d3-shape`, or `d3-geo` + implementations as normal dependencies. No peer dependency, caller-supplied + capability, or public API migration is required. + +### @tanstack/charts-scales + +#### Patch Changes + +- [#25](https://github.com/TanStack/charts/pull/25) [`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31) - Remove incidental `d3-array` usage from nearest-point lookup, quantile legend + thresholds, and compact numeric ticks. These paths now use package-owned + implementations with D3 parity coverage, and compact scales no longer have a + production D3 dependency. + + Numeric-bin and stack transforms, polar and curve features, and geo features + continue to own their tree-shakable `d3-array`, `d3-shape`, or `d3-geo` + implementations as normal dependencies. No peer dependency, caller-supplied + capability, or public API migration is required. + +### @tanstack/react-charts + +#### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + +### @tanstack/octane-charts + +#### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + +### @tanstack/preact-charts + +#### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + +### @tanstack/vue-charts + +#### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + +### @tanstack/solid-charts + +#### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + +### @tanstack/svelte-charts + +#### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + +### @tanstack/angular-charts + +#### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + +### @tanstack/lit-charts + +#### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + +### @tanstack/alpine-charts + +#### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + ## 0.3.0 ### @tanstack/charts diff --git a/MARKETING.md b/MARKETING.md index e3d95e30..915b97dd 100644 --- a/MARKETING.md +++ b/MARKETING.md @@ -4,9 +4,9 @@ Last updated: 2026-07-30 ## Status -TanStack Charts `0.3.0` is a public pre-alpha release. The docs, examples, and +TanStack Charts `0.3.1` is a public pre-alpha release. The docs, examples, and catalog describe the same definition, behavior, scale, tooltip, and adapter -contracts available in `0.3.0`. Marketing must keep the pre-alpha status +contracts available in `0.3.1`. Marketing must keep the pre-alpha status visible and avoid production-readiness claims until the gates in [`PLAN.md`](./PLAN.md) are complete. @@ -51,7 +51,7 @@ package line is pre-alpha. visual encodings. D3 supplies algorithms. TanStack compiles the definition into a renderer-neutral keyed scene and owns the application runtime around it. -**Framework position:** The core is framework-independent. `0.3.0` ships thin +**Framework position:** The core is framework-independent. `0.3.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. @@ -459,7 +459,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 direct D3 interoperability, 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, explicit D3 policy, capability-level imports, framework lifecycle, and stable interactive scenes. | -| Is it ready for production? | Not yet. `0.3.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.3.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.3.0`, read the matching docs, explore the catalog, +- Conversion: Install `0.3.1`, read the matching 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.3.0` and complete the first chart. +**Primary conversion today:** Install `0.3.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 3cd0f7ea..ea0b3a3d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ server-rendered application charts. > [!IMPORTANT] -> TanStack Charts `0.3.0` is pre-alpha. Its API may change between releases, +> TanStack Charts `0.3.1` is pre-alpha. Its API may change between releases, > and it is 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 a7ddb4af..5d640ed7 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -3,7 +3,7 @@ title: Compare Libraries description: Compare current TanStack Charts workspace source with pinned Chart.js, Apache ECharts, Recharts, and Observable Plot packages. --- -TanStack Charts `0.3.0` is a pre-alpha release. Its results on this page measure +TanStack Charts `0.3.1` is a pre-alpha release. Its results on this page measure the exact workspace source included in this release and pinned competitor packages. This comparison records architectural differences and reproducible evidence without turning untested behavior into a checkmark. @@ -110,10 +110,10 @@ Canvas composition while keeping D3 and state ownership explicit. ## Evidence and reproduction -- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.3.0/benchmarks/comparison/README.md) -- [Tracked bundle baseline](https://github.com/TanStack/charts/blob/v0.3.0/benchmarks/comparison/bundle-baseline.json) -- [Stress protocol](https://github.com/TanStack/charts/blob/v0.3.0/benchmarks/comparison/stress/README.md) -- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.3.0/benchmarks/conformance/README.md) +- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.3.1/benchmarks/comparison/README.md) +- [Tracked bundle baseline](https://github.com/TanStack/charts/blob/v0.3.1/benchmarks/comparison/bundle-baseline.json) +- [Stress protocol](https://github.com/TanStack/charts/blob/v0.3.1/benchmarks/comparison/stress/README.md) +- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.3.1/benchmarks/conformance/README.md) ```sh pnpm benchmark:size diff --git a/docs/installation.md b/docs/installation.md index ece91f6c..fb3e61a4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -3,7 +3,7 @@ title: Installation description: Install TanStack Charts, a framework adapter, and the granular D3 modules used by your charts. --- -TanStack Charts `0.3.0` publishes the framework-agnostic core and every adapter +TanStack Charts `0.3.1` publishes the framework-agnostic core and every adapter listed below. Install the core in each application that authors chart definitions: diff --git a/docs/overview.md b/docs/overview.md index 7741245b..ae4a15ad 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -3,7 +3,7 @@ title: Overview description: Learn what TanStack Charts provides, how its grammar works, and where charting responsibilities belong. --- -TanStack Charts `0.3.0` is a pre-alpha release. Its API may change between +TanStack Charts `0.3.1` is a pre-alpha release. 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 channels, and supply the D3 scales that define the meaning of each axis. TanStack Charts compiles that declaration into a responsive, keyed scene and renders accessible SVG by default, with Canvas available as an opt-in surface. diff --git a/packages/alpine-charts/CHANGELOG.md b/packages/alpine-charts/CHANGELOG.md index 208eda0d..0cac4976 100644 --- a/packages/alpine-charts/CHANGELOG.md +++ b/packages/alpine-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/alpine-charts +## 0.3.1 + +### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + ## 0.3.0 ### Patch Changes diff --git a/packages/alpine-charts/package.json b/packages/alpine-charts/package.json index a36005d1..01836705 100644 --- a/packages/alpine-charts/package.json +++ b/packages/alpine-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/alpine-charts", - "version": "0.3.0", + "version": "0.3.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/angular-charts/CHANGELOG.md b/packages/angular-charts/CHANGELOG.md index 47b377be..21ad4d7d 100644 --- a/packages/angular-charts/CHANGELOG.md +++ b/packages/angular-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-charts +## 0.3.1 + +### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + ## 0.3.0 ### Patch Changes diff --git a/packages/angular-charts/package.json b/packages/angular-charts/package.json index a07d56c2..d28a5ae2 100644 --- a/packages/angular-charts/package.json +++ b/packages/angular-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-charts", - "version": "0.3.0", + "version": "0.3.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/charts-core/CHANGELOG.md b/packages/charts-core/CHANGELOG.md index 4e5b96fa..68e15d19 100644 --- a/packages/charts-core/CHANGELOG.md +++ b/packages/charts-core/CHANGELOG.md @@ -1,5 +1,19 @@ # @tanstack/charts +## 0.3.1 + +### Patch Changes + +- [#25](https://github.com/TanStack/charts/pull/25) [`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31) - Remove incidental `d3-array` usage from nearest-point lookup, quantile legend + thresholds, and compact numeric ticks. These paths now use package-owned + implementations with D3 parity coverage, and compact scales no longer have a + production D3 dependency. + + Numeric-bin and stack transforms, polar and curve features, and geo features + continue to own their tree-shakable `d3-array`, `d3-shape`, or `d3-geo` + implementations as normal dependencies. No peer dependency, caller-supplied + capability, or public API migration is required. + ## 0.3.0 ### Minor Changes diff --git a/packages/charts-core/docs/comparison.md b/packages/charts-core/docs/comparison.md index a7ddb4af..5d640ed7 100644 --- a/packages/charts-core/docs/comparison.md +++ b/packages/charts-core/docs/comparison.md @@ -3,7 +3,7 @@ title: Compare Libraries description: Compare current TanStack Charts workspace source with pinned Chart.js, Apache ECharts, Recharts, and Observable Plot packages. --- -TanStack Charts `0.3.0` is a pre-alpha release. Its results on this page measure +TanStack Charts `0.3.1` is a pre-alpha release. Its results on this page measure the exact workspace source included in this release and pinned competitor packages. This comparison records architectural differences and reproducible evidence without turning untested behavior into a checkmark. @@ -110,10 +110,10 @@ Canvas composition while keeping D3 and state ownership explicit. ## Evidence and reproduction -- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.3.0/benchmarks/comparison/README.md) -- [Tracked bundle baseline](https://github.com/TanStack/charts/blob/v0.3.0/benchmarks/comparison/bundle-baseline.json) -- [Stress protocol](https://github.com/TanStack/charts/blob/v0.3.0/benchmarks/comparison/stress/README.md) -- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.3.0/benchmarks/conformance/README.md) +- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.3.1/benchmarks/comparison/README.md) +- [Tracked bundle baseline](https://github.com/TanStack/charts/blob/v0.3.1/benchmarks/comparison/bundle-baseline.json) +- [Stress protocol](https://github.com/TanStack/charts/blob/v0.3.1/benchmarks/comparison/stress/README.md) +- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.3.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 ece91f6c..fb3e61a4 100644 --- a/packages/charts-core/docs/installation.md +++ b/packages/charts-core/docs/installation.md @@ -3,7 +3,7 @@ title: Installation description: Install TanStack Charts, a framework adapter, and the granular D3 modules used by your charts. --- -TanStack Charts `0.3.0` publishes the framework-agnostic core and every adapter +TanStack Charts `0.3.1` publishes the framework-agnostic core and every adapter listed below. Install the core in each application that authors chart definitions: diff --git a/packages/charts-core/docs/overview.md b/packages/charts-core/docs/overview.md index 7741245b..ae4a15ad 100644 --- a/packages/charts-core/docs/overview.md +++ b/packages/charts-core/docs/overview.md @@ -3,7 +3,7 @@ title: Overview description: Learn what TanStack Charts provides, how its grammar works, and where charting responsibilities belong. --- -TanStack Charts `0.3.0` is a pre-alpha release. Its API may change between +TanStack Charts `0.3.1` is a pre-alpha release. 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 channels, and supply the D3 scales that define the meaning of each axis. TanStack Charts compiles that declaration into a responsive, keyed scene and renders accessible SVG by default, with Canvas available as an opt-in surface. diff --git a/packages/charts-core/package.json b/packages/charts-core/package.json index f8cd4645..2c27ea6b 100644 --- a/packages/charts-core/package.json +++ b/packages/charts-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/charts", - "version": "0.3.0", + "version": "0.3.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/charts-scales/CHANGELOG.md b/packages/charts-scales/CHANGELOG.md index 4e83ca33..d14aebd5 100644 --- a/packages/charts-scales/CHANGELOG.md +++ b/packages/charts-scales/CHANGELOG.md @@ -1,5 +1,19 @@ # @tanstack/charts-scales +## 0.3.1 + +### Patch Changes + +- [#25](https://github.com/TanStack/charts/pull/25) [`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31) - Remove incidental `d3-array` usage from nearest-point lookup, quantile legend + thresholds, and compact numeric ticks. These paths now use package-owned + implementations with D3 parity coverage, and compact scales no longer have a + production D3 dependency. + + Numeric-bin and stack transforms, polar and curve features, and geo features + continue to own their tree-shakable `d3-array`, `d3-shape`, or `d3-geo` + implementations as normal dependencies. No peer dependency, caller-supplied + capability, or public API migration is required. + ## 0.3.0 ## 0.2.0 diff --git a/packages/charts-scales/package.json b/packages/charts-scales/package.json index d0ca948c..e4a2fc56 100644 --- a/packages/charts-scales/package.json +++ b/packages/charts-scales/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/charts-scales", - "version": "0.3.0", + "version": "0.3.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/lit-charts/CHANGELOG.md b/packages/lit-charts/CHANGELOG.md index 0e498f85..c45c0bb2 100644 --- a/packages/lit-charts/CHANGELOG.md +++ b/packages/lit-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/lit-charts +## 0.3.1 + +### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + ## 0.3.0 ### Patch Changes diff --git a/packages/lit-charts/package.json b/packages/lit-charts/package.json index 1bf49abb..920c64e8 100644 --- a/packages/lit-charts/package.json +++ b/packages/lit-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-charts", - "version": "0.3.0", + "version": "0.3.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/octane-charts/CHANGELOG.md b/packages/octane-charts/CHANGELOG.md index b53dc173..c2fd9784 100644 --- a/packages/octane-charts/CHANGELOG.md +++ b/packages/octane-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/octane-charts +## 0.3.1 + +### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + ## 0.3.0 ### Patch Changes diff --git a/packages/octane-charts/package.json b/packages/octane-charts/package.json index 1e75a52e..f67540fa 100644 --- a/packages/octane-charts/package.json +++ b/packages/octane-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/octane-charts", - "version": "0.3.0", + "version": "0.3.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/preact-charts/CHANGELOG.md b/packages/preact-charts/CHANGELOG.md index 6b0df01e..b570c716 100644 --- a/packages/preact-charts/CHANGELOG.md +++ b/packages/preact-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-charts +## 0.3.1 + +### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + ## 0.3.0 ### Patch Changes diff --git a/packages/preact-charts/package.json b/packages/preact-charts/package.json index 9226ef30..42334c17 100644 --- a/packages/preact-charts/package.json +++ b/packages/preact-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-charts", - "version": "0.3.0", + "version": "0.3.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index a30829f8..7bd9b849 100644 --- a/packages/react-charts/CHANGELOG.md +++ b/packages/react-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-charts +## 0.3.1 + +### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + ## 0.3.0 ### Patch Changes diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index de5afc40..4d672254 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-charts", - "version": "0.3.0", + "version": "0.3.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/solid-charts/CHANGELOG.md b/packages/solid-charts/CHANGELOG.md index dabdce60..c11f51c0 100644 --- a/packages/solid-charts/CHANGELOG.md +++ b/packages/solid-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-charts +## 0.3.1 + +### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + ## 0.3.0 ### Patch Changes diff --git a/packages/solid-charts/package.json b/packages/solid-charts/package.json index 9579e8b8..172512a7 100644 --- a/packages/solid-charts/package.json +++ b/packages/solid-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-charts", - "version": "0.3.0", + "version": "0.3.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/svelte-charts/CHANGELOG.md b/packages/svelte-charts/CHANGELOG.md index 59da70c8..b1764730 100644 --- a/packages/svelte-charts/CHANGELOG.md +++ b/packages/svelte-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-charts +## 0.3.1 + +### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + ## 0.3.0 ### Patch Changes diff --git a/packages/svelte-charts/package.json b/packages/svelte-charts/package.json index 21c6d807..c0ba170b 100644 --- a/packages/svelte-charts/package.json +++ b/packages/svelte-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-charts", - "version": "0.3.0", + "version": "0.3.1", "private": false, "license": "MIT", "repository": { diff --git a/packages/vue-charts/CHANGELOG.md b/packages/vue-charts/CHANGELOG.md index 293b60d2..92399380 100644 --- a/packages/vue-charts/CHANGELOG.md +++ b/packages/vue-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-charts +## 0.3.1 + +### Patch Changes + +- Updated dependencies [[`c422a2c`](https://github.com/TanStack/charts/commit/c422a2ce45799d4edd63fdbde7ecb31daa3dae31)]: + - @tanstack/charts@0.3.1 + ## 0.3.0 ### Patch Changes diff --git a/packages/vue-charts/package.json b/packages/vue-charts/package.json index efc874ee..e94e0237 100644 --- a/packages/vue-charts/package.json +++ b/packages/vue-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-charts", - "version": "0.3.0", + "version": "0.3.1", "private": false, "license": "MIT", "repository": {