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

### 🐛 Bug Fixes

* **nextjs:** building nextjs app by dynamic importing nivo chart ([c4762e1](c4762e1)), closes [/github.com/plouc/nivo/issues/2310#issuecomment-1552663752](https://github.com/Clumsy-Coder//github.com/plouc/nivo/issues/2310/issues/issuecomment-1552663752)
  • Loading branch information
semantic-release-bot committed Aug 17, 2023
1 parent b68582f commit 2ecc99a
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.6](https://github.com/Clumsy-Coder/pihole-dashboard/compare/1.0.0-development.5...1.0.0-development.6) (2023-08-17)


### :bug: Bug Fixes

* **nextjs:** building nextjs app by dynamic importing nivo chart ([c4762e1](https://github.com/Clumsy-Coder/pihole-dashboard/commit/c4762e1ad96eb62d9111633d7be67e95cd152788)), closes [/github.com/plouc/nivo/issues/2310#issuecomment-1552663752](https://github.com/Clumsy-Coder//github.com/plouc/nivo/issues/2310/issues/issuecomment-1552663752)

## [1.0.0-development.5](https://github.com/Clumsy-Coder/pihole-dashboard/compare/1.0.0-development.4...1.0.0-development.5) (2022-11-14)


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

0 comments on commit 2ecc99a

Please sign in to comment.