Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.6.1
Browse files Browse the repository at this point in the history
## [1.6.1](v1.6.0...v1.6.1) (2021-08-16)

### Bug Fixes

* **ScatterPlot:** Filter out entries with null values for any axis ([ad5a3af](ad5a3af))
* **ScatterPlot:** Fix typo in catalog documentation ([c517e24](c517e24))
* **ScatterPlot:** Fix unit label on y-axis ([cd93337](cd93337))
* **ScatterPlot:** Fix x-axis tickcount ([25cbcb5](25cbcb5))
* **ScatterPlot:** Reduce wasted width space, utilize more for chart width ([e44e86e](e44e86e))
  • Loading branch information
nr-opensource-bot committed Aug 16, 2021
1 parent f0bc63c commit e147673
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.6.1](https://github.com/newrelic/nr1-victory-visualizations/compare/v1.6.0...v1.6.1) (2021-08-16)


### Bug Fixes

* **ScatterPlot:** Filter out entries with null values for any axis ([ad5a3af](https://github.com/newrelic/nr1-victory-visualizations/commit/ad5a3afe8dae475278a1e35072e5504b913e8d8e))
* **ScatterPlot:** Fix typo in catalog documentation ([c517e24](https://github.com/newrelic/nr1-victory-visualizations/commit/c517e2483305000a023fb3aa9e768887d68b77e9))
* **ScatterPlot:** Fix unit label on y-axis ([cd93337](https://github.com/newrelic/nr1-victory-visualizations/commit/cd933378f6701c20b94896f85999c1b85480ab72))
* **ScatterPlot:** Fix x-axis tickcount ([25cbcb5](https://github.com/newrelic/nr1-victory-visualizations/commit/25cbcb56cfe229ad511de61de48a2a411a0bad43))
* **ScatterPlot:** Reduce wasted width space, utilize more for chart width ([e44e86e](https://github.com/newrelic/nr1-victory-visualizations/commit/e44e86e22a3f9593c3d5f56bfbea09dc5186a3a1))

# [1.6.0](https://github.com/newrelic/nr1-victory-visualizations/compare/v1.5.1...v1.6.0) (2021-07-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "nr1-victory-visualizations",
"version": "1.6.0",
"version": "1.6.1",
"scripts": {
"eslint-check": "eslint src/ visualizations/",
"eslint-fix": "eslint src/ visualizations/ --fix",
Expand Down

0 comments on commit e147673

Please sign in to comment.