Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(master): release 1.0.0 #25

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.0.0 (2024-01-03)


### Features

* add jest for unit testing ([#11](https://github.com/looker-open-source/viz-radial_gauge-marketplace/issues/11)) ([76a5e49](https://github.com/looker-open-source/viz-radial_gauge-marketplace/commit/76a5e498eecb1dab88cb1652a6e41036cedda0fa))
* some unit tests for some more utility functions. ([#12](https://github.com/looker-open-source/viz-radial_gauge-marketplace/issues/12)) ([1ccc019](https://github.com/looker-open-source/viz-radial_gauge-marketplace/commit/1ccc019802788eae29e3c4b803ecc4c5f7d43f61))


### Bug Fixes

* Removes trailing and leading special chars from value dimension label ([#10](https://github.com/looker-open-source/viz-radial_gauge-marketplace/issues/10)) ([4b50f5a](https://github.com/looker-open-source/viz-radial_gauge-marketplace/commit/4b50f5ac9c74db640d06d4c5dba7d5ba85b3274d))
* Viz not updating after filter added or changed ([2c0e133](https://github.com/looker-open-source/viz-radial_gauge-marketplace/commit/2c0e1332824401f98af6b84bbd5ccb6833be147b))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "looker-visualization",
"version": "0.0.1",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
Expand Down
Loading