From 054cb0f198fc86613b20007c4923f3fa3b38b03a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Dec 2023 09:43:46 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=A4=96=20@antv/s2-vue-v?= =?UTF-8?q?1.6.0-alpha.1=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/s2-vue/CHANGELOG.md | 7 +++++++ packages/s2-vue/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/s2-vue/CHANGELOG.md b/packages/s2-vue/CHANGELOG.md index 5af3064250..8b4e320b22 100644 --- a/packages/s2-vue/CHANGELOG.md +++ b/packages/s2-vue/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@antv/s2-vue-v1.6.0-alpha.1](https://github.com/antvis/S2/compare/@antv/s2-vue-v1.5.0...@antv/s2-vue-v1.6.0-alpha.1) (2023-12-08) + + +### Features + +* **perf:** 优化 dataset 数据结构转化性能 ([#2379](https://github.com/antvis/S2/issues/2379)) ([924da53](https://github.com/antvis/S2/commit/924da531cab013211f12fafadb4aa3f402738f2f)), closes [#2353](https://github.com/antvis/S2/issues/2353) [#2355](https://github.com/antvis/S2/issues/2355) [#2360](https://github.com/antvis/S2/issues/2360) [#2355](https://github.com/antvis/S2/issues/2355) [#2362](https://github.com/antvis/S2/issues/2362) [#2363](https://github.com/antvis/S2/issues/2363) [#2255](https://github.com/antvis/S2/issues/2255) [#2357](https://github.com/antvis/S2/issues/2357) [#2255](https://github.com/antvis/S2/issues/2255) [#2359](https://github.com/antvis/S2/issues/2359) [#2364](https://github.com/antvis/S2/issues/2364) [#2370](https://github.com/antvis/S2/issues/2370) + # [@antv/s2-vue-v1.6.0-alpha.1](https://github.com/antvis/S2/compare/@antv/s2-vue-v1.5.0...@antv/s2-vue-v1.6.0-alpha.1) (2023-12-07) diff --git a/packages/s2-vue/package.json b/packages/s2-vue/package.json index 0ff401f3a9..366339fbf7 100644 --- a/packages/s2-vue/package.json +++ b/packages/s2-vue/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@antv/s2-vue", - "version": "1.7.0-alpha.1", + "version": "1.6.0-alpha.1", "main": "lib/index.js", "unpkg": "dist/index.min.js", "module": "esm/index.js",