Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip-ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Jul 23, 2021
1 parent a39680f commit 35eb45c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.3.0](https://github.com/move4mobile/krew-workspace/compare/v0.2.0...v0.3.0) (2021-07-23)


### Features

* **api-client:** add support for /me ([#237](https://github.com/move4mobile/krew-workspace/issues/237)) ([0fa89e2](https://github.com/move4mobile/krew-workspace/commit/0fa89e226e539fadcb598f21144f0ba6bd2d31bd))
* **api-client:** extend AgendaItem model ([#238](https://github.com/move4mobile/krew-workspace/issues/238)) ([61e6847](https://github.com/move4mobile/krew-workspace/commit/61e6847e0a3848535759e897bc0d1c5ef9b43d64))
* **api-client:** improvements + login support ([#203](https://github.com/move4mobile/krew-workspace/issues/203)) ([79f9127](https://github.com/move4mobile/krew-workspace/commit/79f91273cd82aa7f7b8dd0defc69bba47b46640f))
* **krew-ui-angular:** :construction: added feature shell with DI ([45152da](https://github.com/move4mobile/krew-workspace/commit/45152da718c8cad1835d8410ebb2fce86ba0296c))
* **krew-ui-angular:** :sparkles: added bottom bar with links, hovers and darkmode ([9f24bef](https://github.com/move4mobile/krew-workspace/commit/9f24befef8ec909334dcf0c4c1729297ebb6a442))
* shared library for environment variables ([#183](https://github.com/move4mobile/krew-workspace/issues/183)) ([0d79205](https://github.com/move4mobile/krew-workspace/commit/0d792050cfa84d7603e389738260a33cb2571ed3))
* **api-client:** minimal Krew Client API ([#197](https://github.com/move4mobile/krew-workspace/issues/197)) ([59e9bdc](https://github.com/move4mobile/krew-workspace/commit/59e9bdc6598434b79c253430c76c12b4a675737a))
* **krew-ui-svelte:** extract scss to separate file ([#104](https://github.com/move4mobile/krew-workspace/issues/104)) ([388f5a2](https://github.com/move4mobile/krew-workspace/commit/388f5a24659ec1053eb53a50b13d419813d91a8c))
* **svelte:** setup routing ([#151](https://github.com/move4mobile/krew-workspace/issues/151)) ([ae0e3dc](https://github.com/move4mobile/krew-workspace/commit/ae0e3dc721f3b8571a2d6cfd8913e640d58b1bde))

# [0.2.0](https://github.com/move4mobile/krew-workspace/compare/v0.1.0...v0.2.0) (2021-06-02)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
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",
Expand Down

0 comments on commit 35eb45c

Please sign in to comment.