Skip to content

Commit cf98306

Browse files
committed
bump version
1 parent 64aefba commit cf98306

File tree

34 files changed

+212
-17
lines changed

34 files changed

+212
-17
lines changed

packages/analysis/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @maptalks/analysis
22

3+
## 0.103.0
4+
5+
### Minor Changes
6+
7+
- - implement terrain-flat-mask rendre plugin in VectorLayer
8+
- sync codes with maptalks/gl-layers
9+
- webgl layers' compatibility fixes with MapCanvasRenderer
10+
- bug fixes in maptalks
11+
312
## 0.101.1
413

514
### Patch Changes

packages/analysis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptalks/analysis",
3-
"version": "0.102.8",
3+
"version": "0.103.0",
44
"description": "a plugin to excute many analysis tasks",
55
"license": "MIT",
66
"repository": {

packages/fusion.gl/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @maptalks/fusiongl
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- - implement terrain-flat-mask rendre plugin in VectorLayer
8+
- sync codes with maptalks/gl-layers
9+
- webgl layers' compatibility fixes with MapCanvasRenderer
10+
- bug fixes in maptalks
11+
312
## 0.9.1
413

514
### Patch Changes

packages/fusion.gl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptalks/fusiongl",
3-
"version": "0.9.3",
3+
"version": "0.10.0",
44
"description": "",
55
"main": "dist/fusiongl.es.js",
66
"module": "dist/fusiongl.es.js",

packages/gl/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @maptalks/gl
22

3+
## 0.109.0
4+
5+
### Minor Changes
6+
7+
- - implement terrain-flat-mask rendre plugin in VectorLayer
8+
- sync codes with maptalks/gl-layers
9+
- webgl layers' compatibility fixes with MapCanvasRenderer
10+
- bug fixes in maptalks
11+
12+
### Patch Changes
13+
14+
- Updated dependencies
15+
- @maptalks/fusiongl@0.10.0
16+
- @maptalks/gltf-loader@0.103.0
17+
- @maptalks/reshader.gl@0.108.0
18+
- maptalks@1.4.2
19+
320
## 0.104.1
421

522
### Patch Changes

packages/gl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptalks/gl",
3-
"version": "0.108.4",
3+
"version": "0.109.0",
44
"description": "WebGL infrastrcture for maptalks",
55
"main": "dist/maptalksgl.js",
66
"module": "dist/maptalksgl.es.js",

packages/gltf-loader/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @maptalks/gltf-loader
22

3+
## 0.103.0
4+
5+
### Minor Changes
6+
7+
- - implement terrain-flat-mask rendre plugin in VectorLayer
8+
- sync codes with maptalks/gl-layers
9+
- webgl layers' compatibility fixes with MapCanvasRenderer
10+
- bug fixes in maptalks
11+
312
## 0.101.1
413

514
### Patch Changes

packages/gltf-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptalks/gltf-loader",
3-
"version": "0.102.8",
3+
"version": "0.103.0",
44
"description": "",
55
"module": "dist/gltf-loader.es.js",
66
"scripts": {

packages/layer-3dtiles/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @maptalks/3dtiles
22

3+
## 0.106.0
4+
5+
### Minor Changes
6+
7+
- - implement terrain-flat-mask rendre plugin in VectorLayer
8+
- sync codes with maptalks/gl-layers
9+
- webgl layers' compatibility fixes with MapCanvasRenderer
10+
- bug fixes in maptalks
11+
12+
### Patch Changes
13+
14+
- Updated dependencies
15+
- maptalks@1.4.2
16+
317
## 0.104.1
418

519
### Patch Changes

packages/layer-3dtiles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptalks/3dtiles",
3-
"version": "0.105.8",
3+
"version": "0.106.0",
44
"description": "3d tiles layer for maptalks",
55
"main": "dist/maptalks.3dtiles.js",
66
"module": "dist/maptalks.3dtiles.es.js",

0 commit comments

Comments
 (0)