-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b28bab7
commit 66f1b32
Showing
7 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@svg-use/rollup", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Tools and bundler plugins for loading SVG images via use[href], for use in components.", | ||
"license": "MIT", | ||
"author": "Fotis Papadogeorgopoulos <[email protected]> (https://fotis.xyz)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# @svg-use/vite | ||
|
||
## 0.1.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [4ccc16a] | ||
- @svg-use/rollup@0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@svg-use/vite", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Tools and bundler plugins for loading SVG images via use[href], for use in components.", | ||
"license": "MIT", | ||
"author": "Fotis Papadogeorgopoulos <[email protected]> (https://fotis.xyz)", | ||
|
@@ -46,7 +46,7 @@ | |
"test": "vitest --pass-with-no-tests" | ||
}, | ||
"dependencies": { | ||
"@svg-use/rollup": "workspace:^0.3.0" | ||
"@svg-use/rollup": "workspace:^0.4.0" | ||
}, | ||
"peerDependencies": { | ||
"@svg-use/react": "workspace:^0.3.0" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.