Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.0.0-development.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-development.2](1.0.0-development.1...1.0.0-development.2) (2022-09-13)

### 🐛 Bug Fixes

* **api:** fix error type for axios interceptor in '/api/auth/login' endpoint ([06e4f3b](06e4f3b))

### ✨ Features

* **api:** add api endpoint '/api/auth/login' ([b29d5fd](b29d5fd))
* **api:** add API endpoint '/api/auth/logout' ([46a8488](46a8488))
* **api:** add API endpoint '/api/auth/session' ([b0e765e](b0e765e))
* **api:** create helper functions for 'iron-session' ([bd840b7](bd840b7))
* **api:** load 'port' from endpoint '/api/auth/login' ([5839d5b](5839d5b))
* **api:** send response based on axios error for api '/api/auth/login' ([278fb68](278fb68))
* **api:** store authenticated credentials to an encrypted session cookie ([30f452e](30f452e))
* **component:** add 'Logout' page link ([f43a374](f43a374))
* **component:** add component 'LoginForm' ([02fa2a3](02fa2a3))
* **component:** add component for rendering authenticated Drawer items ([8158168](8158168))
* **component:** display error message for LoginForm after HTTP request ([551579f](551579f))
* **component:** display loading when authenticating LoginForm ([45a28e8](45a28e8))
* **component:** display pi-hole ip address and port when authenticated ([fc3e7d8](fc3e7d8))
* **component:** go to page '/' after logging in ([296803a](296803a))
* **component:** provide Redux store to the entire app ([331ac01](331ac01))
* **component:** render Authenticated drawer items when the user's logged in ([6ccc90f](6ccc90f))
* **lib:** add helper functions to load protected page routes ([08b8eeb](08b8eeb))
* **page:** add 'login' page ([4c37c99](4c37c99))
* **page:** redirect Home page to Login page IF not logged in ([13cc049](13cc049))
* **page:** redirect login page to Home page if the user is logged in ([ca0f03d](ca0f03d))
* **redux:** add API queries for AuthSession using Redux Toolkit Query ([c942d60](c942d60))
* **redux:** create Redux store ([c20f620](c20f620))
* **redux:** create Redux toolkit query API ([f0d2d2b](f0d2d2b))
* **url:** add API url for pi-hole API endpoints ([607fe3e](607fe3e))
  • Loading branch information
semantic-release-bot authored and Clumsy-Coder committed Jul 29, 2023
1 parent 2733d4d commit 2ba9243
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## [1.0.0-development.2](https://github.com/Clumsy-Coder/pihole-dashboard/compare/1.0.0-development.1...1.0.0-development.2) (2022-09-13)


### :bug: Bug Fixes

* **api:** fix error type for axios interceptor in '/api/auth/login' endpoint ([06e4f3b](https://github.com/Clumsy-Coder/pihole-dashboard/commit/06e4f3b1866d6743ba1f39285fa01567d08c9623))


### :sparkles: Features

* **api:** add api endpoint '/api/auth/login' ([b29d5fd](https://github.com/Clumsy-Coder/pihole-dashboard/commit/b29d5fd916058011e326595b629c361c605acd67))
* **api:** add API endpoint '/api/auth/logout' ([46a8488](https://github.com/Clumsy-Coder/pihole-dashboard/commit/46a848825a4a05a7ce0b8dd7192bc949501a8069))
* **api:** add API endpoint '/api/auth/session' ([b0e765e](https://github.com/Clumsy-Coder/pihole-dashboard/commit/b0e765e5cd933b7b7fb3b02610c4b3207ffacd87))
* **api:** create helper functions for 'iron-session' ([bd840b7](https://github.com/Clumsy-Coder/pihole-dashboard/commit/bd840b7f28e96b6c125f93189c7f71cfc87af7c3))
* **api:** load 'port' from endpoint '/api/auth/login' ([5839d5b](https://github.com/Clumsy-Coder/pihole-dashboard/commit/5839d5b1f1d76e53c8ac93bfb47656ff814d8aca))
* **api:** send response based on axios error for api '/api/auth/login' ([278fb68](https://github.com/Clumsy-Coder/pihole-dashboard/commit/278fb685c67b6cf0dbeeb73b6bbc0d0335ca803b))
* **api:** store authenticated credentials to an encrypted session cookie ([30f452e](https://github.com/Clumsy-Coder/pihole-dashboard/commit/30f452e1e08dc3270945bdbbbab85ff79d19f476))
* **component:** add 'Logout' page link ([f43a374](https://github.com/Clumsy-Coder/pihole-dashboard/commit/f43a37441d79dbcdc4d22620f62ee96aa8b6d002))
* **component:** add component 'LoginForm' ([02fa2a3](https://github.com/Clumsy-Coder/pihole-dashboard/commit/02fa2a3d5e143dc14fa2f90d30135748f220e699))
* **component:** add component for rendering authenticated Drawer items ([8158168](https://github.com/Clumsy-Coder/pihole-dashboard/commit/8158168897d49149d4c18807bac23e352e3fc5e9))
* **component:** display error message for LoginForm after HTTP request ([551579f](https://github.com/Clumsy-Coder/pihole-dashboard/commit/551579f07696079a95abae24d422b0229c7bb9d5))
* **component:** display loading when authenticating LoginForm ([45a28e8](https://github.com/Clumsy-Coder/pihole-dashboard/commit/45a28e85546ea343574abd440e670bd10f366c5b))
* **component:** display pi-hole ip address and port when authenticated ([fc3e7d8](https://github.com/Clumsy-Coder/pihole-dashboard/commit/fc3e7d804faef0379125c03dc4c8684f32506864))
* **component:** go to page '/' after logging in ([296803a](https://github.com/Clumsy-Coder/pihole-dashboard/commit/296803a6424307df2604a6eff7afacee63b42e64))
* **component:** provide Redux store to the entire app ([331ac01](https://github.com/Clumsy-Coder/pihole-dashboard/commit/331ac0120c0612d5714ed3c5fae6a73ca69a3e9f))
* **component:** render Authenticated drawer items when the user's logged in ([6ccc90f](https://github.com/Clumsy-Coder/pihole-dashboard/commit/6ccc90f25e4a03e6be9da8dc1da7868be1343b8c))
* **lib:** add helper functions to load protected page routes ([08b8eeb](https://github.com/Clumsy-Coder/pihole-dashboard/commit/08b8eeb1befcf7ff463f0c5a177f5be2405f5ff3))
* **page:** add 'login' page ([4c37c99](https://github.com/Clumsy-Coder/pihole-dashboard/commit/4c37c99abda3321a3ff4c836307a8e7fb34a32a3))
* **page:** redirect Home page to Login page IF not logged in ([13cc049](https://github.com/Clumsy-Coder/pihole-dashboard/commit/13cc049c1668753a32194245e4c82db77303ffa9))
* **page:** redirect login page to Home page if the user is logged in ([ca0f03d](https://github.com/Clumsy-Coder/pihole-dashboard/commit/ca0f03dc308bf03c48c53ffca52d3c6671e0461f))
* **redux:** add API queries for AuthSession using Redux Toolkit Query ([c942d60](https://github.com/Clumsy-Coder/pihole-dashboard/commit/c942d6060c6e81faa0ee392e7fe3f42822d56481))
* **redux:** create Redux store ([c20f620](https://github.com/Clumsy-Coder/pihole-dashboard/commit/c20f620b29fd291dcc978f584fb029d39b6b90dd))
* **redux:** create Redux toolkit query API ([f0d2d2b](https://github.com/Clumsy-Coder/pihole-dashboard/commit/f0d2d2b4be4583085909a8cc3db6583e52a156fa))
* **url:** add API url for pi-hole API endpoints ([607fe3e](https://github.com/Clumsy-Coder/pihole-dashboard/commit/607fe3eab1258481bf2d291ce4fa2dbf8ab0edfb))

## 1.0.0-development.1 (2022-08-22)


Expand Down
4 changes: 2 additions & 2 deletions 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": "pihole-dashboard",
"version": "1.0.0-development.1",
"version": "1.0.0-development.2",
"private": true,
"scripts": {
"dev": "npm run generateEnv && echo 'SECRET_COOKIE_PASSWORD=cteBV25ymu4HnVAvhDVf46JbGxZePA6Q' >> .env.local && next dev",
Expand Down

0 comments on commit 2ba9243

Please sign in to comment.