Skip to content

Commit

Permalink
chore(master): release 1.0.0 (#21)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 1.0.0 (2024-09-17)


### Features

* add additional tests
([#10](#10))
([4f23b8c](4f23b8c))
* add basic infrastructure to organize, format, and test the code.
([ee5605e](ee5605e))
* Adds implementation for CI
([#20](#20))
([2a0ea8e](2a0ea8e))
* use pnpm to build our binaries
([4f23b8c](4f23b8c))


### Bug Fixes

* ensure bootstrap works on distros with apt as the package manager
([4f23b8c](4f23b8c))
* Failing unit tests
([4f23b8c](4f23b8c))
* Set deffault max label format if undefined.
([#5](#5))
([255969e](255969e))
* Updated build
([4f23b8c](4f23b8c))
* upgrades styled-components to latest version to remove @babel/traverse
vulnerability
([#23](#23))
([1945b7e](1945b7e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
looker-open-source-automation-bot authored Sep 18, 2024
1 parent c945ac4 commit 40ed74c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
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

0 comments on commit 40ed74c

Please sign in to comment.