Skip to content

Commit

Permalink
chore: change version
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Jun 11, 2024
1 parent 340b0da commit f755799
Show file tree
Hide file tree
Showing 24 changed files with 57 additions and 57 deletions.
8 changes: 4 additions & 4 deletions packages/component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Change Log

## 3.0.0
## 2.21.11

### Patch Changes

- [#2529](https://github.com/antvis/L7/pull/2529) [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8) Thanks [@lvisei](https://github.com/lvisei)! - fix: 无地图与 MapLibre 模式移动 Marker 出错

- Updated dependencies [[`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8)]:
- @antv/l7-layers@3.0.0
- @antv/l7-core@3.0.0
- @antv/l7-utils@3.0.0
- @antv/l7-layers@2.21.11
- @antv/l7-core@2.21.11
- @antv/l7-utils@2.21.11

## 2.21.11-beta.7

Expand Down
2 changes: 1 addition & 1 deletion packages/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-component",
"version": "3.0.0",
"version": "2.21.11",
"description": "Component for L7",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 3.0.0
## 2.21.11

### Patch Changes

Expand All @@ -10,7 +10,7 @@
fix: 修复点图层部分 shape 中心点计算有误
fix: 修复立体面图层光照计算有误
- Updated dependencies []:
- @antv/l7-utils@3.0.0
- @antv/l7-utils@2.21.11

## 2.21.11-beta.7

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-core",
"version": "3.0.0",
"version": "2.21.11",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
16 changes: 8 additions & 8 deletions packages/l7/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Change Log

## 3.0.0
## 2.21.11

### Patch Changes

- Updated dependencies [[`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8)]:
- @antv/l7-layers@3.0.0
- @antv/l7-component@3.0.0
- @antv/l7-maps@3.0.0
- @antv/l7-core@3.0.0
- @antv/l7-scene@3.0.0
- @antv/l7-source@3.0.0
- @antv/l7-utils@3.0.0
- @antv/l7-layers@2.21.11
- @antv/l7-component@2.21.11
- @antv/l7-maps@2.21.11
- @antv/l7-core@2.21.11
- @antv/l7-scene@2.21.11
- @antv/l7-source@2.21.11
- @antv/l7-utils@2.21.11

## 2.21.11-beta.7

Expand Down
2 changes: 1 addition & 1 deletion packages/l7/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7",
"version": "3.0.0",
"version": "2.21.11",
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
"repository": "git@github.com:antvis/L7.git",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions packages/layers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 3.0.0
## 2.21.11

### Patch Changes

Expand All @@ -17,10 +17,10 @@
- [#2529](https://github.com/antvis/L7/pull/2529) [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8) Thanks [@lvisei](https://github.com/lvisei)! - fix: mapbox 下部分面数据图层绘制异常

- Updated dependencies [[`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8)]:
- @antv/l7-maps@3.0.0
- @antv/l7-core@3.0.0
- @antv/l7-source@3.0.0
- @antv/l7-utils@3.0.0
- @antv/l7-maps@2.21.11
- @antv/l7-core@2.21.11
- @antv/l7-source@2.21.11
- @antv/l7-utils@2.21.11

## 2.21.11-beta.7

Expand Down
2 changes: 1 addition & 1 deletion packages/layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-layers",
"version": "3.0.0",
"version": "2.21.11",
"description": "L7's collection of built-in layers",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
4 changes: 2 additions & 2 deletions packages/map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# @antv/l7-map

## 3.0.0
## 2.21.11

### Patch Changes

- [#2529](https://github.com/antvis/L7/pull/2529) [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8) Thanks [@lvisei](https://github.com/lvisei)! - refactor: 升级新版一方地图交互事件机制,解决抖动问题

- Updated dependencies []:
- @antv/l7-utils@3.0.0
- @antv/l7-utils@2.21.11

## 2.21.11-beta.7

Expand Down
2 changes: 1 addition & 1 deletion packages/map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-map",
"version": "3.0.0",
"version": "2.21.11",
"description": "L7 Map",
"keywords": [],
"homepage": "https://github.com/antvis/L7#readme",
Expand Down
8 changes: 4 additions & 4 deletions packages/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 3.0.0
## 2.21.11

### Minor Changes

Expand All @@ -16,9 +16,9 @@
fix: 修复点图层部分 shape 中心点计算有误
fix: 修复立体面图层光照计算有误
- Updated dependencies [[`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8)]:
- @antv/l7-map@3.0.0
- @antv/l7-core@3.0.0
- @antv/l7-utils@3.0.0
- @antv/l7-map@2.21.11
- @antv/l7-core@2.21.11
- @antv/l7-utils@2.21.11

## 2.21.11-beta.7

Expand Down
2 changes: 1 addition & 1 deletion packages/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-maps",
"version": "3.0.0",
"version": "2.21.11",
"description": "Maps for L7",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
6 changes: 3 additions & 3 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 3.0.0
## 2.21.11

### Patch Changes

Expand All @@ -9,8 +9,8 @@
- [#2473](https://github.com/antvis/L7/pull/2473) [`8b72df1`](https://github.com/antvis/L7/commit/8b72df14dc18ba85f66f8e4e09ba9d80d0379ed3) Thanks [@lvisei](https://github.com/lvisei)! - fix: use stencil.func.ref for each pipeline

- Updated dependencies [[`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8)]:
- @antv/l7-core@3.0.0
- @antv/l7-utils@3.0.0
- @antv/l7-core@2.21.11
- @antv/l7-utils@2.21.11

## 2.21.11-beta.7

Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-renderer",
"version": "3.0.0",
"version": "2.21.11",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
14 changes: 7 additions & 7 deletions packages/scene/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Change Log

## 3.0.0
## 2.21.11

### Patch Changes

- [#2529](https://github.com/antvis/L7/pull/2529) [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8) Thanks [@lvisei](https://github.com/lvisei)! - feat: 设置默认的渲染引擎为 g-device,优先使用 WebGL2

- Updated dependencies [[`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`8b72df1`](https://github.com/antvis/L7/commit/8b72df14dc18ba85f66f8e4e09ba9d80d0379ed3), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8)]:
- @antv/l7-layers@3.0.0
- @antv/l7-renderer@3.0.0
- @antv/l7-component@3.0.0
- @antv/l7-maps@3.0.0
- @antv/l7-core@3.0.0
- @antv/l7-utils@3.0.0
- @antv/l7-layers@2.21.11
- @antv/l7-renderer@2.21.11
- @antv/l7-component@2.21.11
- @antv/l7-maps@2.21.11
- @antv/l7-core@2.21.11
- @antv/l7-utils@2.21.11

## 2.21.11-beta.7

Expand Down
2 changes: 1 addition & 1 deletion packages/scene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-scene",
"version": "3.0.0",
"version": "2.21.11",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
6 changes: 3 additions & 3 deletions packages/source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Change Log

## 3.0.0
## 2.21.11

### Patch Changes

- Updated dependencies [[`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8)]:
- @antv/l7-core@3.0.0
- @antv/l7-utils@3.0.0
- @antv/l7-core@2.21.11
- @antv/l7-utils@2.21.11

## 2.21.11-beta.7

Expand Down
2 changes: 1 addition & 1 deletion packages/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-source",
"version": "3.0.0",
"version": "2.21.11",
"description": "",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down
8 changes: 4 additions & 4 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# @antv/l7-test-utils

## 3.0.0
## 2.21.11

### Patch Changes

- Updated dependencies [[`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8), [`ce90571`](https://github.com/antvis/L7/commit/ce90571ba77686790b2476936b9466657e187ae8)]:
- @antv/l7-maps@3.0.0
- @antv/l7-map@3.0.0
- @antv/l7-scene@3.0.0
- @antv/l7-maps@2.21.11
- @antv/l7-map@2.21.11
- @antv/l7-scene@2.21.11

## 2.21.11-beta.7

Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-test-utils",
"version": "3.0.0",
"version": "2.21.11",
"private": true,
"description": "Test utils for L7",
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions packages/three/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# @antv/l7-three

## 3.0.0
## 2.21.11

### Patch Changes

- Updated dependencies []:
- @antv/l7@3.0.0
- @antv/l7@2.21.11

## 2.21.11-beta.7

Expand Down
2 changes: 1 addition & 1 deletion packages/three/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-three",
"version": "3.0.0",
"version": "2.21.11",
"description": "Three for L7 ",
"keywords": [
"3D",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 3.0.0
## 2.21.11

## 2.21.11-beta.7

Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-utils",
"version": "3.0.0",
"version": "2.21.11",
"description": "Utils for L7",
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
Expand Down

0 comments on commit f755799

Please sign in to comment.