diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f9f29..a58c7f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All changes noted here. -## v2.0.0 - 2023-10-19 +## v2.0.0 - 2023-10-20 - Rewritten from Angular to React - NEW: Needle Width can now be specified @@ -10,6 +10,7 @@ All changes noted here. - NEW: Needle can optionally exceed the tick mark (min and max) to show values that are outside of limits - NEW: Needle Center can use all marker types, with arrow-inverse added to options +- Switched to `pnpm` ## v0.0.9 - 2021-04-21 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e060120..23d2fbc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,17 +2,17 @@ ## Building the plugin -This plugin relies on YARN v3 and Node 18. The typical build sequence is: +This plugin relies on `pnpm` and Node 18. The typical build sequence is: ```BASH -yarn install -yarn build +pnpm install +pnpm build ``` For development, you can run: ```BASH -yarn dev +pnpm dev ``` ## Docker Support @@ -30,9 +30,9 @@ a datasource and sample dashboards. ## External Dependencies -* Grafana 8.4.10+ +* Grafana 9.3.16+ ## Build Dependencies -* yarn v3 +* pnpm * node 18