Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🤖 更新 changelog 文件 #2491

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions packages/s2-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [@antv/s2-v1.54.2](https://github.com/antvis/S2/compare/@antv/s2-v1.54.1...@antv/s2-v1.54.2) (2023-12-22)


### Bug Fixes

* 修复维度字段中包含 [&] 分隔符导致的获取数据不正确的问题 ([#2488](https://github.com/antvis/S2/issues/2488)) ([831aae1](https://github.com/antvis/S2/commit/831aae138704c4b22c09f9164489aa5de8920e73))
* 修复行头字段为空字符串时, getDimensionValues 获取数据错误的问题 ([#2482](https://github.com/antvis/S2/issues/2482)) ([495d963](https://github.com/antvis/S2/commit/495d9634d35506ba72e6e567adc0b7c1435ec8fd))
* 处理 getMultiData 在找不到数据时的报错信息 ([#2485](https://github.com/antvis/S2/issues/2485)) ([918e52e](https://github.com/antvis/S2/commit/918e52e9f77062ba72d6ea2622280cf256c5cc1d))

# [@antv/s2-v1.54.1](https://github.com/antvis/S2/compare/@antv/s2-v1.54.0...@antv/s2-v1.54.1) (2023-12-18)


### Bug Fixes

* 修复行头字段为空字符串时, getDimensionValues 获取数据错误的问题 ([#2482](https://github.com/antvis/S2/issues/2482)) ([e39d5c5](https://github.com/antvis/S2/commit/e39d5c5f7feb3229f0b731a1816ca5809dffd3a5))

# [@antv/s2-v1.54.0](https://github.com/antvis/S2/compare/@antv/s2-v1.53.0...@antv/s2-v1.54.0) (2023-12-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/s2-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@antv/s2",
"version": "1.54.0",
"version": "1.54.2",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
Expand Down
Loading