-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.1.0](v0.0.2...v0.1.0) (2021-06-01) ### Bug Fixes * exclude 'husky install' from postinstall script ([2b2159b](2b2159b)) * husky commit-msg hook ([#46](#46)) ([fc67cf3](fc67cf3)) * if condition to conditionally build apps ([dd838dc](dd838dc)) * set CI:true in ci pipeline (release) ([12de857](12de857)) * set HUSKY_SKIP_HOOKS in ci pipeline ([bbe8a89](bbe8a89)) * trigger next release ([ca99211](ca99211)) * trigger next release ([#72](#72)) ([311163f](311163f)), closes [#41](#41) [#66](#66) [#65](#65) [#64](#64) ### Features * **krew-ui-svelte:** setup Svelte app ([#47](#47)) ([106c27c](106c27c))
- Loading branch information
1 parent
076ad4d
commit d6416b2
Showing
3 changed files
with
20 additions
and
2 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "krew", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"ng": "nx", | ||
|