Skip to content

Commit

Permalink
chore(release): 🔖 publish the new version [ci skip] (#442)
Browse files Browse the repository at this point in the history
* chore(release): 🔖 publish the new version [ci skip]

 - @antv/[email protected]

* chore(release): 0.2.0

* chore(release): fix test
  • Loading branch information
lijinke666 authored Oct 13, 2021
1 parent 4fe7a0e commit 1d94d29
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: visiky/dingtalk-release-notify@main
with:
DING_TALK_TOKEN: ${{ secrets.DING_TALK_GROUP_TOKEN }}
notify_title: '🎉 @antv/s2 发布新版本 {release_tag} 🎉'
notify_title: '🎉 新版本发布 {release_tag} 🎉'
notify_body: '## { title }<hr /> ![preview](https://gw.alipayobjects.com/zos/antfincdn/5QXnRSiAs/cool-background.svg) <hr /> { body } <hr />'
notify_footer: '> 前往 [**@antv/s2 Releases**]({ release_url }) 查看完整信息.'
at_all: false
60 changes: 60 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions packages/s2-core/CHANGELOG.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ describe('table sheet normal spec', () => {
});

// wait for debounce render
await sleep(500);
await sleep(1000);

expect(s2.facet.getCellRange()).toStrictEqual({
start: 0,
Expand Down
2 changes: 1 addition & 1 deletion packages/s2-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/s2",
"version": "0.1.14",
"version": "0.2.0",
"main": "lib/index.js",
"module": "esm/index.js",
"unpkg": "dist/s2.min.js",
Expand Down

0 comments on commit 1d94d29

Please sign in to comment.