Skip to content

Commit

Permalink
chore: 🤖 更新 changelog 文件 (#2491)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 authored Dec 22, 2023
1 parent 6b5d2d6 commit c037628
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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

0 comments on commit c037628

Please sign in to comment.