Skip to content

Commit

Permalink
Merge branch 'main' into docs/gpt-vis
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei authored Dec 1, 2024
2 parents be3fd78 + 9e8234d commit 1dcc9a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .fatherrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ class CodecovWebpackPlugin {

export default defineConfig({
plugins: ['@rc-component/father-plugin'],
targets: {
chrome: 80,
},
esm: {
input: 'components/',
ignores: ['**/demo/**', '**/__tests__/**'],
Expand All @@ -34,9 +37,6 @@ export default defineConfig({
path: 'dist/',
filename: 'antdx',
},
targets: {
chrome: 80,
},
sourcemap: true,
generateUnminified: true,
externals: {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
4 changes: 4 additions & 0 deletions scripts/generate-component-changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ const miscKeys = [
'πŸ“¦',
'πŸ›‘',
'🎨',
'πŸ’„',
'πŸ”₯',
'πŸ›',
'πŸ†•',
'πŸ‡§πŸ‡ͺ',
'πŸ‡¨πŸ‡¦',
'πŸ‡ͺπŸ‡Έ',
Expand Down

0 comments on commit 1dcc9a9

Please sign in to comment.