Skip to content

Commit

Permalink
release: 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.2](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/[email protected]...@cesium-extends/[email protected]) (2023-05-11)

### Bug Fixes

* add heightReference error [#1](#1) ([8068c0c](8068c0c))
* export Measure ([398806c](398806c))
* heatmap destroy ([c6f5ead](c6f5ead))
* use ^dep [#2](#2) ([663c92c](663c92c))

### Features

* heatmap ([e0f397a](e0f397a))
* measure tool add locale option ([1ff46ed](1ff46ed))
  • Loading branch information
semantic-release-bot committed May 11, 2023
1 parent 9c26417 commit e4d4438
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @cesium-extends/tooltip [1.2.2](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/[email protected]...@cesium-extends/[email protected]) (2023-05-11)


### Bug Fixes

* use ^dep [#2](https://github.com/hongfaqiu/cesium-extends/issues/2) ([663c92c](https://github.com/hongfaqiu/cesium-extends/commit/663c92c0718c12174f45305a3b18d9fadcaf4ba2))

## @cesium-extends/tooltip [1.2.1](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/[email protected]...@cesium-extends/[email protected]) (2023-04-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cesium-extends/tooltip",
"version": "1.2.1",
"version": "1.2.2",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit e4d4438

Please sign in to comment.