-
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.
* feat, refactor: v0.7.0 - Add `vue2`, `vue3` generate function - Remove `flutter`, `font` generate function (cause unstable) - Add `genIndexFile` option in `react`, `vue2`, `vue3` - Remove `generator`, only `generate` functions - Remove `@icona/utils` package (merge into `@icona/generator` - Refactoring variables name, some logics * chore: changeset
- Loading branch information
1 parent
a92c0b3
commit ac2eb09
Showing
60 changed files
with
1,142 additions
and
2,165 deletions.
There are no files selected for viewing
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,11 @@ | ||
--- | ||
"@icona/generator": minor | ||
"@icona/types": minor | ||
--- | ||
|
||
- Add `vue2`, `vue3` generate function | ||
- Remove `flutter`, `font` generate function (cause unstable) | ||
- Add `genIndexFile` option in `react`, `vue2`, `vue3` | ||
- Remove `generator`, only `generate` functions | ||
- Remove `@icona/utils` package (merge into `@icona/generator` | ||
- Refactoring variables name, some logics |
Binary file added
BIN
+34.1 KB
.yarn/cache/@cspotcode-source-map-support-npm-0.8.1-964f2de99d-5718f26708.zip
Binary file not shown.
Binary file added
BIN
+17.5 KB
.yarn/cache/@jridgewell-resolve-uri-npm-3.1.2-5bc4245992-83b85f72c5.zip
Binary file not shown.
Binary file added
BIN
+27.5 KB
.yarn/cache/@jridgewell-trace-mapping-npm-0.3.9-91625cd7fb-d89597752f.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export const ICONA_FOLDER = ".icona"; | ||
export const ICONA_ICONS_FILE = "icons.json"; | ||
export const ICONA_CONFIG_FILE_NAME = "icona.config"; |
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
Oops, something went wrong.