diff --git a/.changeset/better-kids-play.md b/.changeset/better-kids-play.md deleted file mode 100644 index e87df358..00000000 --- a/.changeset/better-kids-play.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@antv/gpt-vis': minor ---- - -feat: add Spreadsheet component based on @antv/s2 - -- Added new Spreadsheet component supporting pivot table and table sheet modes -- Added knowledge document and evaluation datasets -- Spreadsheet is exported but NOT included in DEFAULT_CHART_COMPONENTS to avoid bundle size increase -- Users can register it on demand via `withChartCode({ components: { [ChartType.Spreadsheet]: Spreadsheet } })` diff --git a/CHANGELOG.md b/CHANGELOG.md index 307fb999..f0f38a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @antv/gpt-vis +## 0.6.0 + +### Minor Changes + +- [#265](https://github.com/antvis/GPT-Vis/pull/265) [`349e5f4`](https://github.com/antvis/GPT-Vis/commit/349e5f4b20a44cc7e4930958b727451886365af1) Thanks [@Alexzjt](https://github.com/Alexzjt)! - feat: add Spreadsheet component based on @antv/s2 + - Added new Spreadsheet component supporting pivot table and table sheet modes + - Added knowledge document and evaluation datasets + - Spreadsheet is exported but NOT included in DEFAULT_CHART_COMPONENTS to avoid bundle size increase + - Users can register it on demand via `withChartCode({ components: { [ChartType.Spreadsheet]: Spreadsheet } })` + ## 0.5.14 ### Patch Changes diff --git a/package.json b/package.json index 6f2ace28..16d3e42e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/gpt-vis", - "version": "0.5.14", + "version": "0.6.0", "description": "Components for GPTs, generative AI, and LLM projects. Not only UI Components.", "keywords": [ "antv", diff --git a/src/version.ts b/src/version.ts index 79290216..7b1cfb26 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.5.14'; +export default '0.6.0';