Skip to content

Commit 5c7fa35

Browse files
committed
Merge branch 'master' into feat-pivot-hide-columns
2 parents 6fbe36d + 058360b commit 5c7fa35

File tree

8 files changed

+46
-15
lines changed

8 files changed

+46
-15
lines changed

.github/workflows/sync-site-lock-changelog-with-pr.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
with:
18-
ref: 'latest-release'
18+
ref: 'latest'
1919

2020
- name: Use Node.js 16.x
2121
uses: actions/setup-node@v2
@@ -31,6 +31,10 @@ jobs:
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333

34+
- name: Checkout branch
35+
run: |
36+
git checkout -b chore-sync
37+
3438
- name: Install dependencies
3539
run: yarn
3640

@@ -41,7 +45,7 @@ jobs:
4145
run: |
4246
git add .
4347
git commit -m "chore: 🤖 auto sync site s2 lock and changelog [skip ci]" --no-verify
44-
git push origin latest-release --no-verify
48+
git push origin chore-sync --no-verify
4549
4650
# 使用官方的 github cli 便捷的创建 pr
4751
- name: Create PR

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
branches: [
3-
'latest-release',
3+
'latest',
44
{ name: 'beta', prerelease: true },
55
{ name: 'alpha', prerelease: true },
66
{ name: 'next', prerelease: true },

packages/s2-core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [@antv/s2-v1.3.0](https://github.com/antvis/S2/compare/@antv/s2-v1.2.0...@antv/s2-v1.3.0) (2021-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 solve the issue that the measure does not shown when the type of dimensions are number ([#871](https://github.com/antvis/S2/issues/871)) ([296b50b](https://github.com/antvis/S2/commit/296b50bc0af25032e72a7aee332eccd9b557e72c))
7+
* 🐛 solve the wrong data after drilling down twice ([#885](https://github.com/antvis/S2/issues/885)) ([e3c8729](https://github.com/antvis/S2/commit/e3c8729d8fd5383fa73349b9937daa7ea58e0301))
8+
9+
10+
### Features
11+
12+
* ✨ show the sortIcon when the hideMeasureColumn is set ([#884](https://github.com/antvis/S2/issues/884)) ([de1c46a](https://github.com/antvis/S2/commit/de1c46acb12b257e32aa4cc568312abca873775a))
13+
114
# [@antv/s2-v1.2.0](https://github.com/antvis/S2/compare/@antv/s2-v1.1.2...@antv/s2-v1.2.0) (2021-12-06)
215

316

packages/s2-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/s2",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"main": "lib/index.js",
55
"module": "esm/index.js",
66
"unpkg": "dist/index.min.js",

packages/s2-react/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [@antv/s2-react-v1.3.0](https://github.com/antvis/S2/compare/@antv/s2-react-v1.2.0...@antv/s2-react-v1.3.0) (2021-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 solve the wrong data after drilling down twice ([#885](https://github.com/antvis/S2/issues/885)) ([e3c8729](https://github.com/antvis/S2/commit/e3c8729d8fd5383fa73349b9937daa7ea58e0301))
7+
* **components:** add empty fragment close [#873](https://github.com/antvis/S2/issues/873) ([#878](https://github.com/antvis/S2/issues/878)) ([db98788](https://github.com/antvis/S2/commit/db98788954b74b2781f98568013135c8843725f2))
8+
* export link problem ([#877](https://github.com/antvis/S2/issues/877)) ([aa8f428](https://github.com/antvis/S2/commit/aa8f428824ce90aa5b6c7177cc5ef4d371a1d847))
9+
10+
11+
### Features
12+
13+
* ✨ show the sortIcon when the hideMeasureColumn is set ([#884](https://github.com/antvis/S2/issues/884)) ([de1c46a](https://github.com/antvis/S2/commit/de1c46acb12b257e32aa4cc568312abca873775a))
14+
115
# [@antv/s2-react-v1.2.0](https://github.com/antvis/S2/compare/@antv/s2-react-v1.1.1...@antv/s2-react-v1.2.0) (2021-12-06)
216

317

packages/s2-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/s2-react",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"main": "lib/index.js",
55
"module": "esm/index.js",
66
"unpkg": "dist/index.min.js",

s2-site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"dependencies": {
3636
"@antv/g-canvas": "^0.5.12",
3737
"@antv/gatsby-theme-antv": "^1.1.15",
38-
"@antv/s2": "^1.2.0",
39-
"@antv/s2-react": "^1.2.0",
38+
"@antv/s2": "^1.3.0",
39+
"@antv/s2-react": "^1.3.0",
4040
"gatsby": "^2.24.2",
4141
"gh-pages": "^3.1.0",
4242
"lodash": "^4.17.21",

s2-site/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,19 +183,19 @@
183183
"@antv/util" "^2.0.9"
184184
tslib "^2.0.3"
185185

186-
"@antv/s2-react@^1.2.0":
187-
version "1.2.0"
188-
resolved "https://registry.yarnpkg.com/@antv/s2-react/-/s2-react-1.2.0.tgz#469b2c9759bfe8124e57bb3dee2e996c26ef755a"
189-
integrity sha512-/OKx33gVnU836OmGKFLhruiJBXFL9QzM2d8LXlBGSQsP5ZkuOf2a3Ma12IDcBiCK6J4avq+PbrKkYGz40YrZoQ==
186+
"@antv/s2-react@^1.3.0":
187+
version "1.3.0"
188+
resolved "https://registry.yarnpkg.com/@antv/s2-react/-/s2-react-1.3.0.tgz#a2f8e19f204162eb7a7b2ad8aaf3b73ecc38e852"
189+
integrity sha512-erVACFYrBfxSN3loVM5zj+Dcneh3rZXsOdQJZmo+EWeU/MduvFLOpLtAylEEP7sDvASTGSLacV73nHtytfdC7w==
190190
dependencies:
191191
classnames "^2.3.1"
192192
lodash "^4.17.21"
193193
react-beautiful-dnd "^13.1.0"
194194

195-
"@antv/s2@^1.2.0":
196-
version "1.2.0"
197-
resolved "https://registry.yarnpkg.com/@antv/s2/-/s2-1.2.0.tgz#10a17450f510ce4d891715f75340b734b27ca92d"
198-
integrity sha512-oBw1YnjmD/oGKlE/1OU+xZKBYCfNqUJD+zU/M2PQKcSQCLFbBwEyRBRqWNIaWD4ZBqV3x+BXkr1dyW4ulXlJ8w==
195+
"@antv/s2@^1.3.0":
196+
version "1.3.0"
197+
resolved "https://registry.yarnpkg.com/@antv/s2/-/s2-1.3.0.tgz#a6865452986ed3e0ea9028e7a61182fbef9b9703"
198+
integrity sha512-QXrM9Lzysb6IoijAAmWMJo2I2yC4BTb+9+pzqSGI7j614gxRKm68INRypQOJ8DJAUKMESKBwHddsctdiyyVgyg==
199199
dependencies:
200200
"@antv/event-emitter" "~0.1.2"
201201
"@antv/g-canvas" "^0.5.12"

0 commit comments

Comments
 (0)