Skip to content

Commit

Permalink
chore: 🤖 更新 changelog 文件 (#2481)
Browse files Browse the repository at this point in the history
Co-authored-by: Wenjun Xu <[email protected]>
  • Loading branch information
lijinke666 and wjgogogo authored Dec 18, 2023
1 parent 495d963 commit 1c5a076
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Install dependencies
run: yarn

# - name: Build
# run: yarn build
- name: Build
run: yarn build

# 自动发布完成后 触发 github.release.published 事件
# 如果是 action 自带的 机器人 token, 出于安全考虑, github 会禁止循环触发, 使用真实用户的 token 可解决这个问题
Expand Down
13 changes: 13 additions & 0 deletions packages/s2-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [@antv/s2-v1.54.0](https://github.com/antvis/S2/compare/@antv/s2-v1.53.0...@antv/s2-v1.54.0) (2023-12-15)


### Bug Fixes

* 修复初始化渲染未完成时headNode NPE问题 ([#2479](https://github.com/antvis/S2/issues/2479)) ([15b11b1](https://github.com/antvis/S2/commit/15b11b1d683459c0d8a5acd0784c4058d54dbb8f))
* 修复多列文本单元格 hover 时报错 ([#2472](https://github.com/antvis/S2/issues/2472)) ([0684ab5](https://github.com/antvis/S2/commit/0684ab598a66a301fc34308dfe751cd8cce082f4))


### Features

* **perf:** 优化 dataset 数据结构转化,以及交互过程中 layout性能 ([#2476](https://github.com/antvis/S2/issues/2476)) ([6fa8fbb](https://github.com/antvis/S2/commit/6fa8fbb054dc1dd9964b33a5ac8ec0d7fbee723e))

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


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.53.0",
"version": "1.54.0",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"module": "esm/index.js",
Expand Down
24 changes: 24 additions & 0 deletions packages/s2-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [@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)


### Bug Fixes

* **tooltip:** 修复字段描述为英文时展示不全 ([#2466](https://github.com/antvis/S2/issues/2466)) ([70ebc50](https://github.com/antvis/S2/commit/70ebc508e58104bacc287b8c7a10ff6cadda2013))


### Features

* **perf:** 优化 dataset 数据结构转化,以及交互过程中 layout性能 ([#2476](https://github.com/antvis/S2/issues/2476)) ([6fa8fbb](https://github.com/antvis/S2/commit/6fa8fbb054dc1dd9964b33a5ac8ec0d7fbee723e))

# [@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)


### Bug Fixes

* **tooltip:** 修复字段描述为英文时展示不全 ([#2466](https://github.com/antvis/S2/issues/2466)) ([70ebc50](https://github.com/antvis/S2/commit/70ebc508e58104bacc287b8c7a10ff6cadda2013))


### Features

* **perf:** 优化 dataset 数据结构转化,以及交互过程中 layout性能 ([#2476](https://github.com/antvis/S2/issues/2476)) ([6fa8fbb](https://github.com/antvis/S2/commit/6fa8fbb054dc1dd9964b33a5ac8ec0d7fbee723e))

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


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.45.0",
"version": "1.46.0",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"module": "esm/index.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.0](https://github.com/antvis/S2/compare/@antv/s2-vue-v1.5.0...@antv/s2-vue-v1.6.0) (2023-12-15)


### Features

* **perf:** 优化 dataset 数据结构转化,以及交互过程中 layout性能 ([#2476](https://github.com/antvis/S2/issues/2476)) ([6fa8fbb](https://github.com/antvis/S2/commit/6fa8fbb054dc1dd9964b33a5ac8ec0d7fbee723e))

# [@antv/s2-vue-v1.5.0](https://github.com/antvis/S2/compare/@antv/s2-vue-v1.4.0...@antv/s2-vue-v1.5.0) (2022-12-09)


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.5.0",
"version": "1.6.0",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"module": "esm/index.js",
Expand Down

1 comment on commit 1c5a076

@vercel
Copy link

@vercel vercel bot commented on 1c5a076 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.