Skip to content

Commit

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

### Features

* measure ([deb314f](deb314f))

### Dependencies

* **@cesium-extends/drawer:** upgraded to 1.1.0
* **@cesium-extends/measure:** upgraded to 1.0.0
  • Loading branch information
semantic-release-bot committed Apr 10, 2023
1 parent deb314f commit 80fbbeb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/cesium-extends/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# cesium-extends [1.5.0](https://github.com/hongfaqiu/cesium-extends/compare/[email protected]@1.5.0) (2023-04-10)


### Features

* measure ([deb314f](https://github.com/hongfaqiu/cesium-extends/commit/deb314f29fbcb2425a502dc1cee00b856bf30d4d))





### Dependencies

* **@cesium-extends/drawer:** upgraded to 1.1.0
* **@cesium-extends/measure:** upgraded to 1.0.0

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


Expand Down
6 changes: 3 additions & 3 deletions packages/cesium-extends/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium-extends",
"version": "1.4.0",
"version": "1.5.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"dependencies": {
"@cesium-extends/compass": "^1.1.0",
"@cesium-extends/drawer": "workspace:^1.0.0",
"@cesium-extends/drawer": "^1.0.0",
"@cesium-extends/geojson-render": "1.0.0",
"@cesium-extends/measure": "workspace:^1.0.0",
"@cesium-extends/measure": "^1.0.0",
"@cesium-extends/popup": "^1.0.0",
"@cesium-extends/primitive-geojson": "1.0.0",
"@cesium-extends/subscriber": "1.0.0",
Expand Down

1 comment on commit 80fbbeb

@vercel
Copy link

@vercel vercel bot commented on 80fbbeb Apr 10, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

cesium-extends – ./

cesium-extends-hongfaqiu.vercel.app
cesium-extends.vercel.app
cesium-extends-git-master-hongfaqiu.vercel.app

Please sign in to comment.