Skip to content

Commit

Permalink
v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Jun 21, 2023
1 parent 99812c8 commit 022b8e3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.6.2](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.6.1...v2.6.2) (2023-06-21)


### Bug Fixes

* colorScaleImage not working [#13](https://github.com/hongfaqiu/TIFFImageryProvider/issues/13) ([99812c8](https://github.com/hongfaqiu/TIFFImageryProvider/commit/99812c8d71ee1ffea4e0c338ba1d3be19047a6f2))





## [2.6.1](https://github.com/hongfaqiu/TIFFImageryProvider/compare/v2.6.0...v2.6.1) (2023-06-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "2.6.1",
"version": "2.6.2",
"changelog": true
}
11 changes: 11 additions & 0 deletions packages/TIFFImageryProvider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.6.2](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.6.1...v2.6.2) (2023-06-21)


### Bug Fixes

* colorScaleImage not working [#13](https://github.com/hongfaqiu/tiff-imagery-provider/issues/13) ([99812c8](https://github.com/hongfaqiu/tiff-imagery-provider/commit/99812c8d71ee1ffea4e0c338ba1d3be19047a6f2))





## [2.6.1](https://github.com/hongfaqiu/tiff-imagery-provider/compare/v2.6.0...v2.6.1) (2023-06-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/TIFFImageryProvider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tiff-imagery-provider",
"type": "module",
"version": "2.6.1",
"version": "2.6.2",
"description": "Load GeoTIFF/COG(Cloud optimized GeoTIFF) on Cesium",
"keywords": [
"cesium",
Expand Down

1 comment on commit 022b8e3

@vercel
Copy link

@vercel vercel bot commented on 022b8e3 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.