Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore(master): release 1.0.0 #21

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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## 1.0.0 (2024-09-17)


### Features

* add additional tests ([#10](https://github.com/looker-open-source/viz-bar_gauge-marketplace/issues/10)) ([4f23b8c](https://github.com/looker-open-source/viz-bar_gauge-marketplace/commit/4f23b8c9d49564d56587633ba05d37d1aa3d7074))
* add basic infrastructure to organize, format, and test the code. ([ee5605e](https://github.com/looker-open-source/viz-bar_gauge-marketplace/commit/ee5605ec69120b6e2b7df46cf88836bbfc7d62b0))
* Adds implementation for CI ([#20](https://github.com/looker-open-source/viz-bar_gauge-marketplace/issues/20)) ([2a0ea8e](https://github.com/looker-open-source/viz-bar_gauge-marketplace/commit/2a0ea8e4bd5f8fae290d1e3bd9abc2d264906247))
* use pnpm to build our binaries ([4f23b8c](https://github.com/looker-open-source/viz-bar_gauge-marketplace/commit/4f23b8c9d49564d56587633ba05d37d1aa3d7074))


### Bug Fixes

* ensure bootstrap works on distros with apt as the package manager ([4f23b8c](https://github.com/looker-open-source/viz-bar_gauge-marketplace/commit/4f23b8c9d49564d56587633ba05d37d1aa3d7074))
* Failing unit tests ([4f23b8c](https://github.com/looker-open-source/viz-bar_gauge-marketplace/commit/4f23b8c9d49564d56587633ba05d37d1aa3d7074))
* Set deffault max label format if undefined. ([#5](https://github.com/looker-open-source/viz-bar_gauge-marketplace/issues/5)) ([255969e](https://github.com/looker-open-source/viz-bar_gauge-marketplace/commit/255969e53865eaab59feb30f9900cef36721861f))
* Updated build ([4f23b8c](https://github.com/looker-open-source/viz-bar_gauge-marketplace/commit/4f23b8c9d49564d56587633ba05d37d1aa3d7074))
* upgrades styled-components to latest version to remove @babel/traverse vulnerability ([#23](https://github.com/looker-open-source/viz-bar_gauge-marketplace/issues/23)) ([1945b7e](https://github.com/looker-open-source/viz-bar_gauge-marketplace/commit/1945b7e5db68ba5c4a55f51305d3105320495c3d))
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