diff --git a/.fatherrc.ts b/.fatherrc.ts index b7970af0..8e2aa15b 100644 --- a/.fatherrc.ts +++ b/.fatherrc.ts @@ -19,6 +19,9 @@ class CodecovWebpackPlugin { export default defineConfig({ plugins: ['@rc-component/father-plugin'], + targets: { + chrome: 80, + }, esm: { input: 'components/', ignores: ['**/demo/**', '**/__tests__/**'], @@ -34,9 +37,6 @@ export default defineConfig({ path: 'dist/', filename: 'antdx', }, - targets: { - chrome: 80, - }, sourcemap: true, generateUnminified: true, externals: { diff --git a/.github/workflows/preview-deploy.yml b/.github/workflows/preview-deploy.yml index 86511734..59292572 100644 --- a/.github/workflows/preview-deploy.yml +++ b/.github/workflows/preview-deploy.yml @@ -62,7 +62,7 @@ jobs: steps: # We need get PR id first - name: download pr artifact - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: ${{ github.event.workflow_run.workflow_id }} run_id: ${{ github.event.workflow_run.id }} @@ -82,7 +82,7 @@ jobs: # Download site artifact - name: download site artifact if: ${{ fromJSON(needs.upstream-workflow-summary.outputs.build-success) }} - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: ${{ github.event.workflow_run.workflow_id }} run_id: ${{ github.event.workflow_run.id }} diff --git a/scripts/generate-component-changelog.ts b/scripts/generate-component-changelog.ts index 38d30b4f..b0c89feb 100644 --- a/scripts/generate-component-changelog.ts +++ b/scripts/generate-component-changelog.ts @@ -63,6 +63,10 @@ const miscKeys = [ '📦', '🛡', '🎨', + '💄', + '🔥', + '🐛', + '🆕', '🇧🇪', '🇨🇦', '🇪🇸',