Skip to content

Commit

Permalink
chore(release): 9.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [9.2.1](v9.2.0...v9.2.1) (2024-10-01)

### Bug Fixes

* Fix maps not highlinting states properly ([df85938](df85938))
* Fix package-lock error ([7870341](7870341))
* Fix ts erros on map and heatmap ([ef63983](ef63983))
  • Loading branch information
semantic-release-bot committed Oct 1, 2024
1 parent ece3468 commit 3c5ff7c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [9.2.1](https://github.com/act-org/dls/compare/v9.2.0...v9.2.1) (2024-10-01)


### Bug Fixes

* Fix maps not highlinting states properly ([df85938](https://github.com/act-org/dls/commit/df859382654c5545e760cc37adcecd6da9f13a0c))
* Fix package-lock error ([7870341](https://github.com/act-org/dls/commit/78703414d61cf592e6c062ee3f81ae815645cb86))
* Fix ts erros on map and heatmap ([ef63983](https://github.com/act-org/dls/commit/ef6398375f0e6cf9af15f7270b2ddbc67484d926))

# [9.2.0](https://github.com/act-org/dls/compare/v9.1.0...v9.2.0) (2024-09-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,5 @@
"watch": "npm run build && npm run copy && npm run build:components -- --watch"
},
"types": "index.d.ts",
"version": "9.2.0"
"version": "9.2.1"
}

0 comments on commit 3c5ff7c

Please sign in to comment.