Skip to content

Commit

Permalink
chore: 🤖 更新 changelog 文件 (#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 authored Feb 7, 2024
1 parent 9075896 commit 3c6295c
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 3 deletions.
17 changes: 17 additions & 0 deletions packages/s2-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [@antv/s2-v1.54.4](https://github.com/antvis/S2/compare/@antv/s2-v1.54.3...@antv/s2-v1.54.4) (2024-02-07)


### Bug Fixes

* 修复表格排序后, 编辑单元格后数据更新错误 close [#2573](https://github.com/antvis/S2/issues/2573) ([#2544](https://github.com/antvis/S2/issues/2544)) ([9075896](https://github.com/antvis/S2/commit/9075896def56eb3841c552da0c5cf5603572023e))

# [@antv/s2-v1.54.3](https://github.com/antvis/S2/compare/@antv/s2-v1.54.2...@antv/s2-v1.54.3) (2024-01-26)


### Bug Fixes

* **interaction:** 修复隐藏列头配置更新时未覆盖上一次的配置 close [#2495](https://github.com/antvis/S2/issues/2495) ([#2527](https://github.com/antvis/S2/issues/2527)) ([d68adcc](https://github.com/antvis/S2/commit/d68adcc7219d43da3f336c0cac5f538e7d83de01))
* **table-sheet:** 修复明细表配置自定义行高后展示异常 close [#2501](https://github.com/antvis/S2/issues/2501) ([#2521](https://github.com/antvis/S2/issues/2521)) ([c772c2a](https://github.com/antvis/S2/commit/c772c2a48e5e805f6def128d8c7ba07258246a29))
* 增加树状模式自定义宽度的容错 ([#2519](https://github.com/antvis/S2/issues/2519)) ([a28322a](https://github.com/antvis/S2/commit/a28322a8f4ae56f3fedd186663d4194b9d36d342))
* 自定义 icon 支持跨域 close [#2513](https://github.com/antvis/S2/issues/2513) ([#2524](https://github.com/antvis/S2/issues/2524)) ([d0e512c](https://github.com/antvis/S2/commit/d0e512cc4810879bee36b5329ac83aded6e6bb78))

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


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.2",
"version": "1.54.4",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/s2-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [@antv/s2-react-v1.46.2](https://github.com/antvis/S2/compare/@antv/s2-react-v1.46.1...@antv/s2-react-v1.46.2) (2024-02-07)


### Bug Fixes

* 修复表格排序后, 编辑单元格后数据更新错误 close [#2573](https://github.com/antvis/S2/issues/2573) ([#2544](https://github.com/antvis/S2/issues/2544)) ([9075896](https://github.com/antvis/S2/commit/9075896def56eb3841c552da0c5cf5603572023e))

# [@antv/s2-react-v1.46.1](https://github.com/antvis/S2/compare/@antv/s2-react-v1.46.0...@antv/s2-react-v1.46.1) (2024-01-26)


### Bug Fixes

* **interaction:** 修复隐藏列头配置更新时未覆盖上一次的配置 close [#2495](https://github.com/antvis/S2/issues/2495) ([#2527](https://github.com/antvis/S2/issues/2527)) ([d68adcc](https://github.com/antvis/S2/commit/d68adcc7219d43da3f336c0cac5f538e7d83de01))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/s2-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@antv/s2-react",
"version": "1.46.0",
"version": "1.46.2",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/s2-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@antv/s2-vue-v1.6.1](https://github.com/antvis/S2/compare/@antv/s2-vue-v1.6.0...@antv/s2-vue-v1.6.1) (2024-01-26)


### Bug Fixes

* **interaction:** 修复隐藏列头配置更新时未覆盖上一次的配置 close [#2495](https://github.com/antvis/S2/issues/2495) ([#2527](https://github.com/antvis/S2/issues/2527)) ([d68adcc](https://github.com/antvis/S2/commit/d68adcc7219d43da3f336c0cac5f538e7d83de01))

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


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

0 comments on commit 3c6295c

Please sign in to comment.