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

### 🐛 Bug Fixes

* **component:** tooltip clipping for ClientsOvertime bar chart ([e14aa18](e14aa18)), closes [/github.com/pi-hole/AdminLTE/blob/41682f17b72d3fb83837a7a08fa68b3e37cd35b7/scripts/pi-hole/js/index.js#L33-L214](https://github.com/Clumsy-Coder//github.com/pi-hole/AdminLTE/blob/41682f17b72d3fb83837a7a08fa68b3e37cd35b7/scripts/pi-hole/js/index.js/issues/L33-L214) [#546](#546)
  • Loading branch information
semantic-release-bot committed Aug 20, 2023
1 parent e14aa18 commit 1a72877
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.0-development.7](https://github.com/Clumsy-Coder/pihole-dashboard/compare/1.0.0-development.6...1.0.0-development.7) (2023-08-20)


### :bug: Bug Fixes

* **component:** tooltip clipping for ClientsOvertime bar chart ([e14aa18](https://github.com/Clumsy-Coder/pihole-dashboard/commit/e14aa18766186873ac28586e45a6dc39162654d2)), closes [/github.com/pi-hole/AdminLTE/blob/41682f17b72d3fb83837a7a08fa68b3e37cd35b7/scripts/pi-hole/js/index.js#L33-L214](https://github.com/Clumsy-Coder//github.com/pi-hole/AdminLTE/blob/41682f17b72d3fb83837a7a08fa68b3e37cd35b7/scripts/pi-hole/js/index.js/issues/L33-L214) [#546](https://github.com/Clumsy-Coder/pihole-dashboard/issues/546)

## [1.0.0-development.6](https://github.com/Clumsy-Coder/pihole-dashboard/compare/1.0.0-development.5...1.0.0-development.6) (2023-08-17)


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.6",
"version": "1.0.0-development.7",
"private": true,
"scripts": {
"dev": "npm run generateEnv && next dev",
Expand Down

0 comments on commit 1a72877

Please sign in to comment.