Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalacorn committed Jun 12, 2024
2 parents 56f6b74 + 1f41a33 commit 23c4030
Show file tree
Hide file tree
Showing 4 changed files with 6,134 additions and 4,699 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
push:
branches:
- main
- '**'

pull_request:
branches:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
],
"repository": {
"type": "git",
"url": "https://github.com/anncwb/vite-plugin-svg-icons"
"url": "https://github.com/vbenjs/vite-plugin-svg-icons"
},
"bugs": {
"url": "https://github.com/anncwb/vite-plugin-svg-i cons/issues"
"url": "https://github.com/vbenjs/vite-plugin-svg-icons/issues"
},
"homepage": "https://github.com/anncwb/vite-plugin-svg-icons/tree/master/#readme",
"homepage": "https://github.com/vbenjs/vite-plugin-svg-icons/tree/main/#readme",
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export async function createModuleCode(
svgDom.id = '${options.customDomId}';
svgDom.setAttribute('xmlns','${XMLNS}');
svgDom.setAttribute('xmlns:link','${XMLNS_LINK}');
svgDom.setAttribute('aria-hidden',true);
}
svgDom.innerHTML = ${JSON.stringify(html)};
${domInject(options.inject)}
Expand Down
Loading

0 comments on commit 23c4030

Please sign in to comment.