From 3c5ff7cbe9681818e48f0eb4440955106af2c95e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 1 Oct 2024 16:28:21 +0000 Subject: [PATCH] chore(release): 9.2.1 [skip ci] ## [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)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bbeb73a8..68a7e53ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index fb43de07d..5639f2b3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actinc/dls", - "version": "9.2.0", + "version": "9.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@actinc/dls", - "version": "9.2.0", + "version": "9.2.1", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.6", diff --git a/package.json b/package.json index d18ad26f6..723c2df51 100644 --- a/package.json +++ b/package.json @@ -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" }