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.1 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0-development.1 (2022-08-22)

### ✨ Features

* **component:** add 'AppBar' component ([64f7d9d](64f7d9d))
* **component:** add 'Drawer' component ([e451b58](e451b58))
* **component:** add helper object to manage pages ([eb60db1](eb60db1))
* **component:** offset main content to right by drawer width ([5c40ce2](5c40ce2))
* **component:** render 'AppBar' in the app ([8d9afa0](8d9afa0))
  • Loading branch information
semantic-release-bot authored and Clumsy-Coder committed Jul 29, 2023
1 parent 0b06e32 commit b5760fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 1.0.0-development.1 (2022-08-22)


### :sparkles: Features

* **component:** add 'AppBar' component ([64f7d9d](https://github.com/Clumsy-Coder/pihole-dashboard/commit/64f7d9d4050febfa97688e61c1adb17289c5baee))
* **component:** add 'Drawer' component ([e451b58](https://github.com/Clumsy-Coder/pihole-dashboard/commit/e451b58c22afb0d24eaaa6da66d890a1fca4a729))
* **component:** add helper object to manage pages ([eb60db1](https://github.com/Clumsy-Coder/pihole-dashboard/commit/eb60db1b4139ed61d4df5b13922408db242badbb))
* **component:** offset main content to right by drawer width ([5c40ce2](https://github.com/Clumsy-Coder/pihole-dashboard/commit/5c40ce251447553b300d46c519605086ad9391e8))
* **component:** render 'AppBar' in the app ([8d9afa0](https://github.com/Clumsy-Coder/pihole-dashboard/commit/8d9afa00ce6ce61196a3f9f8b3b9bc1448ccb26c))
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": "0.1.0",
"version": "1.0.0-development.1",
"private": true,
"scripts": {
"dev": "npm run generateEnv && next dev",
Expand Down

0 comments on commit b5760fc

Please sign in to comment.