-
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.3.0](v0.2.0...v0.3.0) (2021-07-23) ### Features * **api-client:** add support for /me ([#237](#237)) ([0fa89e2](0fa89e2)) * **api-client:** extend AgendaItem model ([#238](#238)) ([61e6847](61e6847)) * **api-client:** improvements + login support ([#203](#203)) ([79f9127](79f9127)) * **krew-ui-angular:** 🚧 added feature shell with DI ([45152da](45152da)) * **krew-ui-angular:** ✨ added bottom bar with links, hovers and darkmode ([9f24bef](9f24bef)) * shared library for environment variables ([#183](#183)) ([0d79205](0d79205)) * **api-client:** minimal Krew Client API ([#197](#197)) ([59e9bdc](59e9bdc)) * **krew-ui-svelte:** extract scss to separate file ([#104](#104)) ([388f5a2](388f5a2)) * **svelte:** setup routing ([#151](#151)) ([ae0e3dc](ae0e3dc))
- Loading branch information
1 parent
a39680f
commit 35eb45c
Showing
3 changed files
with
17 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.2.0", | ||
"version": "0.3.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"ng": "nx", | ||
|