# Account KPI Dashboards

This package is a single spa parcel microfrontend to see account kpi dashboards

You can reach out to [LX Squad](mailto:leadership-experience@thoughtworks.com)

## Releasing Package

### 1. Version

Version using the available script and it will create commit and tag for the version bump

```shell
yarn version:patch
```

```shell
yarn version:minor
```

```shell
yarn version:major
```

### 2. Pushing changes including tags

```shell
git push origin main --tags
```
