Skip to content

Commit

Permalink
chore: fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Sep 29, 2024
1 parent 71c4be9 commit a9db469
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## @ant-design/pro-components@2.7.19

- fix(layout): downgrade path-to-regexp to version 8.0.0 (#8732)
- fix(layout): missing appListRender props (#8731) @Beeant

## @ant-design/pro-components@2.7.18

- refactor(layout): update path-to-regexp to version 8.1.0 (#8725)

## @ant-design/pro-components@2.7.16

`2024-09-05`
Expand Down
9 changes: 8 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## @ant-design/pro-components@2.7.16
## @ant-design/pro-components@2.7.19

- fix(layout): downgrade path-to-regexp to version 8.0.0 (#8732)
- fix(layout): missing appListRender props (#8731) @Beeant

## @ant-design/pro-components@2.7.18

- refactor(layout): update path-to-regexp to version 8.1.0 (#8725)

`2024-09-05`

Expand Down
1 change: 1 addition & 0 deletions scripts/createRelease.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const exec = require('child_process').execSync;
const fs = require('fs');
const path = require('path');

console.log('开始发布');
const github = new Octokit({
debug: process.env.NODE_ENV === 'development',
auth: process.env.GITHUB_TOKEN || process.env.GITHUB_AUTH,
Expand Down

0 comments on commit a9db469

Please sign in to comment.